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 56B91A0524; Fri, 6 Nov 2020 03:46:10 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F13C1126B; Fri, 6 Nov 2020 03:46:08 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 99FC3F90 for ; Fri, 6 Nov 2020 03:46:05 +0100 (CET) IronPort-SDR: L9Tju27vAt2hQoWd79Mz8BJjhgf9FsE6CM4TsGfJ/ralz5E4tBEPgyBYUmfqUWMUj3kF1tnoSr TPV32uqKN4GA== X-IronPort-AV: E=McAfee;i="6000,8403,9796"; a="166902943" X-IronPort-AV: E=Sophos;i="5.77,454,1596524400"; d="scan'208";a="166902943" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Nov 2020 18:46:04 -0800 IronPort-SDR: lS7sw6GK7D0ImO/xyMmMXCoi/VnQB3mbGpLza7nX4L2aVZIH/PzN3Vuu1oztFmI+eCHIRS/s65 1Te+x917whnw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,454,1596524400"; d="scan'208";a="539660571" Received: from dpdk-xuting-second.sh.intel.com ([10.67.116.154]) by orsmga005.jf.intel.com with ESMTP; 05 Nov 2020 18:46:03 -0800 From: Ting Xu To: dev@dpdk.org Cc: qi.z.zhang@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com, Ting Xu Date: Fri, 6 Nov 2020 10:49:20 +0800 Message-Id: <20201106024920.17127-1-ting.xu@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH v1] doc: update 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" Update release note for large VF, supporting up to 256 queue pairs per VF. Signed-off-by: Ting Xu --- doc/guides/rel_notes/release_20_11.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index 57e4b13ec0..e882cffdcf 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -213,6 +213,7 @@ New Features * Added support for flexible descriptor metadata extraction. * Added support for outer IP hash of GTPC and GTPU. + * Added support for up to 256 queue pairs per VF. * **Updated Memif PMD.** -- 2.17.1