[PATCH 1/3] net/iavf: support qinq insertion offload for scalar path
Bruce Richardson
bruce.richardson at intel.com
Thu Aug 7 15:35:08 CEST 2025
On Thu, Jun 19, 2025 at 01:36:56PM +0000, Ciara Loftus wrote:
> Enable Tx QINQ offload if the VF reports support for inserting both an
> outer and inner VLAN tag. The VF capabilities report the locations for
> placing each of the tags - either L2TAG1 in the tx descriptor or L2TAG2
> in the context descriptor. Use this information to configure the
> descriptors correctly.
> This offload was previously incorrectly reported as always supported in
> the device configuration, so this is corrected.
>
> Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>
> ---
> doc/guides/nics/features/iavf.ini | 1 +
> drivers/net/intel/iavf/iavf_ethdev.c | 8 +++-
> drivers/net/intel/iavf/iavf_rxtx.c | 55 +++++++++++++++++++++-------
> 3 files changed, 48 insertions(+), 16 deletions(-)
>
Series-acked-by: Bruce Richardson <bruce.richardson at intel.com>
Applied to dpdk-next-net-intel.
Thanks,
/Bruce
More information about the dev
mailing list