From mboxrd@z Thu Jan 1 00:00:00 1970 From: "De Lara Guarch, Pablo" Subject: Re: [PATCH v3 1/3] hash: add rte_hash_set_cmp_func() function. Date: Fri, 4 Dec 2015 08:54:20 +0000 Message-ID: References: <1447895712-12159-1-git-send-email-yuwb_bjy@ctbri.com.cn> <1449198703-8585-1-git-send-email-yuwb_bjy@ctbri.com.cn> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: Yu Nemo Wenbin , "dev@dpdk.org" Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 1EA0658D4 for ; Fri, 4 Dec 2015 09:54:23 +0100 (CET) In-Reply-To: <1449198703-8585-1-git-send-email-yuwb_bjy@ctbri.com.cn> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Nemo, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Yu Nemo Wenbin > Sent: Friday, December 04, 2015 3:12 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 1/3] hash: add rte_hash_set_cmp_func() > function. >=20 > 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. >=20 > Signed-off-by: Yu Nemo Wenbin 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