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

2019-04-19 Thread Ferruh Yigit
On 4/18/2019 9:59 PM, Eduard Serra Miralles wrote: > 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 specif

[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.