[dpdk-dev] [PATCH] [v3] net/vmxnet3: fix RSS setting on v4

2020-03-03 Thread Eduard Serra Miralles
When calling to setup RSS on v4 API, ESX will expect IPv4/6 TCP RSS to be set/requested mandatorily. 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 chec

[dpdk-dev] [PATCH v2] net/vmxnet3: fix RSS setting on v4

2020-03-03 Thread Eduard Serra Miralles
When calling to setup RSS on v4 API, ESX will expect IPv4/6 TCP RSS to be set/requested mandatorily. 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 chec

Re: [dpdk-dev] [PATCH] net/vmxnet3: fix RSS setting on v4

2019-09-13 Thread Eduard Serra Miralles
I think so too. Apparently however, ESX is mandatorily expecting that underneath. If not set, config will fail. From: Yong Wang Sent: Friday, September 13, 2019 11:44:38 AM To: Eduard Serra Miralles Cc: dev@dpdk.org Subject: Re: [PATCH] net/vmxnet3: fix

[dpdk-dev] [PATCH] net/vmxnet3: fix RSS setting on v4

2019-08-21 Thread Eduard Serra Miralles
When calling to setup RSS on v4 API, ESX will expect IPv4/6 TCP RSS to be set/requested mandatorily. 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 chec

[dpdk-dev] [PATCH v2] net/vmxnet3: v4 boot and guest UDP RSS configuration

2019-04-18 Thread Eduard Serra Miralles
From: Eduard Serra 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.

[dpdk-dev] [PATCH] net/vmxnet3: v4 boot and guest UDP RSS configuration

2019-04-10 Thread Eduard Serra Miralles
From: Eduard Serra 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.