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 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 <yuwb_bjy at ctbri.com.cn>
Why did you send this patch again? I see that the only thing you changed was the title, and you don't need to include "to DPDK_2.2" in there. The only comment I had is that you should have included versioning of the patch ("PATCH v2 or v3"). Thanks, Pablo