From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 31CBEA04BF; Thu, 3 Sep 2020 16:13:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5BCDCE07; Thu, 3 Sep 2020 16:13:38 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 678D0DE0 for ; Thu, 3 Sep 2020 16:13:35 +0200 (CEST) IronPort-SDR: WT5W76IxxUfAqdvPWO76mR+DhPrJVIgjeaHhbUgkcp61D70iQdZL2p8Cuf9e3hrqNpG2JAwGK9 pqcAUAYsBs/Q== X-IronPort-AV: E=McAfee;i="6000,8403,9733"; a="158562454" X-IronPort-AV: E=Sophos;i="5.76,387,1592895600"; d="scan'208";a="158562454" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Sep 2020 07:13:34 -0700 IronPort-SDR: Gcfdbmsvx3cgGJjwZj1VRoi8dBrxSvuzVoutGbryWCYv1gWcHj5tkoBMv4PSmxGfYZ2IUJK1lJ zpf3aSgrhLPQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,387,1592895600"; d="scan'208";a="298049883" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga003.jf.intel.com with ESMTP; 03 Sep 2020 07:13:34 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 3 Sep 2020 07:13:33 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 3 Sep 2020 22:13:31 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Thu, 3 Sep 2020 22:13:31 +0800 From: "Zhang, Qi Z" To: "Yang, SteveX" , "dev@dpdk.org" CC: "Xing, Beilei" , "Guo, Jia" , "Yang, Qiming" Thread-Topic: [PATCH v2] net/i40e: i40evf exposes LSC flag to application Thread-Index: AQHWgcM2MJLggBniGkChj3X9NWkVMKlW9SCg Date: Thu, 3 Sep 2020 14:13:31 +0000 Message-ID: References: <20200811091040.24602-1-stevex.yang@intel.com> <20200903071912.27695-1-stevex.yang@intel.com> In-Reply-To: <20200903071912.27695-1-stevex.yang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.108.32.68] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: i40evf exposes LSC flag to application 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Yang, SteveX > Sent: Thursday, September 3, 2020 3:19 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Xing, Beilei ; > Guo, Jia ; Yang, Qiming ; Yang, > SteveX > Subject: [PATCH v2] net/i40e: i40evf exposes LSC flag to application >=20 > When PF event VIRTCHNL_EVENT_LINK_CHANGE received, i40evf need update > the link status and issue RTE_ETH_EVENT_INTR_LSC via rte ether device > callback function. >=20 > Signed-off-by: SteveX Yang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi