]> www.infradead.org Git - users/jedix/linux-maple.git/commit
qed: Handle possible race in SB config
authorYuval Mintz <Yuval.Mintz@qlogic.com>
Sun, 21 Feb 2016 09:40:08 +0000 (11:40 +0200)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 8 Jul 2016 19:29:07 +0000 (12:29 -0700)
commitc975879dc5597102c7f650530e5798f0852b56ae
tree5b1e791dd3d785eb6dc9391f5f8cb5a2f40a39f1
parent4ae473696cf6011f886fa506aa9ddd24aeb385d8
qed: Handle possible race in SB config

Due to HW design, some of the memories are wide-bus and access to those
needs to be sequentialized on a per-HW-block level; Read/write to a
given HW-block might break other read/write to wide-bus memory done at
~same time.

Status blocks initialization in CAU is done into such a wide-bus memory.
This moves the initialization into using DMAE which is guaranteed to be
safe to use on such memories.

Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Orabug: 23732603
Signed-off-by: Manjunath Govindashetty <manjunath.govindashetty@oracle.com>
drivers/net/ethernet/qlogic/qed/qed_int.c