From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id BD5511B1EA; Tue, 25 Sep 2018 16:14:00 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2018 07:13:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,302,1534834800"; d="scan'208";a="89199113" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.39]) ([10.237.221.39]) by fmsmga002.fm.intel.com with ESMTP; 25 Sep 2018 07:12:12 -0700 To: Andrew Rybchenko , Alejandro Lucero , dev@dpdk.org Cc: stable@dpdk.org References: <1537796604-29378-1-git-send-email-alejandro.lucero@netronome.com> <7a20a3f2-bf64-31d8-1ced-b92fcd204f30@solarflare.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <42e3ed7a-09ca-bd23-b16f-d0c6899763f3@intel.com> Date: Tue, 25 Sep 2018 15:12:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <7a20a3f2-bf64-31d8-1ced-b92fcd204f30@solarflare.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] ethdev: fix error handling logic X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 14:14:01 -0000 On 9/24/2018 3:10 PM, Andrew Rybchenko wrote: > On 9/24/18 4:43 PM, Alejandro Lucero wrote: >> This patch fixes how function exit is handled when errors inside >> rte_eth_dev_create. >> >> Fixes: e489007a411c ("ethdev: add generic create/destroy ethdev APIs") >> Cc: stable@dpdk.org >> >> Signed-off-by: Alejandro Lucero > > Minor nit/observation below, but anyway > > Reviewed-by: Andrew Rybchenko Applied to dpdk-next-net/master, thanks.