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 B0535A052A; Tue, 10 Nov 2020 03:26:11 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 96B43AC8F; Tue, 10 Nov 2020 03:26:10 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9F366A8E9; Tue, 10 Nov 2020 03:26:07 +0100 (CET) IronPort-SDR: pFjwEyykAbZOzknyyKJR4cWVZK9VncfZSKr7diwEyziR3WXV6rQiXO9VKaaa45d/bn+HxiEqSZ gVmPJDmRLnQA== X-IronPort-AV: E=McAfee;i="6000,8403,9800"; a="170059038" X-IronPort-AV: E=Sophos;i="5.77,465,1596524400"; d="scan'208";a="170059038" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2020 18:26:04 -0800 IronPort-SDR: mGLf5Sp2xLIdmF0xDfCzQAzUS0BxcI2bCJQFQhmci484jdrY27RU26Vd+QMJWO8JloO90ebwQy 8f95d9cwZgRA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,465,1596524400"; d="scan'208";a="359912949" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by fmsmga002.fm.intel.com with ESMTP; 09 Nov 2020 18:25:58 -0800 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) 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; Mon, 9 Nov 2020 18:25:57 -0800 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; Tue, 10 Nov 2020 10:25:55 +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; Tue, 10 Nov 2020 10:25:55 +0800 From: "Zhang, Qi Z" To: "Xu, Ting" , "dev@dpdk.org" CC: "Xing, Beilei" , "Wu, Jingjing" , "stable@dpdk.org" Thread-Topic: [PATCH v2] doc: fix missing release note for large VF Thread-Index: AQHWtwQ14ZnVm9i7j0mwaMLUeu5O1anAo3Jg Date: Tue, 10 Nov 2020 02:25:55 +0000 Message-ID: <8ba243819d4f4583b7d066102ff7613c@intel.com> References: <20201106024920.17127-1-ting.xu@intel.com> <20201110015605.31007-1-ting.xu@intel.com> In-Reply-To: <20201110015605.31007-1-ting.xu@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] doc: fix missing release note for large VF 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: Xu, Ting > Sent: Tuesday, November 10, 2020 9:56 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Xing, Beilei ; > Wu, Jingjing ; Xu, Ting ; > stable@dpdk.org > Subject: [PATCH v2] doc: fix missing release note for large VF >=20 > Update release note for large VF, supporting up to 256 queue pairs per VF= . >=20 > Fixes: e436cd43835b ("net/iavf: negotiate large VF and request more queue= s") > Cc: stable@dpdk.org >=20 > Signed-off-by: Ting Xu Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi