Re: [ovs-dev] [PATCH v4] dpif-netdev: Avoid reading RSS hash when EMC is disabled

2017-09-01 Thread O Mahony, Billy
dev- > boun...@openvswitch.org] On Behalf Of Fischetti, Antonio > Sent: Saturday, August 26, 2017 5:58 PM > To: Darrell Ball ; d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v4] dpif-netdev: Avoid reading RSS hash when > EMC is disabled > > > > -Original Message-

Re: [ovs-dev] [PATCH v4] dpif-netdev: Avoid reading RSS hash when EMC is disabled

2017-08-26 Thread Fischetti, Antonio
> -Original Message- > From: Darrell Ball [mailto:db...@vmware.com] > Sent: Saturday, August 26, 2017 1:45 AM > To: Fischetti, Antonio ; d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v4] dpif-netdev: Avoid reading RSS hash when EMC > is disabled > >

Re: [ovs-dev] [PATCH v4] dpif-netdev: Avoid reading RSS hash when EMC is disabled

2017-08-25 Thread Darrell Ball
v] [PATCH v4] dpif-netdev: Avoid reading RSS hash when EMC > is disabled > > Hi Antonio > > On 8/25/17, 6:56 AM, "ovs-dev-boun...@openvswitch.org on behalf of > antonio.fische...@intel.com" antonio.fische...@intel.com> wrote: > &g

Re: [ovs-dev] [PATCH v4] dpif-netdev: Avoid reading RSS hash when EMC is disabled

2017-08-25 Thread Fischetti, Antonio
> -Original Message- > From: Darrell Ball [mailto:db...@vmware.com] > Sent: Friday, August 25, 2017 6:19 PM > To: Fischetti, Antonio ; d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v4] dpif-netdev: Avoid reading RSS hash when EMC > is disabled > > Hi Anton

Re: [ovs-dev] [PATCH v4] dpif-netdev: Avoid reading RSS hash when EMC is disabled

2017-08-25 Thread Darrell Ball
Hi Antonio On 8/25/17, 6:56 AM, "ovs-dev-boun...@openvswitch.org on behalf of antonio.fische...@intel.com" wrote: When EMC is disabled the reading of RSS hash is skipped. Also, for packets that are not recirculated it retrieves the hash value without considering the recirc id.

[ovs-dev] [PATCH v4] dpif-netdev: Avoid reading RSS hash when EMC is disabled

2017-08-25 Thread antonio . fischetti
When EMC is disabled the reading of RSS hash is skipped. Also, for packets that are not recirculated it retrieves the hash value without considering the recirc id. Signed-off-by: Antonio Fischetti --- V4 - reworked to remove dependencies from other patches in patchset "Skip EMC for recirc