On Fri, May 30, 2025 at 02:57:14PM +0100, Anatoly Burakov wrote: > Make the iavf driver use the new common Rx queue structure. > > The iavf driver supports both 16-byte and 32-byte descriptors, in both > regular and flex formats, so replace all usages of iavf-specific versions > of these descriptors with the common ones. > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > ---
This will need rework, I think, based on the feedback to the earlier iavf patch about removing support for 16-byte descriptors from driver.