From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP; 22 Mar 2017 07:11:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,205,1486454400"; d="scan'208";a="1111077570" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga001.jf.intel.com with ESMTP; 22 Mar 2017 07:11:57 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 22 Mar 2017 07:11:57 -0700 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.175]) by FMSMSX125.amr.corp.intel.com ([169.254.2.102]) with mapi id 14.03.0319.002; Wed, 22 Mar 2017 07:11:57 -0700 From: "Wiles, Keith" To: Pascal Mazon CC: "dev@dpdk.org" Thread-Topic: [PATCH 1/2] net/tap: improve link_update Thread-Index: AQHSougHaPJ4/RWNTkiI8yV0BjpoUqGhXA2A Date: Wed, 22 Mar 2017 14:11:55 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.255.84.105] Content-Type: text/plain; charset="us-ascii" Content-ID: <2CE1FE6CCEC98A4FB41F7D8258EF8393@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Wed, 22 Mar 2017 14:11:59 -0000 > 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