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 714ACA04BE; Mon, 7 Sep 2020 07:58:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7BBCD2BAB; Mon, 7 Sep 2020 07:58:16 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E91531DB8 for ; Mon, 7 Sep 2020 07:58:13 +0200 (CEST) IronPort-SDR: qSzgpy6kAW9baXt1a9QSR7pmdnLzrcNqh2M8+UBlI7nLaIxo6Zm6UiaLSkVl1MrDDtLt+bEtCX ssR4HZjZg2YA== X-IronPort-AV: E=McAfee;i="6000,8403,9736"; a="158940372" X-IronPort-AV: E=Sophos;i="5.76,400,1592895600"; d="scan'208";a="158940372" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2020 22:58:12 -0700 IronPort-SDR: ff7pr8daXDIMedJBE90aZQIklNuJnwdIN2lj9TLd3iFxCESLCEx6xlHlJu6ys+9qMy1AV5YOhz UP8r00vqFKnQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,400,1592895600"; d="scan'208";a="503916662" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga006.fm.intel.com with ESMTP; 06 Sep 2020 22:58:12 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) 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; Sun, 6 Sep 2020 22:58:12 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 7 Sep 2020 13:58:10 +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; Mon, 7 Sep 2020 13:58:10 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" , "Yang, SteveX" , "dev@dpdk.org" CC: "Yang, Qiming" , "Wu, Jingjing" Thread-Topic: [dpdk-dev] [PATCH v3 0/6] Bugs Porting from I40evf For IAVF Feature Thread-Index: AQHWgpPqiTgXTsnkzE2NfqnlSnPXt6lcsoBw Date: Mon, 7 Sep 2020 05:58:10 +0000 Message-ID: References: <20200827011410.18401-1-stevex.yang@intel.com> <20200904072907.10648-1-stevex.yang@intel.com> In-Reply-To: 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.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/6] Bugs Porting from I40evf For IAVF Feature 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: dev On Behalf Of Xing, Beilei > Sent: Friday, September 4, 2020 4:18 PM > To: Yang, SteveX ; dev@dpdk.org > Cc: Yang, Qiming ; Wu, Jingjing > > Subject: Re: [dpdk-dev] [PATCH v3 0/6] Bugs Porting from I40evf For IAVF > Feature >=20 >=20 >=20 > > -----Original Message----- > > From: Yang, SteveX > > Sent: Friday, September 4, 2020 3:29 PM > > To: dev@dpdk.org > > Cc: Yang, Qiming ; Wu, Jingjing > > ; Xing, Beilei ; Yang, > > SteveX > > Subject: [PATCH v3 0/6] Bugs Porting from I40evf For IAVF Feature > > > > These patches are bugs porting from i40evf to iavf. > > > > v3: > > - changed the comment of patch (net/iavf: fix scattered Rx enabling). > > - changed the comment of patch (net/iavf: fix incorrect link status > > when speed is undefined). > > > > v2: > > - removed patch (net/iavf: fix port close), because all resources > > will be released in dev_close when RTE_ETH_DEV_CLOSE_REMOVE is > set. > > > > SteveX Yang (6): > > net/iavf: fix scattered Rx enabling > > net/iavf: fix incorrect link status when speed is undefined > > net/iavf: fix port start during configuration restore > > net/iavf: fix setting of MAC address on iavf > > net/iavf: fix multiple interrupts for VF > > net/iavf: downgrade error log > > > > drivers/net/iavf/iavf_ethdev.c | 18 +++++++---- > > drivers/net/iavf/iavf_vchnl.c > > | 58 +++++++++++++++++++++++++++------- > > 2 files changed, 58 insertions(+), 18 deletions(-) > > > > -- > > 2.17.1 >=20 > Acked-by: Beilei Xing Applied to dpdk-next-net-intel. Thanks Qi