Re: [dpdk-dev] [PATCH] examples/ip_pipeline: avoid the failure of creating hash table

2017-11-06 Thread Ferruh Yigit
On 10/27/2017 3:01 AM, Dumitrescu, Cristian wrote: > > >> -Original Message- >> From: Jianbo Liu [mailto:jianbo@arm.com] >> Sent: Friday, October 27, 2017 3:55 AM >> To: dev@dpdk.org; Dumitrescu, Cristian >> Cc: Jianbo Liu >> Subject: [PATCH] examples/ip_pipeline: avoid the failure

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: avoid the failure of creating hash table

2017-11-01 Thread Dumitrescu, Cristian
> -Original Message- > From: Jianbo Liu [mailto:jianbo@arm.com] > Sent: Monday, October 30, 2017 3:33 AM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: Re: [PATCH] examples/ip_pipeline: avoid the failure of creating hash > table > > The 10/27/2017 10:01, Dumitrescu, Cristi

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: avoid the failure of creating hash table

2017-10-29 Thread Jianbo Liu
The 10/27/2017 10:01, Dumitrescu, Cristian wrote: > > > > -Original Message- > > From: Jianbo Liu [mailto:jianbo@arm.com] > > Sent: Friday, October 27, 2017 3:55 AM > > To: dev@dpdk.org; Dumitrescu, Cristian > > Cc: Jianbo Liu > > Subject: [PATCH] examples/ip_pipeline: avoid the failu

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: avoid the failure of creating hash table

2017-10-27 Thread Dumitrescu, Cristian
> -Original Message- > From: Jianbo Liu [mailto:jianbo@arm.com] > Sent: Friday, October 27, 2017 3:55 AM > To: dev@dpdk.org; Dumitrescu, Cristian > Cc: Jianbo Liu > Subject: [PATCH] examples/ip_pipeline: avoid the failure of creating hash > table > > Hash table function will check

[dpdk-dev] [PATCH] examples/ip_pipeline: avoid the failure of creating hash table

2017-10-26 Thread Jianbo Liu
Hash table function will check if the input bucket size is power of 2, so the parameter should be rounded up before sending to the creating function. Signed-off-by: Jianbo Liu --- examples/ip_pipeline/pipeline/pipeline_flow_classification_be.c | 2 +- examples/ip_pipeline/pipeline/pipeline_routi