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

2020-03-05 Thread Ferruh Yigit
On 3/4/2020 2:35 AM, Eduard Serra Miralles wrote: > 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

[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