From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 8818C1B633 for ; Wed, 31 Jan 2018 14:29:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jan 2018 05:29:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,440,1511856000"; d="scan'208";a="170584558" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.237.220.145]) ([10.237.220.145]) by orsmga004.jf.intel.com with ESMTP; 31 Jan 2018 05:29:19 -0800 To: Bruce Richardson Cc: dev@dpdk.org, zhiyong.yang@intel.com References: <4bc7c2df8284aa94d37cbb8f80b7f952dd03d6f8.1517401724.git.anatoly.burakov@intel.com> <20180131131136.GA11376@bricha3-MOBL3.ger.corp.intel.com> From: "Burakov, Anatoly" Message-ID: Date: Wed, 31 Jan 2018 13:29:18 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180131131136.GA11376@bricha3-MOBL3.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] lib/lpm: fix return value of rte_lpm_create 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: Wed, 31 Jan 2018 13:29:23 -0000 On 31-Jan-18 1:11 PM, Bruce Richardson wrote: > On Wed, Jan 31, 2018 at 12:40:59PM +0000, Anatoly Burakov wrote: >> LPM library is supposed to return NULL pointer on an attempt >> to call rte_lpm_create with an existing name. >> >> Fixes: 134975073af3 ("lib: remove unnecessary pointer cast") >> Cc: zhiyong.yang@intel.com >> >> Signed-off-by: Anatoly Burakov >> --- > > This looks a duplicate of http://dpdk.org/dev/patchwork/patch/34739/, is > that correct? > If so, please review/test/ack that patch to confirm it fixes the issues > you see too. > > Thanks, > /Bruce > You're correct, missed that. Thanks! -- Thanks, Anatoly