[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1615919650-4262-1-git-send-email-bupadhaya@marvell.com>
Date: Tue, 16 Mar 2021 11:34:08 -0700
From: Bhaskar Upadhaya <bupadhaya@...vell.com>
To: <netdev@...r.kernel.org>, <kuba@...nel.org>, <aelior@...vell.com>,
<irusskikh@...vell.com>
CC: <davem@...emloft.net>, <bupadhaya@...vell.com>
Subject: [PATCH net 0/2] qede: fix ethernet self adapter and skb failure issue
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(-)
--
2.17.1
Powered by blists - more mailing lists