2015-12-04 08:54, De Lara Guarch, Pablo: > Hi Nemo, > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of 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 <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
I think I've understood what Nemo wants to do. I've fixed the indent, fixed the doxygen comment and dropped the third patch. At the end, applied with your previous ack.