Re: [PATCH] net/ixgbe: add param check when tx_queue or rx_queqe is null

2024-04-04 Thread Bruce Richardson
On Sat, Mar 23, 2024 at 10:48:42PM +0800, keivinwang wrote: > add param check when tx_queue or rx_queqe is null. > Hi, trying to get some context on this patch. Have you encountered a situation where there are actually NULL parameters getting passed to the functions, or where an rx queue is unex

[PATCH] net/ixgbe: add param check when tx_queue or rx_queqe is null

2024-03-25 Thread keivinwang
add param check when tx_queue or rx_queqe is null. Signed-off-by: keivinwang --- drivers/net/ixgbe/ixgbe_rxtx.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/drivers/net/ixgbe/ixgbe_rxtx.c b/drivers/net/ixgbe/ixgbe_rxtx.c index f6c17d4efb..245b3527db 100644 ---