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: sta...@dpdk.org > > Signed-off-by: Hyong Youb Kim <hyon...@cisco.com> > Reviewed-by: John Daley <johnd...@cisco.com>
Applied to dpdk-next-net/master, thanks.