[dpdk-stable] [PATCH] net/enic: fix VLAN inner type matching for older hardware

Ferruh Yigit ferruh.yigit at intel.com
Thu Apr 11 22:12:57 CEST 2019


On 4/10/2019 6:35 AM, Hyong Youb Kim wrote:
> The vlan pattern handler currently assumes the NIC always strips vlan
> header from the L2 buffer, regardless of the vlan strip setting. But,
> with older VIC models, the vlan header is actually present in the L2
> buffer if stripping is disabled. So in this case, the inner ether type
> needs to be shifted by that much.
> 
> Fixes: 6ced137607d0 ("net/enic: flow API for NICs with advanced filters enabled")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Hyong Youb Kim <hyonkim at cisco.com>
> Reviewed-by: John Daley <johndale at cisco.com>

Applied to dpdk-next-net/master, thanks.


More information about the stable mailing list