numam-dpdk/drivers/net/enic
Hyong Youb Kim e39c2756e2 net/enic: add devarg to specify ingress VLAN rewrite mode
Add a new devarg "ig-vlan-rewrite" to allow the user to set
non-default rewrite mode. The UCS VIC may add/remove/modify the VLAN
header of an ingress packet depending on the ingress VLAN rewrite
mode.

By default, the driver sets the pass-through mode, which tells the NIC
"do not touch VLAN header and preserve it as is". This mode is usually
sufficient, but can complicate deployments for certain environments.
For example, OVS-DPDK in UCS blade environments may want to use "untag
default VLAN mode", which removes the VLAN header from an ingress
packet if it matches vNIC's default VLAN.

Signed-off-by: Hyong Youb Kim <hyonkim@cisco.com>
Reviewed-by: John Daley <johndale@cisco.com>
2018-07-03 01:54:15 +02:00
..
base net/enic: update the UDP RSS detection mechanism 2018-07-03 01:53:26 +02:00
enic_clsf.c net/enic: avoid strict aliasing warnings 2018-03-30 14:08:43 +02:00
enic_compat.h net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
enic_ethdev.c net/enic: add devarg to specify ingress VLAN rewrite mode 2018-07-03 01:54:15 +02:00
enic_flow.c net/enic: fix flow drop action 2018-05-14 22:31:52 +01:00
enic_main.c net/enic: add devarg to specify ingress VLAN rewrite mode 2018-07-03 01:54:15 +02:00
enic_res.c net/enic: update the UDP RSS detection mechanism 2018-07-03 01:53:26 +02:00
enic_res.h net/enic: report ring limits and preferred default values 2018-07-03 01:54:12 +02:00
enic_rxtx.c net/enic: fix receive packet types 2018-07-03 01:49:51 +02:00
enic.h net/enic: add devarg to specify ingress VLAN rewrite mode 2018-07-03 01:54:15 +02:00
Makefile net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
meson.build net/enic: support meson 2018-03-30 14:08:43 +02:00
rte_pmd_enic_version.map