Re: [PATCH net] bnxt_en: don't try to offload VLAN 'modify' action

2018-09-19 Thread Sathya Perla
On Wed, Sep 19, 2018 at 10:31 PM Davide Caratti wrote: > > 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-

[PATCH net] bnxt_en: don't try to offload VLAN 'modify' action

2018-09-19 Thread Davide Caratti
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 --- drivers/net/ethernet/broadcom/bnxt/bnx