linux_dsm_epyc7002/drivers/net/ethernet/qlogic/qed
Tomer Tayar 76a9a3642a qed: fix handling of concurrent ramrods.
Concurrent non-blocking slowpath ramrods can be completed
out-of-order on the completion chain. Recycling completed elements,
while previously sent elements are still completion pending,
can lead to overriding of active elements on the chain. Furthermore,
sending pending slowpath ramrods currently lacks the update of the
chain element physical pointer.

This patch:
* Ensures that ramrods are sent to the FW with
  consecutive echo values.
* Handles out-of-order completions by freeing only first
  successive completed entries.
* Updates the chain element physical pointer when copying
  a pending element into a free element for sending.

Signed-off-by: Tomer Tayar <Tomer.Tayar@qlogic.com>
Signed-off-by: Manish Chopra <manish.chopra@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-12-07 14:14:03 -05:00
..
Makefile
qed_cxt.c
qed_cxt.h
qed_dev_api.h qed: Add statistics support 2015-10-27 19:34:54 -07:00
qed_dev.c qlogic: qed: fix error codes in qed_resc_alloc() 2015-11-05 13:39:31 -05:00
qed_hsi.h qed: Add statistics support 2015-10-27 19:34:54 -07:00
qed_hw.c
qed_hw.h
qed_init_fw_funcs.c
qed_init_ops.c
qed_init_ops.h
qed_int.c qlogic/qed: remove bogus NULL check 2015-11-04 22:06:13 -05:00
qed_int.h
qed_l2.c qed: Add statistics support 2015-10-27 19:34:54 -07:00
qed_main.c qed: Add link support 2015-10-27 19:34:50 -07:00
qed_mcp.c qed: Add link support 2015-10-27 19:34:50 -07:00
qed_mcp.h qed: Add link support 2015-10-27 19:34:50 -07:00
qed_reg_addr.h
qed_sp_commands.c
qed_sp.h qed: fix handling of concurrent ramrods. 2015-12-07 14:14:03 -05:00
qed_spq.c qed: fix handling of concurrent ramrods. 2015-12-07 14:14:03 -05:00
qed.h qed: Add statistics support 2015-10-27 19:34:54 -07:00