[dpdk-dev] [PATCH] hash: add rte_hash_set_cmp_func() function to DPDK_2.2.

2015-12-02 Thread Yu Nemo Wenbin
Give user a chance to customize the hash key compare function. The default rte_hash_cmp_eq function is set in the rte_hash_create function, but these builtin ones may not be good enough, so the user may call this to override the default one. Signed-off-by: Yu Nemo Wenbin --- lib/librte_hash/rte_

[dpdk-dev] [PATCH] hash: add rte_hash_set_cmp_func() function to DPDK_2.2.

2015-12-02 Thread De Lara Guarch, Pablo
Hi, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yu Nemo Wenbin > Sent: Wednesday, December 02, 2015 2:19 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] hash: add rte_hash_set_cmp_func() function > to DPDK_2.2. > > Give us

[dpdk-dev] [PATCH] hash: add rte_hash_set_cmp_func() function.

2015-11-30 Thread De Lara Guarch, Pablo
Hi, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yu Nemo Wenbin > Sent: Friday, November 27, 2015 2:11 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] hash: add rte_hash_set_cmp_func() function. > > Give user a chance to c

[dpdk-dev] [PATCH] hash: add rte_hash_set_cmp_func() function.

2015-11-27 Thread Yu Nemo Wenbin
Give user a chance to customize the hash key compare function. The default rte_hash_cmp_eq function is set in the rte_hash_create function, but these builtin ones may not be good enough, so the user may call this to override the default one. Signed-off-by: Yu Nemo Wenbin --- lib/librte_hash/rte_

[dpdk-dev] [PATCH] hash: add rte_hash_set_cmp_func() function.

2015-11-24 Thread De Lara Guarch, Pablo
Hi, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yu Nemo Wenbin > Sent: Thursday, November 19, 2015 1:15 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] hash: add rte_hash_set_cmp_func() function. > > Give user a chance to c

[dpdk-dev] [PATCH] hash: add rte_hash_set_cmp_func() function.

2015-11-19 Thread Yu Nemo Wenbin
Give user a chance to costomize the hash key compare function. The default rte_hash_cmp_eq function is set in the rte_hash_create function, but these builtin ones may not good enough, so the user may call this to override the default one. Signed-off-by: Yu Nemo Wenbin --- lib/librte_hash/rte_cuc

[dpdk-dev] [PATCH] hash: add rte_hash_set_cmp_func() function.

2015-11-13 Thread kamasamikon
Give user a chance to costomize the hash key compare function. The default rte_hash_cmp_eq function is set in the rte_hash_create function, but these builtin ones may not good enough, so the user may call this to override the default one. Signed-off-by: Yu Nemo Wenbin --- lib/librte_hash/rte_cuc

[dpdk-dev] [PATCH] hash: add rte_hash_set_cmp_func() function.

2015-11-13 Thread Bruce Richardson
On Fri, Nov 13, 2015 at 02:28:13PM +0800, kamasamikon wrote: > Give user a chance to costomize the hash key compare function. > The default rte_hash_cmp_eq function is set in the rte_hash_create > function, but these builtin ones may not good enough, so the user > may call this to override the defa