Re: [ovs-dev] [PATCH 2/2] netdev-dpdk: Reset RSS hash when receiving from a vhost device.

2015-06-25 Thread Pravin Shelar
On Wed, Jun 24, 2015 at 8:55 AM, Daniele Di Proietto wrote: > A vhost device, being a virtual interface, doesn't provide a valid RSS > hash. As a workaround we set the value to 0, which suggests the > datapath to recompute the hash in software. > > Reported-by: Dongjun > CC: Traynor, Kevin > CC

Re: [ovs-dev] [PATCH 2/2] netdev-dpdk: Reset RSS hash when receiving from a vhost device.

2015-06-25 Thread Flavio Leitner
On Wed, Jun 24, 2015 at 04:55:40PM +0100, Daniele Di Proietto wrote: > A vhost device, being a virtual interface, doesn't provide a valid RSS > hash. As a workaround we set the value to 0, which suggests the > datapath to recompute the hash in software. > > Reported-by: Dongjun > CC: Traynor, Ke

[ovs-dev] [PATCH 2/2] netdev-dpdk: Reset RSS hash when receiving from a vhost device.

2015-06-24 Thread Daniele Di Proietto
A vhost device, being a virtual interface, doesn't provide a valid RSS hash. As a workaround we set the value to 0, which suggests the datapath to recompute the hash in software. Reported-by: Dongjun CC: Traynor, Kevin CC: Flavio Leitner Signed-off-by: Daniele Di Proietto --- lib/netdev-dpdk