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 2F49EA04DB; Thu, 15 Oct 2020 17:32:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BB7001EAE6; Thu, 15 Oct 2020 17:28:58 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 2A4E51EACE for ; Thu, 15 Oct 2020 17:28:56 +0200 (CEST) IronPort-SDR: JIqB2Q1Ts7FAgD/pIZxmiOY5lSXH/HIAXx8OzRCr5RK4o5RgwqA3xZu2ozGvg0I6JhwmOcA95m XiqUTSTgEGeA== X-IronPort-AV: E=McAfee;i="6000,8403,9775"; a="154199625" X-IronPort-AV: E=Sophos;i="5.77,379,1596524400"; d="scan'208";a="154199625" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Oct 2020 08:28:54 -0700 IronPort-SDR: TJx1djSPryWCsrSoxAh7Wekw43h1qCuMWheoYe++EPeArdJjFENlNoHW5OhFyFx1p4Lhwca0IA 4c3O/lTFQ0Rg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,379,1596524400"; d="scan'208";a="531295399" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga005.jf.intel.com with ESMTP; 15 Oct 2020 08:28:54 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 15 Oct 2020 08:28:53 -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, 15 Oct 2020 23:28:51 +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, 15 Oct 2020 23:28:51 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" CC: "Xu, Ting" , "dev@dpdk.org" Thread-Topic: [PATCH 0/3] iavf update base code Thread-Index: AQHWooulNaBKjAONaECrX7Mpzj/upamX0wMAgAD3jWA= Date: Thu, 15 Oct 2020 15:28:51 +0000 Message-ID: <641b6b34011944078bb913a8cd16d9fe@intel.com> References: <20201015004325.1016100-1-qi.z.zhang@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 0/3] 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: Xing, Beilei > Sent: Thursday, October 15, 2020 4:42 PM > To: Zhang, Qi Z > Cc: Xu, Ting ; dev@dpdk.org > Subject: RE: [PATCH 0/3] iavf update base code >=20 >=20 >=20 > > -----Original Message----- > > From: Zhang, Qi Z > > Sent: Thursday, October 15, 2020 8:43 AM > > To: Xing, Beilei > > Cc: Xu, Ting ; dev@dpdk.org; Zhang, Qi Z > > > > Subject: [PATCH 0/3] iavf update base code > > > > main change: > > Add support for VFs with > queue pairs. >=20 > I think ' > 16 queue pairs' here. > Acked-by: Beilei Xing >=20 > > > > Qi Zhang (3): > > common/iavf: replace macro for MAC address length > > common/iavf: add support for VFs with >16 queue pairs > > common/iavf: update version > > > > drivers/common/iavf/README | 2 +- > > drivers/common/iavf/virtchnl.h | 235 > > +++++++++++++++++++++++++++++---- > > 2 files changed, 207 insertions(+), 30 deletions(-) > > > > -- > > 2.25.4 >=20 Applied to dpdk-next-net-intel. Thanks Qi