linux_dsm_epyc7002/drivers/net/ethernet/qlogic/qed
Sudarsana Reddy Kalluru 34c7bb4705 qed: Protect the doorbell BAR with the write barriers.
SPQ doorbell is currently protected with the compilation barrier. Under the
stress scenarios, we may get into a state where (due to the weak ordering)
several ramrod doorbells were written to the BAR with an out-of-order
producer values. Need to change the barrier type to a write barrier to make
sure that the write buffer is flushed after each doorbell.

Signed-off-by: Sudarsana Reddy Kalluru <sudarsana.kalluru@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-06-29 08:12:45 -04:00
..
Makefile qed: add support for dcbx. 2016-05-17 12:29:34 -04:00
qed_cxt.c qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_cxt.h qed: add support for dcbx. 2016-05-17 12:29:34 -04:00
qed_dcbx.c qed: Reset the enable flag for eth protocol. 2016-05-25 12:32:41 -07:00
qed_dcbx.h qed: add support for dcbx. 2016-05-17 12:29:34 -04:00
qed_dev_api.h qed: IOV configure and FLR 2016-05-12 00:04:07 -04:00
qed_dev.c qed: Don't config min BW on 100g on link flap 2016-05-26 12:27:33 -07:00
qed_hsi.h qed: Add missing port-mode 2016-06-19 10:47:33 -07:00
qed_hw.c qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_hw.h qed: Add CONFIG_QED_SRIOV 2016-05-12 00:04:06 -04:00
qed_init_fw_funcs.c qed: Add PF min bandwidth configuration support 2016-04-26 13:56:26 -04:00
qed_init_ops.c qed: Introduce VFs 2016-05-12 00:04:07 -04:00
qed_init_ops.h qed: Add module with basic common support 2015-10-27 19:34:42 -07:00
qed_int.c qed: Improve VF interrupt reset 2016-05-16 13:59:18 -04:00
qed_int.h qed: Improve VF interrupt reset 2016-05-16 13:59:18 -04:00
qed_l2.c qed*: Don't reset statistics on inner reload 2016-06-19 10:47:32 -07:00
qed_l2.h qed*: Tx-switching configuration 2016-05-12 00:04:08 -04:00
qed_main.c qed: Add missing port-mode 2016-06-19 10:47:33 -07:00
qed_mcp.c qed: add support for dcbx. 2016-05-17 12:29:34 -04:00
qed_mcp.h qed: IOV configure and FLR 2016-05-12 00:04:07 -04:00
qed_reg_addr.h qed: Improve VF interrupt reset 2016-05-16 13:59:18 -04:00
qed_selftest.c qed: add infrastructure for device self tests. 2016-05-02 00:16:39 -04:00
qed_selftest.h qed: add infrastructure for device self tests. 2016-05-02 00:16:39 -04:00
qed_sp_commands.c qed: add support for dcbx. 2016-05-17 12:29:34 -04:00
qed_sp.h qed: add support for dcbx. 2016-05-17 12:29:34 -04:00
qed_spq.c qed: Protect the doorbell BAR with the write barriers. 2016-06-29 08:12:45 -04:00
qed_sriov.c qed: Allow more than 16 VFs 2016-05-16 13:59:19 -04:00
qed_sriov.h qed: fix qed_fill_link() error handling 2016-06-01 22:04:54 -07:00
qed_vf.c qed*: Tx-switching configuration 2016-05-12 00:04:08 -04:00
qed_vf.h qed*: Support forced MAC 2016-05-12 00:04:08 -04:00
qed.h qed: add support for dcbx. 2016-05-17 12:29:34 -04:00