Re: [PATCH v1 1/1] net/iavf: fix order of inclusion in vector code

2025-07-09 Thread Thomas Monjalon
09/07/2025 15:28, Bruce Richardson: > On Wed, Jul 09, 2025 at 02:06:29PM +0100, Anatoly Burakov wrote: > > IAVF driver does not support 16-byte descriptors (because there is no PF > > that can support a VF using 16-byte descriptor), but if IAVF is built with > > a flag that enables 16-byte descript

Re: [PATCH v1 1/1] net/iavf: fix order of inclusion in vector code

2025-07-09 Thread Bruce Richardson
On Wed, Jul 09, 2025 at 02:06:29PM +0100, Anatoly Burakov wrote: > IAVF driver does not support 16-byte descriptors (because there is no PF > that can support a VF using 16-byte descriptor), but if IAVF is built with > a flag that enables 16-byte descriptors, this flag is then propagated > through

[PATCH v1 1/1] net/iavf: fix order of inclusion in vector code

2025-07-09 Thread Anatoly Burakov
IAVF driver does not support 16-byte descriptors (because there is no PF that can support a VF using 16-byte descriptor), but if IAVF is built with a flag that enables 16-byte descriptors, this flag is then propagated through the inclusion chain in certain cases, because IAVF includes common vector