Re: [PATCH v1 09/21] net/ixgbe: use common Tx queue structure

2024-12-02 Thread Bruce Richardson
On Mon, Dec 02, 2024 at 02:09:35PM +, Bruce Richardson wrote: > On Mon, Dec 02, 2024 at 01:51:35PM +, Medvedkin, Vladimir wrote: > >Hi Bruce, > > > >On 02/12/2024 11:24, Bruce Richardson wrote: > > > > Merge in additional fields used by the ixgbe driver and then convert it > > ove

Re: [PATCH v1 09/21] net/ixgbe: use common Tx queue structure

2024-12-02 Thread Bruce Richardson
On Mon, Dec 02, 2024 at 01:51:35PM +, Medvedkin, Vladimir wrote: >Hi Bruce, > >On 02/12/2024 11:24, Bruce Richardson wrote: > > Merge in additional fields used by the ixgbe driver and then convert it > over to using the common Tx queue structure. > > Signed-off-by: Bruce Richardson [

Re: [PATCH v1 09/21] net/ixgbe: use common Tx queue structure

2024-12-02 Thread Medvedkin, Vladimir
Hi Bruce, On 02/12/2024 11:24, Bruce Richardson wrote: Merge in additional fields used by the ixgbe driver and then convert it over to using the common Tx queue structure. Signed-off-by: Bruce Richardson --- drivers/net/_common_intel/tx.h| 14 +++- drivers/net/ixgbe/ixgbe_eth

[PATCH v1 09/21] net/ixgbe: use common Tx queue structure

2024-12-02 Thread Bruce Richardson
Merge in additional fields used by the ixgbe driver and then convert it over to using the common Tx queue structure. Signed-off-by: Bruce Richardson --- drivers/net/_common_intel/tx.h| 14 +++- drivers/net/ixgbe/ixgbe_ethdev.c | 4 +- .../ixgbe/ixgbe_recycle_mbufs_v