qlcnic: add wmb() call in transmit data path.
authorSony Chacko <sony.chacko@qlogic.com>
Wed, 29 Jun 2016 21:51:34 +0000 (17:51 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2016 08:59:49 +0000 (04:59 -0400)
commit9216a97a12b069c62f0e927a9f54be4883648a0f
tree1ade7b47738061328184079a3a2ec920a0151b33
parent43daa96b166c3cf5ff30dfac0c5efa2620e4beab
qlcnic: add wmb() call in transmit data path.

Call wmb() to ensure writes are complete before
hardware fetches updated Tx descriptors.

Signed-off-by: Sony Chacko <sony.chacko@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c