Re: [ovs-dev] [PATCH v2 1/1] netdev-dpdk: Reset RSS hash on transmit

2015-04-22 Thread Pravin Shelar
On Wed, Apr 22, 2015 at 9:42 AM, Mark D. Gray wrote: > On 04/14/15 10:21, Gray, Mark D wrote: >>> >>> Acked-by: Daniele Di Proietto >>> >>> Pravin would you mind applying the patch (if you don’t see anything wrong >>> with it), with the minor style fix below? >> >> [Gray, Mark D] >> Fixed that at

Re: [ovs-dev] [PATCH v2 1/1] netdev-dpdk: Reset RSS hash on transmit

2015-04-22 Thread Mark D. Gray
On 04/14/15 10:21, Gray, Mark D wrote: Acked-by: Daniele Di Proietto Pravin would you mind applying the patch (if you don’t see anything wrong with it), with the minor style fix below? [Gray, Mark D] Fixed that at http://openvswitch.org/pipermail/dev/2015-April/053833.html Gentle reminder abo

Re: [ovs-dev] [PATCH v2 1/1] netdev-dpdk: Reset RSS hash on transmit

2015-04-14 Thread Gray, Mark D
> Acked-by: Daniele Di Proietto > > Pravin would you mind applying the patch (if you don’t see anything wrong > with it), with the minor style fix below? [Gray, Mark D] Fixed that at http://openvswitch.org/pipermail/dev/2015-April/053833.html > > Thanks! __

Re: [ovs-dev] [PATCH v2 1/1] netdev-dpdk: Reset RSS hash on transmit

2015-04-13 Thread Daniele Di Proietto
Acked-by: Daniele Di Proietto Pravin would you mind applying the patch (if you don’t see anything wrong with it), with the minor style fix below? Thanks! > @@ -1745,6 +1746,14 @@ netdev_dpdk_ring_send(struct netdev *netdev, int qid > OVS_UNUSED, > struct dp_packet **pkts

[ovs-dev] [PATCH v2 1/1] netdev-dpdk: Reset RSS hash on transmit

2015-04-13 Thread Mark D. Gray
When using DPDK rings (dpdkr port type), packet buffers get shared to consumers of the rings (e.g. Virtual Machines). The packet buffers also include the RSS hash. This is a hash of a number of fields in the packet and is used in order to do a fast lookup in the EMC. However, if a consumer of the