On Fri, Jun 06, 2025 at 06:16:31PM +0100, Anatoly Burakov wrote: > Make the iavf driver use the new common Rx queue structure. > > The iavf driver only supports 32-byte descriptors but they are of a common > format, so replace all usages of iavf-specific descriptors with the > common ones, and force the common queue structure to only use 32-byte > descriptor formats for IAVF driver. > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > --- > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- [PATCH v5 28/34] net/intel: generalize vectorized Rx... Anatoly Burakov
- [PATCH v5 29/34] net/i40e: use common Rx rearm code Anatoly Burakov
- [PATCH v5 31/34] net/ixgbe: use common Rx rearm code Anatoly Burakov
- [PATCH v5 30/34] net/iavf: use common Rx rearm code Anatoly Burakov
- [PATCH v5 33/34] net/intel: add common Rx mbuf recyc... Anatoly Burakov
- [PATCH v5 34/34] net/intel: add common Tx mbuf recyc... Anatoly Burakov
- [PATCH v5 32/34] net/intel: support wider x86 vector... Anatoly Burakov
- Re: [PATCH v5 32/34] net/intel: support wider x8... Bruce Richardson
- Re: [PATCH v5 32/34] net/intel: support wide... Burakov, Anatoly
- [PATCH v5 27/34] net/iavf: use the common Rx queue s... Anatoly Burakov
- Re: [PATCH v5 27/34] net/iavf: use the common Rx... Bruce Richardson
- [PATCH v5 03/34] net/ixgbe: match variable names to ... Anatoly Burakov
- [PATCH v5 23/34] net/iavf: clean up definitions Anatoly Burakov
- [PATCH v6 00/33] Intel PMD drivers Rx cleanup Anatoly Burakov
- [PATCH v6 01/33] net/ixgbe: remove unused field in R... Anatoly Burakov
- [PATCH v6 02/33] net/iavf: make IPsec stats dynamica... Anatoly Burakov
- [PATCH v6 03/33] net/ixgbe: match variable names to ... Anatoly Burakov
- [PATCH v6 06/33] net/i40e: rename 16-byte descriptor... Anatoly Burakov
- [PATCH v6 04/33] net/i40e: match variable name to ot... Anatoly Burakov
- [PATCH v6 07/33] net/ice: rename 16-byte descriptor ... Anatoly Burakov
- [PATCH v6 05/33] net/ice: match variable name to oth... Anatoly Burakov