On Fri, May 30, 2025 at 02:57:04PM +0100, Anatoly Burakov wrote: > In preparation for having a common definition for 16-byte and 32-byte Rx > descriptors, rename RTE_LIBRTE_IAVF_16BYTE_RX_DESC to > RTE_NET_INTEL_USE_16BYTE_DESC. > > Suggested-by: Bruce Richardson <bruce.richard...@intel.com> > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > --- > While I did suggest using a single define, I'm not sure it's worth converting this driver. As far as I know, no PF driver actually supports having VFs using 16-byte descriptors, so this setting should never be enabled in the build config. Therefore, I think we should just drop the 16-byte support for iavf.
/Bruce