commit | b5730061d1056abf317caea823b94d6e12b5b4f6 | [log] [tgz] |
---|---|---|
author | Raju Rangoju <rajur@chelsio.com> | Thu May 23 20:41:44 2019 +0530 |
committer | David S. Miller <davem@davemloft.net> | Thu May 23 09:38:54 2019 -0700 |
tree | 5a834824c86dc7e55e08b5f1d9e819a40f2c54fd | |
parent | d2daa127ed51ac41217962d2b8f9c00be6e9c0d9 [diff] |
cxgb4: offload VLAN flows regardless of VLAN ethtype 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: Raju Rangoju <rajur@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>