commit | 8c6ec3613e7b0aade20a3196169c0bab32ed3e3f | [log] [tgz] |
---|---|---|
author | Davide Caratti <dcaratti@redhat.com> | Wed Sep 19 19:01:37 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 20 11:25:54 2018 -0700 |
tree | 37498039a71b1039c72e4a8d776380480187aa87 | |
parent | 56ce3c5a50f4d8cc95361b1ec7f152006c6320d8 [diff] |
bnxt_en: don't try to offload VLAN 'modify' action bnxt offload code currently supports only 'push' and 'pop' operation: let .ndo_setup_tc() return -EOPNOTSUPP if VLAN 'modify' action is configured. Fixes: 2ae7408fedfe ("bnxt_en: bnxt: add TC flower filter offload support") Signed-off-by: Davide Caratti <dcaratti@redhat.com> Acked-by: Sathya Perla <sathya.perla@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>