On Fri, May 30, 2025 at 02:57:12PM +0100, Anatoly Burakov wrote: > Make the i40e driver use the new common Rx queue structure. > > The i40e driver supports 16-byte and 32-byte Rx descriptor formats, which > is shared by other drivers. To have fewer driver-specific definitions in > common structures, add a header file defining shared descriptor formats, > and switch between 16-byte and 32-byte formats by way of the existing > RTE_NET_INTEL_USE_16BYTE_DESC define. > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > --- Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- RE: [PATCH v4 23/25] net/intel: support ... Morten Brørup
- [PATCH v4 24/25] net/intel: add common Rx mbuf recyc... Anatoly Burakov
- Re: [PATCH v4 24/25] net/intel: add common Rx mb... Bruce Richardson
- [PATCH v4 25/25] net/intel: add common Tx mbuf recyc... Anatoly Burakov
- Re: [PATCH v4 25/25] net/intel: add common Tx mb... Bruce Richardson
- [PATCH v4 05/25] net/ice: match variable name to oth... Anatoly Burakov
- Re: [PATCH v4 05/25] net/ice: match variable nam... Bruce Richardson
- [PATCH v4 17/25] net/ice: use the common Rx queue st... Anatoly Burakov
- Re: [PATCH v4 17/25] net/ice: use the common Rx ... Bruce Richardson
- [PATCH v4 16/25] net/i40e: use the common Rx queue s... Anatoly Burakov
- Re: [PATCH v4 16/25] net/i40e: use the common Rx... Bruce Richardson
- [PATCH v4 06/25] net/i40e: rename 16-byte descriptor... Anatoly Burakov
- Re: [PATCH v4 06/25] net/i40e: rename 16-byte de... Bruce Richardson
- [PATCH v4 22/25] net/ixgbe: use common Rx rearm code Anatoly Burakov
- Re: [PATCH v4 22/25] net/ixgbe: use common Rx re... Bruce Richardson
- Re: [PATCH v4 22/25] net/ixgbe: use common R... Burakov, Anatoly
- [PATCH v5 00/34] Intel PMD drivers Rx cleanup Anatoly Burakov
- [PATCH v5 02/34] net/iavf: make IPsec stats dynamica... Anatoly Burakov
- [PATCH v5 05/34] net/ice: match variable name to oth... Anatoly Burakov
- [PATCH v5 01/34] net/ixgbe: remove unused field in R... Anatoly Burakov
- [PATCH v5 06/34] net/i40e: rename 16-byte descriptor... Anatoly Burakov