From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id E3B961B3B6 for ; Tue, 7 Nov 2017 08:47:04 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 06 Nov 2017 23:47:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,357,1505804400"; d="scan'208";a="918397763" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.255.231.67]) ([10.255.231.67]) by FMSMGA003.fm.intel.com with ESMTP; 06 Nov 2017 23:47:03 -0800 To: "Dumitrescu, Cristian" , Jianbo Liu , "dev@dpdk.org" References: <1509072919-17348-1-git-send-email-jianbo.liu@arm.com> <3EB4FA525960D640B5BDFFD6A3D891267BADB0A0@IRSMSX108.ger.corp.intel.com> From: Ferruh Yigit Message-ID: <8303c15d-bc00-3dbd-b944-e3fbeb381072@intel.com> Date: Mon, 6 Nov 2017 23:47:03 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891267BADB0A0@IRSMSX108.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] examples/ip_pipeline: avoid the failure of creating hash table X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2017 07:47:05 -0000 On 10/27/2017 3:01 AM, Dumitrescu, Cristian wrote: > > >> -----Original Message----- >> From: Jianbo Liu [mailto:jianbo.liu@arm.com] >> Sent: Friday, October 27, 2017 3:55 AM >> To: dev@dpdk.org; Dumitrescu, Cristian >> Cc: Jianbo Liu >> Subject: [PATCH] examples/ip_pipeline: avoid the failure of creating hash >> table >> >> Hash table function will check if the input bucket size is power of 2, >> so the parameter should be rounded up before sending to the creating >> function. >> >> Signed-off-by: Jianbo Liu > Acked-by: Cristian Dumitrescu Applied to dpdk/master, thanks.