Re: [PATCH net] cxgb4: offload VLAN flows regardless of VLAN ethtype

2019-05-23 Thread David Miller
From: Raju Rangoju Date: Thu, 23 May 2019 20:41:44 +0530 > VLAN flows never get offloaded unless ivlan_vld is set in filter spec. > It's not compulsory for vlan_ethtype to be set. > > So, always enable ivlan_vld bit for offloading VLAN flows regardless of > vlan_ethtype is set or not. > > Fixes

[PATCH net] cxgb4: offload VLAN flows regardless of VLAN ethtype

2019-05-23 Thread Raju Rangoju
VLAN flows never get offloaded unless ivlan_vld is set in filter spec. It's not compulsory for vlan_ethtype to be set. So, always enable ivlan_vld bit for offloading VLAN flows regardless of vlan_ethtype is set or not. Fixes: ad9af3e09c (cxgb4: add tc flower match support for vlan) Signed-off-by: