mbox series

[net,0/2] qede: fix ethernet self adapter and skb failure issue

Message ID 1615919650-4262-1-git-send-email-bupadhaya@marvell.com (mailing list archive)
Headers show
Series qede: fix ethernet self adapter and skb failure issue | expand

Message

Bhaskar Upadhaya March 16, 2021, 6:34 p.m. UTC
Patch 1: Fix ethernet self adapter test issue by preventing start_xmit
	 function to be called.start_xmit function should not be called
	 during the execution of self adapter test, netif_tx_disable()
	 ensures this.
Patch 2: Fix to return proper error code when sdk buffer allocation fails.

Bhaskar Upadhaya (2):
  qede: fix to disable start_xmit functionality during self adapter test
  qede: fix memory allocation failures under heavy load

 .../net/ethernet/qlogic/qede/qede_ethtool.c   |  4 +++-
 drivers/net/ethernet/qlogic/qede/qede_fp.c    | 19 +++++++++++++------
 2 files changed, 16 insertions(+), 7 deletions(-)