Re: [dpdk-dev] [PATCH v1] examples/l3fwd: enable hash multi lookup for ARM

2019-01-03 Thread Ruifeng Wang (Arm Technology China)
inux.vnet.ibm.com; nd ; > tomaszx.kula...@intel.com > Subject: Re: [dpdk-dev] [PATCH v1] examples/l3fwd: enable hash multi > lookup for ARM > > > On 02-Jan-19 11:53 PM, Honnappa Nagarahalli wrote: > > Thanks Ruifeng for the patch. I have one question inline. > > > >

Re: [dpdk-dev] [PATCH v1] examples/l3fwd: enable hash multi lookup for ARM

2019-01-03 Thread Hemant Agrawal
On 02-Jan-19 11:53 PM, Honnappa Nagarahalli wrote: > Thanks Ruifeng for the patch. I have one question inline. > > Jerin/Hemant, > It would be good if you could test this on your platforms, since this > is being made default. > > Thanks, > Honnappa > >> -Original Message- >> From: R

Re: [dpdk-dev] [PATCH v1] examples/l3fwd: enable hash multi lookup for ARM

2019-01-02 Thread Ruifeng Wang (Arm Technology China)
Hi Honnappa, > -Original Message- > From: Honnappa Nagarahalli > Sent: Thursday, January 3, 2019 2:23 > To: Ruifeng Wang (Arm Technology China) ; > dev@dpdk.org > Cc: tho...@monjalon.net; jer...@marvell.com; hemant.agra...@nxp.com; > bruce.richard...@intel.com; chao...@linux.vnet.ibm.com;

Re: [dpdk-dev] [PATCH v1] examples/l3fwd: enable hash multi lookup for ARM

2019-01-02 Thread Honnappa Nagarahalli
Thanks Ruifeng for the patch. I have one question inline. Jerin/Hemant, It would be good if you could test this on your platforms, since this is being made default. Thanks, Honnappa > -Original Message- > From: Ruifeng Wang > Sent: Tuesday, January 1, 2019 11:28 PM > To: dev@dp

[dpdk-dev] [PATCH v1] examples/l3fwd: enable hash multi lookup for ARM

2019-01-01 Thread Ruifeng Wang
Compile option for hash_multi_lookup was broken, and caused feature cannot be enabled on Arm. This patch sets hash_multi_lookup method as default, and sequential lookup becomes optional. In test of 8192 flows with 128-byte packets, throughput increased by 25.6% after enabling hash_multi_lookup. F