From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/tap: fix res cleanup when tap create fails Date: Thu, 8 Feb 2018 12:28:58 +0000 Message-ID: <0d21cc7a-a74d-f9ba-830f-9252ce7f15e1@intel.com> References: <1517847440-42660-1-git-send-email-motih@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stable@dpdk.org To: Pascal Mazon , Moti Haimovsky Return-path: In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.