Re: [dpdk-dev] [PATCH] net/tap: fix res cleanup when tap create fails

2018-02-07 Thread Pascal Mazon
Acked-by: Pascal Mazon 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 allocati

[dpdk-dev] [PATCH] net/tap: fix res cleanup when tap create fails

2018-02-05 Thread Moti Haimovsky
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: sta...@dpdk.org Signed-off-by: Moti Haimovsky ---