diff options
author | Suresh Reddy <[email protected]> | 2018-02-06 08:52:42 -0500 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-02-06 11:48:33 -0500 |
commit | ffc39620102dfe62711fadb9a297b66aee816013 (patch) | |
tree | bd4cd5c737e6671c4a9d6df536eec18a3dee7171 /net/switchdev/switchdev.c | |
parent | 3df40aad1a864af124bd50a1371ef16089ac9af2 (diff) |
be2net: Handle transmit completion errors in Lancer
If the driver receives a TX CQE with status as 0x1 or 0x9 or 0xb,
the completion indexes should not be used. The driver must stop
consuming CQEs from this TXQ/CQ. The TXQ from this point on-wards
to be in a bad state. Driver should destroy and recreate the TXQ.
0x1: LANCER_TX_COMP_LSO_ERR
0x9 LANCER_TX_COMP_SGE_ERR
0xb: LANCER_TX_COMP_PARITY_ERR
Reset the adapter if driver sees this error in TX completion. Also
adding sge error counter in ethtool stats.
Signed-off-by: Suresh Reddy <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions