OpenCloudOS-Kernel/include/linux/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
..
common_hsi.h qed: fix handling of concurrent ramrods. 2015-12-07 14:14:03 -05:00
eth_common.h
qed_chain.h qed: Fix corner case for chain in-between pages 2015-12-07 14:14:03 -05:00
qed_eth_if.h qed: Add statistics support 2015-10-27 19:34:54 -07:00
qed_if.h