From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pascal Mazon Subject: Re: [PATCH 1/2] net/tap: improve link_update Date: Mon, 27 Mar 2017 11:45:20 +0200 Message-ID: <20170327114520.59acbdd4@paques.dev.6wind.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "Wiles, Keith" , "dev@dpdk.org" To: Ferruh Yigit Return-path: Received: from mail-wr0-f176.google.com (mail-wr0-f176.google.com [209.85.128.176]) by dpdk.org (Postfix) with ESMTP id 30E9AFA4E for ; Mon, 27 Mar 2017 11:46:05 +0200 (CEST) Received: by mail-wr0-f176.google.com with SMTP id u1so47759215wra.2 for ; Mon, 27 Mar 2017 02:46:05 -0700 (PDT) In-Reply-To: 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 Fri, 24 Mar 2017 16:02:48 +0000 Ferruh Yigit wrote: > 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 Hi Ferruh, Yes there's been a banch of changes in tap. I have still a few things I'd like to push yet. I'll send a patch with the release note at the end of those. Best regards, Pascal