Re: [dpdk-dev] [PATCH 1/7] Use an accessor for rte_hash_key

2019-03-01 Thread Ferruh Yigit
uce >> ; dev at dpdk.org >> Subject: Re: [dpdk-dev] [PATCH 1/7] Use an accessor for rte_hash_key >> >> Pablo, >> >> Also, what about the other patch? >> the use of a static variable in a recursive call? obviously incorrect for a >> threaded environment ...

Re: [dpdk-dev] [PATCH 1/7] Use an accessor for rte_hash_key

2017-10-27 Thread De Lara Guarch, Pablo
> From: Mike Stolarchuk [mailto:mike.stolarc...@bigswitch.com] > Sent: Friday, October 27, 2017 4:00 PM > To: De Lara Guarch, Pablo > Cc: Thomas Monjalon ; Richardson, Bruce > ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 1/7] Use an accessor for rte_hash_key > > Pabl

Re: [dpdk-dev] [PATCH 1/7] Use an accessor for rte_hash_key

2017-10-27 Thread Mike Stolarchuk
wrote: > > > > -Original Message- > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Sent: Tuesday, October 17, 2017 2:59 PM > > To: Richardson, Bruce ; De Lara Guarch, > > Pablo > > Cc: dev@dpdk.org; mstolarchuk > > Subject: Re: [dpdk-dev] [PATCH 1/

Re: [dpdk-dev] [PATCH 1/7] Use an accessor for rte_hash_key

2017-10-19 Thread De Lara Guarch, Pablo
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, October 17, 2017 2:59 PM > To: Richardson, Bruce ; De Lara Guarch, > Pablo > Cc: dev@dpdk.org; mstolarchuk > Subject: Re: [dpdk-dev] [PATCH 1/7] Use an accessor for rte_has

Re: [dpdk-dev] [PATCH 1/7] Use an accessor for rte_hash_key

2017-10-17 Thread Thomas Monjalon
18/08/2017 22:09, mstolarchuk: > Improves consistency, allows identifcation of use-sites > > Signed-off-by: mstolarchuk Any comment on this patch and others from the same author?

[dpdk-dev] [PATCH 1/7] Use an accessor for rte_hash_key

2017-08-18 Thread mstolarchuk
Improves consistency, allows identifcation of use-sites Signed-off-by: mstolarchuk --- lib/librte_hash/rte_cuckoo_hash.c | 64 +++ 1 file changed, 31 insertions(+), 33 deletions(-) diff --git a/lib/librte_hash/rte_cuckoo_hash.c b/lib/librte_hash/rte_cuckoo_h