numam-dpdk/drivers/net
Xueming Li 78a54648ff net/mlx5: support L3 VXLAN flow
This patch support L3 VXLAN, no inner L2 header comparing to standard
VXLAN protocol. L3 VXLAN using specific overlay UDP destination port to
discriminate against standard VXLAN, device parameter and FW has to be
configured to support it:
  sudo mlxconfig -d <device> -y s IP_OVER_VXLAN_EN=1
  sudo mlxconfig -d <device> -y s IP_OVER_VXLAN_PORT=<port>

Signed-off-by: Xueming Li <xuemingl@mellanox.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
2018-04-27 18:00:56 +01:00
..
af_packet drivers/net: fix link autoneg value for virtual PMDs 2018-04-27 17:34:43 +01:00
ark
avf
avp
axgbe
bnx2x
bnxt ethdev: fix behavior of VF/PF in flow API 2018-04-27 18:00:54 +01:00
bonding ethdev: remove experimental flag of ports enumeration 2018-04-27 18:00:24 +01:00
cxgbe
dpaa net/dpaa: fix the ethdev offload checks 2018-04-27 17:34:42 +01:00
dpaa2 net/dpaa2: fix the ethdev offload checks 2018-04-27 17:34:42 +01:00
e1000 ethdev: add transfer attribute to flow API 2018-04-27 18:00:54 +01:00
ena
enic ethdev: add transfer attribute to flow API 2018-04-27 18:00:54 +01:00
failsafe
fm10k
i40e ethdev: fix behavior of VF/PF in flow API 2018-04-27 18:00:54 +01:00
ifc
ixgbe ethdev: add transfer attribute to flow API 2018-04-27 18:00:54 +01:00
kni drivers/net: fix link autoneg value for virtual PMDs 2018-04-27 17:34:43 +01:00
liquidio
mlx4 ethdev: add transfer attribute to flow API 2018-04-27 18:00:54 +01:00
mlx5 net/mlx5: support L3 VXLAN flow 2018-04-27 18:00:56 +01:00
mvpp2 ethdev: add transfer attribute to flow API 2018-04-27 18:00:54 +01:00
nfp net/nfp: fix mbufs releasing when stop or close 2018-04-27 17:34:42 +01:00
null drivers/net: fix link autoneg value for virtual PMDs 2018-04-27 17:34:43 +01:00
octeontx
pcap drivers/net: fix link autoneg value for virtual PMDs 2018-04-27 17:34:43 +01:00
qede
ring drivers/net: fix link autoneg value for virtual PMDs 2018-04-27 17:34:43 +01:00
sfc net/sfc: convert to the advanced EFX RSS interface 2018-04-27 18:00:55 +01:00
softnic drivers/net: fix link autoneg value for virtual PMDs 2018-04-27 17:34:43 +01:00
szedata2
tap ethdev: add transfer attribute to flow API 2018-04-27 18:00:54 +01:00
thunderx
vdev_netvsc net/vdev_netvsc: prefer netvsc devices in scan 2018-04-27 17:34:42 +01:00
vhost
virtio
vmxnet3
Makefile
meson.build