On Wed, 2017-09-27 at 08:21 -0400, Doug Ledford wrote:Thanks a lot.
OK, these are in my tree, thanks.And if you argee, after this patchset has been accepted we willsend a
following up patch :spin_lock_bh
In hns_roce_cmq_send function, replace
usleep_range(1000, 2000);
with the following statement:
udelay(1);
And if so, we can avoid using usleep_range function in
spin region,Ok, I'm fine with that. I'll pull these in.
because it probally cause calltrace.