From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 19FB8377E for ; Wed, 28 Jun 2017 11:56:20 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 28 Jun 2017 02:56:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,274,1496127600"; d="scan'208";a="118329677" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga005.jf.intel.com with ESMTP; 28 Jun 2017 02:56:14 -0700 To: Pascal Mazon , Thomas Monjalon Cc: dev@dpdk.org References: <20170627092959.3344-1-thomas@monjalon.net> <20170627123315.11246-1-thomas@monjalon.net> From: Ferruh Yigit Message-ID: Date: Wed, 28 Jun 2017 10:56:14 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 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] [PATCH v2] net/tap: restore state of remote device when closing 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: Wed, 28 Jun 2017 09:56:21 -0000 > On 06/27/2017 02:33 PM, Thomas Monjalon wrote: >> When exiting a DPDK application, the TAP remote was left >> with the link down even if it was initially up. >> >> The device flags of the remote netdevice are saved when probing, >> and restored when calling the close function. >> The remote state is not set down when calling the stop function anymore. >> >> Signed-off-by: Thomas Monjalon > Acked-by: Pascal Mazon Applied to dpdk-next-net/master, thanks.