From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3CBB5CFC6 for ; Fri, 24 Mar 2017 17:02:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490371371; x=1521907371; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=SE+AlR7ABb81g1KcU1NUdPWxUf/bz0wJfVhlfx7tEfk=; b=qup1Bex8nz5X2mtL/V8czjJMmaSa6f/fWhRDG4SmpnjnRM7TIhlR3ssP Emz6TglcWz9je1B3AYyj22xHGccR3w==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Mar 2017 09:02:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,215,1486454400"; d="scan'208";a="838168684" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by FMSMGA003.fm.intel.com with ESMTP; 24 Mar 2017 09:02:49 -0700 To: "Wiles, Keith" , Pascal Mazon References: Cc: "dev@dpdk.org" From: Ferruh Yigit Message-ID: Date: Fri, 24 Mar 2017 16:02:48 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] net/tap: improve link_update 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: Fri, 24 Mar 2017 16:02:51 -0000 On 3/22/2017 2:11 PM, Wiles, Keith wrote: > >> On Mar 22, 2017, at 3:40 AM, Pascal Mazon wrote: >> >> Reflect device link status according to the state of the tap netdevice >> and the remote netdevice (if any). If both are UP and RUNNING, then the >> device link status is set to ETH_LINK_UP, otherwise ETH_LINK_DOWN. >> >> Signed-off-by: Pascal Mazon > > Acked-by: Keith Wiles Series applied to dpdk-next-net/master, thanks. Hi Pascal, Many features added to the tap PMD in this realease. Would you mind adding a release notes item, in a single patch, to mention from all tap updates? Thanks, ferruh