From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wiles, Keith" Subject: Re: [PATCH 1/2] net/tap: improve link_update Date: Wed, 22 Mar 2017 14:11:55 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: Pascal Mazon Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 458FE1B53 for ; Wed, 22 Mar 2017 15:11:58 +0100 (CET) In-Reply-To: Content-Language: en-US Content-ID: <2CE1FE6CCEC98A4FB41F7D8258EF8393@intel.com> 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 Mar 22, 2017, at 3:40 AM, Pascal Mazon wrote: >=20 > 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. >=20 > Signed-off-by: Pascal Mazon Acked-by: Keith Wiles Regards, Keith