On Wed, Mar 27, 2024 at 06:44:13PM +0000, Vladimir Medvedkin wrote: > The ICE hardware can operate in two modes - single vlan mode > or double vlan mode. Depending on the operating mode the hardware > handles vlan header with single vlan tag differently. > When double vlan enabled, a packet with a single VLAN is treated > as a packet with outer VLAN only. Otherwise, a single VLAN in a > packet is treated as inner VLAN. > > This patch fixes the logic of how vlan stripping is programmed. > > Bugzilla ID: 1402 > > Fixes: de5da9d16430 ("net/ice: support double VLAN") > Cc: mingjinx...@intel.com > Cc: sta...@dpdk.org > > Signed-off-by: Vladimir Medvedkin <vladimir.medved...@intel.com> > --- Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Patch applied to dpdk-next-net-intel. Thanks, /Bruce