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 CD058FAC0 for ; Mon, 27 Mar 2017 13:21:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490613707; x=1522149707; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=lZVTLIWYvGAeMsyfK3fJwtmFNWzkXUFvM5MlsZnnLr4=; b=CEZV/WeH3GifLKi5+0R9QOSgSjZRc1hmAlol21LF2HIc+BrQLJOi5MlV IiESM/+0CsY0XaXichwq0YaWEmdKcg==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Mar 2017 04:21:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,231,1486454400"; d="scan'208";a="1127545992" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga001.fm.intel.com with ESMTP; 27 Mar 2017 04:21:46 -0700 To: Pascal Mazon References: <20170327114520.59acbdd4@paques.dev.6wind.com> Cc: "Wiles, Keith" , "dev@dpdk.org" From: Ferruh Yigit Message-ID: <9719a222-054e-e707-75b9-12b31425502a@intel.com> Date: Mon, 27 Mar 2017 12:21:45 +0100 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: <20170327114520.59acbdd4@paques.dev.6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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: Mon, 27 Mar 2017 11:21:48 -0000 On 3/27/2017 10:45 AM, Pascal Mazon wrote: > 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. There isn't time left for this release, proposal (v1) deadline is passed long ago. Almost integration deadline is hit (end of this week). > I'll send a patch with the release note at the end > of those. If your other patches slip into next release, can you please send a release notes updates for this release for the features included in this release? > > Best regards, > Pascal >