net/bnxt: disable vector mode Tx with VLAN offload
authorLance Richardson <lance.richardson@broadcom.com>
Fri, 19 Jul 2019 06:19:04 +0000 (11:49 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 23 Jul 2019 12:31:36 +0000 (14:31 +0200)
commitfca922e8f602c5acc0c483296c769fd2a9efa48c
tree5584161f022402bc89e0b19fbd28b1d70688fdf0
parentc79012a3b019bbfa7aefaa567b2b61bda2f5b44b
net/bnxt: disable vector mode Tx with VLAN offload

The vector mode transmit path does not currently support VLAN tag
insertion, so we need to disable vector transmit when transmit
VLAN insertion offload is enabled.

Fixes: bc4a000f2f53 ("net/bnxt: implement SSE vector mode")

Signed-off-by: Lance Richardson <lance.richardson@broadcom.com>
Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
drivers/net/bnxt/bnxt_ethdev.c