From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id BFAAD1B7AB; Thu, 8 Feb 2018 13:29:01 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Feb 2018 04:29:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,478,1511856000"; d="scan'208";a="25844500" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by FMSMGA003.fm.intel.com with ESMTP; 08 Feb 2018 04:28:59 -0800 To: Pascal Mazon , Moti Haimovsky Cc: dev@dpdk.org, stable@dpdk.org References: <1517847440-42660-1-git-send-email-motih@mellanox.com> From: Ferruh Yigit Message-ID: <0d21cc7a-a74d-f9ba-830f-9252ce7f15e1@intel.com> Date: Thu, 8 Feb 2018 12:28:58 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/tap: fix res cleanup when tap create fails 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: Thu, 08 Feb 2018 12:29:02 -0000 On 2/7/2018 4:00 PM, Pascal Mazon wrote: > On 05/02/2018 17:17, Moti Haimovsky wrote: >> This patch complements the partial cleanup done inside >> eth_dev_tap_create when the routine failed. >> Such a failure left a non-functional device attached to the system. >> >> Fixes: 050fe6e9ff97 ("drivers/net: use ethdev allocation helper for vdev") >> Cc: stable@dpdk.org >> >> Signed-off-by: Moti Haimovsky > > Acked-by: Pascal Mazon > Applied to dpdk-next-net/master, thanks.