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 CF2B7A04BC; Thu, 8 Oct 2020 14:23:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EF88B1B6C5; Thu, 8 Oct 2020 14:23:16 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 211E41B69F for ; Thu, 8 Oct 2020 14:23:14 +0200 (CEST) IronPort-SDR: lrprn2Vu/wBI/3TaEaPkL3kMvQDH6YUz1Aq4IxTyarwZMvl85o40pFUedMmDogr+RGUNMCcuow U0CgJ7w+4e9w== X-IronPort-AV: E=McAfee;i="6000,8403,9767"; a="153157327" X-IronPort-AV: E=Sophos;i="5.77,350,1596524400"; d="scan'208";a="153157327" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Oct 2020 05:23:13 -0700 IronPort-SDR: ujwhLRVrynGeM7G1lZMRReey6dVLqC4lGuBwOc33NIDGiwMjF2HpLeNG2B4A3nMzaQzateRYMb dmWh6e+yC1hw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,350,1596524400"; d="scan'208";a="328552193" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga002.jf.intel.com with ESMTP; 08 Oct 2020 05:23:12 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 8 Oct 2020 05:23:09 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 8 Oct 2020 20:23:07 +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, 8 Oct 2020 20:23:07 +0800 From: "Zhang, Qi Z" To: "Zhang, RobinX" , "dev@dpdk.org" CC: "Xing, Beilei" , "Wu, Jingjing" , "Yang, Qiming" , "Yang, SteveX" , "Zhang, RobinX" Thread-Topic: [dpdk-dev] [PATCH 0/8] feature porting from i40evf to iavf Thread-Index: AQHWlKIHNn7tD/MKAkS4KuIwSAVJ1KmNsi+A Date: Thu, 8 Oct 2020 12:23:07 +0000 Message-ID: References: <20200927072626.28374-1-robinx.zhang@intel.com> In-Reply-To: <20200927072626.28374-1-robinx.zhang@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.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/8] feature porting from i40evf to iavf 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 Robin Zhang > Sent: Sunday, September 27, 2020 3:26 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Wu, Jingjing ; > Yang, Qiming ; Yang, SteveX > ; Zhang, RobinX > Subject: [dpdk-dev] [PATCH 0/8] feature porting from i40evf to iavf >=20 > This patch set port some features of i40evf to iavf. >=20 > Robin Zhang (8): > net/iavf: use link status helper functions > net/iavf: set min and max MTU for VF > net/iavf: re-program promiscuous mode on VF interface > net/iavf: optimize promiscuous ops > net/iavf: add workaround promiscuous disable > net/iavf: cleanup Tx buffers > net/iavf: add extended stats > net/iavf: support check DD bit of a RX descriptor >=20 > drivers/net/iavf/iavf_ethdev.c | 162 +++++++++++++++++++++------------ > drivers/net/iavf/iavf_rxtx.c | 94 ++++++++++++++++++- > drivers/net/iavf/iavf_rxtx.h | 2 + > drivers/net/iavf/iavf_vchnl.c | 13 ++- > 4 files changed, 209 insertions(+), 62 deletions(-) >=20 > -- > 2.17.1 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi