numam-dpdk/drivers/net/bnx2x
Souvik Dey 4ccbda1596 net/bnx2x: handle guest VLAN for SR-IOV
In case of bnx2xvf pmd, tx packets can support vland id in 2 ways:
1. Setting the mbuf ol_flags=PKT_TX_VLAN_PKT and passing the
vlanid in mbuf->vlan_tci.
2. The tx packet itself has the vlan id included in the packet.
The first case is working as expected but the second case where
the vlan id is included in thetx packets itself was found not
working as expected. To handle that we need to properly set the
start_bd bitfield and the vlan_or_ethertype instead of setting it
to just the ethertype in case of VF.

Signed-off-by: Souvik Dey <sodey@rbbn.com>
Acked-by: Rasesh Mody <rmody@marvell.com>
2020-04-21 13:57:07 +02:00
..
bnx2x_ethdev.c net/bnx2x: add multicast MAC address filtering 2020-04-21 13:57:07 +02:00
bnx2x_ethdev.h net/bnx2x: remove local bool type 2020-01-17 19:46:02 +01:00
bnx2x_logs.h net/bnx2x: fix dynamic logging 2018-11-14 00:35:53 +01:00
bnx2x_osal.h net/bnx2x: fix meson build 2019-11-06 11:55:24 +01:00
bnx2x_rxtx.c net/bnx2x: fix VLAN stripped flag 2020-02-05 09:51:20 +01:00
bnx2x_rxtx.h net/bnx2x: fix DMAE timeout 2019-04-19 14:51:54 +02:00
bnx2x_stats.c net/bnx2x: fix logging to include device name 2018-10-11 18:53:48 +02:00
bnx2x_stats.h net/bnx2x: move SPDX tags to source files 2018-08-03 17:08:39 +02:00
bnx2x_vfpf.c net/bnx2x: add multicast MAC address filtering 2020-04-21 13:57:07 +02:00
bnx2x_vfpf.h net/bnx2x: add multicast MAC address filtering 2020-04-21 13:57:07 +02:00
bnx2x.c net/bnx2x: handle guest VLAN for SR-IOV 2020-04-21 13:57:07 +02:00
bnx2x.h net/bnx2x: add multicast MAC address filtering 2020-04-21 13:57:07 +02:00
ecore_fw_defs.h net/bnx2x: update to latest FW 7.13.11 2019-10-08 12:14:31 +02:00
ecore_hsi.h net/bnx2x: update to latest FW 7.13.11 2019-10-08 12:14:31 +02:00
ecore_init_ops.h net/bnx2x: update to latest FW 7.13.11 2019-10-08 12:14:31 +02:00
ecore_init.h net/bnx2x: update to latest FW 7.13.11 2019-10-08 12:14:31 +02:00
ecore_mfw_req.h net/bnx2x: update to latest FW 7.13.11 2019-10-08 12:14:31 +02:00
ecore_reg.h net/bnx2x: update and reorganize HW registers 2019-10-08 12:14:31 +02:00
ecore_sp.c net/bnx2x: remove local bool type 2020-01-17 19:46:02 +01:00
ecore_sp.h net/bnx2x: update to latest FW 7.13.11 2019-10-08 12:14:31 +02:00
elink.c net/bnx2x: fix icc build 2019-06-26 09:14:24 +02:00
elink.h drivers/net: fix shifting 32-bit signed variable 31 times 2019-03-01 18:17:36 +01:00
Makefile build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
meson.build build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
rte_pmd_bnx2x_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00