From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id DC22F1B70E for ; Wed, 31 Jan 2018 14:11:40 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jan 2018 05:11:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,440,1511856000"; d="scan'208";a="170580194" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.77]) by orsmga004.jf.intel.com with SMTP; 31 Jan 2018 05:11:37 -0800 Received: by (sSMTP sendmail emulation); Wed, 31 Jan 2018 13:11:36 +0000 Date: Wed, 31 Jan 2018 13:11:36 +0000 From: Bruce Richardson To: Anatoly Burakov Cc: dev@dpdk.org, zhiyong.yang@intel.com Message-ID: <20180131131136.GA11376@bricha3-MOBL3.ger.corp.intel.com> References: <4bc7c2df8284aa94d37cbb8f80b7f952dd03d6f8.1517401724.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4bc7c2df8284aa94d37cbb8f80b7f952dd03d6f8.1517401724.git.anatoly.burakov@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) 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:11:41 -0000 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