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 078E8A04DB; Fri, 16 Oct 2020 12:41:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 876EA1ECBD; Fri, 16 Oct 2020 12:40:58 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id BC36F1EBF6 for ; Fri, 16 Oct 2020 12:40:57 +0200 (CEST) IronPort-SDR: cXxqq8gT5hv/4VYDHJLCRsFInCcKNRDERnvKMzcmig5M1Tyw372S2IPKlKtyQXfAKbByNSkz5b fcCVLvz3Xq/g== X-IronPort-AV: E=McAfee;i="6000,8403,9775"; a="251272999" X-IronPort-AV: E=Sophos;i="5.77,382,1596524400"; d="scan'208";a="251272999" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Oct 2020 03:40:55 -0700 IronPort-SDR: vdzKxiiiOmsDOS3YS3fR7+Q2saD5R58dogvDaq/eP0FfHbX3NdI21xC/V1uXjuDmsog+T72mWV MsrpOJG5zWfw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,382,1596524400"; d="scan'208";a="421455165" Received: from irsmsx605.ger.corp.intel.com ([163.33.146.138]) by fmsmga001.fm.intel.com with ESMTP; 16 Oct 2020 03:40:55 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by IRSMSX605.ger.corp.intel.com (163.33.146.138) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 16 Oct 2020 11:40:53 +0100 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; Fri, 16 Oct 2020 18:40:51 +0800 From: "Zhang, Qi Z" To: "Yigit, Ferruh" CC: "dev@dpdk.org" , "Xing, Beilei" Thread-Topic: [PATCH v2 0/2] iavf update base code Thread-Index: AQHWo6hcA15u1OgSgEue02r2y/E5GKmaCkJQ Date: Fri, 16 Oct 2020 10:40:51 +0000 Message-ID: <4e96c30b4900450fb1d00253aab04939@intel.com> References: <20201016104128.1049430-1-qi.z.zhang@intel.com> In-Reply-To: <20201016104128.1049430-1-qi.z.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 v2 0/2] iavf update base code 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: Zhang, Qi Z > Sent: Friday, October 16, 2020 6:41 PM > To: Yigit, Ferruh > Cc: dev@dpdk.org; Xing, Beilei ; Zhang, Qi Z > > Subject: [PATCH v2 0/2] iavf update base code >=20 > main change: > Add support for VFs with > 16 queues pairs >=20 > v2: > - add more commit in PATCH 1/2. > - squash PATCH 3/3 with PATCH 2/3. >=20 > Qi Zhang (2): > common/iavf: replace macro for MAC address length > common/iavf: add support for VFs with >16 queue pairs >=20 > drivers/common/iavf/README | 2 +- > drivers/common/iavf/virtchnl.h | 235 > +++++++++++++++++++++++++++++---- > 2 files changed, 207 insertions(+), 30 deletions(-) >=20 > -- > 2.25.4 Applied to dpdk-next-net-intel. Thanks Qi