Re: [PATCH v3 05/13] net/ice: use the common Rx queue structure

2025-05-23 Thread Burakov, Anatoly
On 5/14/2025 6:56 PM, Bruce Richardson wrote: On Mon, May 12, 2025 at 01:54:31PM +0100, Anatoly Burakov wrote: Make the ice driver use the new common Rx queue structure. Because the ice driver supports both 16-byte and 32-byte descriptor formats (controlled by RTE_LIBRTE_ICE_16BYTE_RX_DESC defi

Re: [PATCH v3 05/13] net/ice: use the common Rx queue structure

2025-05-14 Thread Bruce Richardson
On Mon, May 12, 2025 at 01:54:31PM +0100, Anatoly Burakov wrote: > Make the ice driver use the new common Rx queue structure. > > Because the ice driver supports both 16-byte and 32-byte descriptor > formats (controlled by RTE_LIBRTE_ICE_16BYTE_RX_DESC define), the common > queue structure has to

[PATCH v3 05/13] net/ice: use the common Rx queue structure

2025-05-12 Thread Anatoly Burakov
Make the ice driver use the new common Rx queue structure. Because the ice driver supports both 16-byte and 32-byte descriptor formats (controlled by RTE_LIBRTE_ICE_16BYTE_RX_DESC define), the common queue structure has to take that into account, so the ring queue structure will have both, while t