From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 54A891B820 for ; Tue, 24 Oct 2017 16:20:29 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2017 07:20:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,428,1503385200"; d="scan'208";a="166445397" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.32]) by fmsmga005.fm.intel.com with SMTP; 24 Oct 2017 07:20:27 -0700 Received: by (sSMTP sendmail emulation); Tue, 24 Oct 2017 15:20:26 +0100 Date: Tue, 24 Oct 2017 15:20:26 +0100 From: Bruce Richardson To: Igor Ryzhov Cc: dev@dpdk.org Message-ID: <20171024142026.GB11132@bricha3-MOBL3.ger.corp.intel.com> References: <1508851785-54623-1-git-send-email-iryzhov@nfware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1508851785-54623-1-git-send-email-iryzhov@nfware.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-dev] [PATCH] lpm6: set errno on creation error 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, 24 Oct 2017 14:20:31 -0000 On Tue, Oct 24, 2017 at 04:29:45PM +0300, Igor Ryzhov wrote: > Signed-off-by: Igor Ryzhov > --- > lib/librte_lpm/rte_lpm6.c | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Bruce Richardson