numam-dpdk/drivers/net/vmxnet3
Eduard Serra 643fba7707 net/vmxnet3: add v4 boot and guest UDP RSS config
This patch introduces:
- VMxnet3 v4 negotiation and,
- entirely guest-driven UDP RSS support.

VMxnet3 v3 already has UDP RSS support, however it
depends on hypervisor provisioning on the VM through
ESX specific flags, which are not transparent or known
to the guest later on.

Vmxnet3 v4 introduces a new API transaction which allows
configuring RSS entirely from the guest. This API must be
invoked after device shared mem region is initialized.

IPv4 ESP RSS (SPI based) is also available, but currently
there are no ESP RSS definitions on rte_eth layer to
handle that.

Signed-off-by: Eduard Serra <eserra@vmware.com>
Acked-by: Yong Wang <yongwang@vmware.com>
2019-04-19 14:51:55 +02:00
..
base net/vmxnet3: add v4 boot and guest UDP RSS config 2019-04-19 14:51:55 +02:00
Makefile net/vmxnet3: guess MSS if not provided in LRO mode 2018-04-27 17:34:41 +01:00
meson.build net/vmxnet3: add in meson build 2018-09-18 22:53:35 +02:00
rte_pmd_vmxnet3_version.map vmxnet3: move to drivers/net/ 2015-05-22 16:06:23 +02:00
vmxnet3_ethdev.c net/vmxnet3: add v4 boot and guest UDP RSS config 2019-04-19 14:51:55 +02:00
vmxnet3_ethdev.h net/vmxnet3: add v4 boot and guest UDP RSS config 2019-04-19 14:51:55 +02:00
vmxnet3_logs.h net/vmxnet3: implement dynamic logging 2018-01-16 18:47:49 +01:00
vmxnet3_ring.h net/vmxnet3: increase Rx data ring descriptor size 2018-04-27 15:54:56 +01:00
vmxnet3_rxtx.c net/vmxnet3: add v4 boot and guest UDP RSS config 2019-04-19 14:51:55 +02:00