Re: [PATCH v4 21/25] net/iavf: use common Rx rearm code

2025-06-04 Thread Bruce Richardson
On Fri, May 30, 2025 at 02:57:17PM +0100, Anatoly Burakov wrote: > The iavf driver has implementations of vectorized mbuf rearm code that > is identical to the ones in the common code, so just use those. > > While we're at it, also make sure to use common definitions for things like > burst size,

[PATCH v4 21/25] net/iavf: use common Rx rearm code

2025-05-30 Thread Anatoly Burakov
The iavf driver has implementations of vectorized mbuf rearm code that is identical to the ones in the common code, so just use those. 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 separ