On Fri, May 30, 2025 at 02:57:16PM +0100, Anatoly Burakov wrote: > The i40e driver has an implementation of vectorized mbuf rearm code that > is identical to the one in the common code, so just use that. > > In addition, the i40e has implementations of Rx queue rearm for Neon and > AltiVec instruction sets, so create a common headers for each of the > instruction sets, and use that in respective i40e code. > > While we're at it, also make sure to use common definitions for things like > burst size, rearm threshold, and descriptors per loop, which is currently > defined separately in each driver. > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > --- Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- [PATCH v4 15/25] net/ixgbe: create common Rx queue struct... Anatoly Burakov
- Re: [PATCH v4 15/25] net/ixgbe: create common Rx que... Bruce Richardson
- [PATCH v4 18/25] net/iavf: use the common Rx queue struct... Anatoly Burakov
- Re: [PATCH v4 18/25] net/iavf: use the common Rx que... Bruce Richardson
- [PATCH v4 19/25] net/intel: generalize vectorized Rx rear... Anatoly Burakov
- Re: [PATCH v4 19/25] net/intel: generalize vectorize... Bruce Richardson
- RE: [PATCH v4 19/25] net/intel: generalize vecto... Morten Brørup
- Re: [PATCH v4 19/25] net/intel: generalize v... Bruce Richardson
- RE: [PATCH v4 19/25] net/intel: generali... Morten Brørup
- [PATCH v4 20/25] net/i40e: use common Rx rearm code Anatoly Burakov
- Re: [PATCH v4 20/25] net/i40e: use common Rx rearm c... Bruce Richardson
- [PATCH v4 21/25] net/iavf: use common Rx rearm code Anatoly Burakov
- Re: [PATCH v4 21/25] net/iavf: use common Rx rearm c... Bruce Richardson
- [PATCH v4 23/25] net/intel: support wider x86 vectors for... Anatoly Burakov
- Re: [PATCH v4 23/25] net/intel: support wider x86 ve... Bruce Richardson
- Re: [PATCH v4 23/25] net/intel: support wider x86 ve... Bruce Richardson
- Re: [PATCH v4 23/25] net/intel: support wider x8... Burakov, Anatoly
- Re: [PATCH v4 23/25] net/intel: support wide... Bruce Richardson
- RE: [PATCH v4 23/25] net/intel: support wide... Morten Brørup
- [PATCH v4 24/25] net/intel: add common Rx mbuf recycle Anatoly Burakov
- Re: [PATCH v4 24/25] net/intel: add common Rx mbuf r... Bruce Richardson