numam-dpdk/drivers/net/vmxnet3
Eduard Serra 52ec00fd14 net/vmxnet3: fix RSS setting on v4
When calling to setup RSS on v4 API, ESX will expect
IPv4/6 TCP RSS to be set/requested mandatory.

This patch will:
- Set IPv4/6 TCP RSS when these have not been set. A warning
message is thrown to make sure we warn the application we are
setting IPv4/6 TCP RSS when not set.
- An additional check has been added to dodge RSS configuration
altogether unless MQ_RSS has been requested, similar to v3.

The alternative (returning error) was considered, the intent
is to ease the task of setting up and running vmxnet3 in situations
where it's supposed to be most straightforward (testpmd, pktgen).

Bugzilla ID: 400
Fixes: 643fba7707 ("net/vmxnet3: add v4 boot and guest UDP RSS config")
Cc: stable@dpdk.org

Signed-off-by: Eduard Serra <eserra@vmware.com>
Acked-by: Yong Wang <yongwang@vmware.com>
2020-03-18 10:21:41 +01:00
..
base net/vmxnet3: remove local bool type 2020-01-17 19:46:02 +01:00
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build net/vmxnet3: add in meson build 2018-09-18 22:53:35 +02:00
rte_pmd_vmxnet3_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
vmxnet3_ethdev.c net/vmxnet3: fix RSS setting on v4 2020-03-18 10:21:41 +01:00
vmxnet3_ethdev.h net/vmxnet3: fix RSS setting on v4 2020-03-18 10:21:41 +01: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: fix RSS setting on v4 2020-03-18 10:21:41 +01:00