From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 9D6B0D4E0 for ; Tue, 7 Feb 2017 15:06:30 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Feb 2017 06:06:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,346,1477983600"; d="scan'208";a="818058932" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137]) ([10.237.220.137]) by FMSMGA003.fm.intel.com with ESMTP; 07 Feb 2017 06:06:28 -0800 To: Pascal Mazon , Keith Wiles References: <20170206194038.9246-1-keith.wiles@intel.com> <20170206194038.9246-7-keith.wiles@intel.com> <20170207095112.2e7a2551@paques.dev.6wind.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <55aafefa-7e7d-f31e-02dc-f490a361f880@intel.com> Date: Tue, 7 Feb 2017 14:06:27 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170207095112.2e7a2551@paques.dev.6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3 7/7] net/tap: move closing fds to pmd close from pmd stop 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, 07 Feb 2017 14:06:31 -0000 On 2/7/2017 8:51 AM, Pascal Mazon wrote: <...> >> Signed-off-by: Keith Wiles <...> > Acked-by: Pascal Mazon Series applied to dpdk-next-net/master, thanks. ( patch 1/7: docs: fix tap PMD docs for device name patch 4/7: Fixes: 02f96a0a82d1 ("net/tap: add TUN/TAP device PMD") patch 5/7: checkpatch warning fixed patch 6/7: Fixes: 082fdb7361d7 ("net/tap: implement link up and down callbacks") )