RE: [PATCH v6 23/33] net/ixgbe: create common Rx queue structure

2025-06-12 Thread Varghese, Vipin
[Public] > -Original Message- > From: Bruce Richardson > Sent: Thursday, June 12, 2025 3:49 PM > To: Varghese, Vipin > Cc: Anatoly Burakov ; dev@dpdk.org; Vladimir > Medvedkin > Subject: Re: [PATCH v6 23/33] net/ixgbe: create common Rx queue structure >

Re: [PATCH v6 23/33] net/ixgbe: create common Rx queue structure

2025-06-12 Thread Bruce Richardson
ixgbe/ixgbe_rxtx_vec_common.c:173 > error: drivers/net/intel/ixgbe/ixgbe_rxtx_vec_common.c: patch does not apply > ``` > > > -Original Message- > > From: Anatoly Burakov > > Sent: Monday, June 9, 2025 9:07 PM > > To: dev@dpdk.org; Bruce Richardson ; Vladi

RE: [PATCH v6 23/33] net/ixgbe: create common Rx queue structure

2025-06-12 Thread Varghese, Vipin
t; From: Anatoly Burakov > Sent: Monday, June 9, 2025 9:07 PM > To: dev@dpdk.org; Bruce Richardson ; Vladimir > Medvedkin > Subject: [PATCH v6 23/33] net/ixgbe: create common Rx queue structure > > Caution: This message originated from an External Source. Use proper caution > wh

[PATCH v6 23/33] net/ixgbe: create common Rx queue structure

2025-06-09 Thread Anatoly Burakov
In preparation for deduplication effort, generalize the Rx queue structure. The entire Rx queue structure is moved to common/rx.h, clarifying the comments where necessary, and separating common parts from ixgbe-specific parts. Signed-off-by: Anatoly Burakov Acked-by: Bruce Richardson --- Notes