[dpdk-dev] [PATCH v3 1/3] hash: add rte_hash_set_cmp_func() function.

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Fri Dec 4 09:54:20 CET 2015


Hi Nemo,

> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yu Nemo Wenbin
> Sent: Friday, December 04, 2015 3:12 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v3 1/3] hash: add rte_hash_set_cmp_func()
> function.
> 
> 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 <yuwb_bjy at ctbri.com.cn>

What I meant with all the changes in one go is to include them in a single patch, not three,
where your starting point is the current code in mainline.
Please, check that the commit message is fixed as we discussed,
and that the new function is in DPDK_2.2, and not DPDK_2.1


More information about the dev mailing list