From patchwork Mon Jun 27 02:18:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiang, Cheng1" X-Patchwork-Id: 113455 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 43CAEA055B; Mon, 27 Jun 2022 04:55:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CB812410EF; Mon, 27 Jun 2022 04:55:55 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id BA9F140E78 for ; Mon, 27 Jun 2022 04:55:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656298554; x=1687834554; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=/8daapuLvDv0M9Li0uuyIGw4cCIZkUncvLmIRpAorxY=; b=cZCHCSnC4PVr24dIbvQqAbarvXzUxTIIxBQYXX+geAACrA9X6R+5gtHH 1ykCL/KrT8kp8FiPjZFJpSRTcOnTaxxMTTcNIhNH5PnBb++WiWB3a0yyE BBUSr24zHkWzXxHRZ6IlY2Dka9pOb6sKK7C4O6NLdonUMNfawqot3jqEP kBFTPO91XdPK+RgmjyKbyXZnLNOtGUs8JSAjYb3fHR+KK7thpTaPj4iMv awI57AFi+OnKKmISjDCTf1fnANbvYS9Kwb3thcg//O2Ku0iNFQD06Qh87 y39j0TyJUkItM3gISQEcyZrs1UrlNAy9XIjvVlBe93++nU3R+AijpFFgs g==; X-IronPort-AV: E=McAfee;i="6400,9594,10390"; a="281380674" X-IronPort-AV: E=Sophos;i="5.92,225,1650956400"; d="scan'208";a="281380674" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jun 2022 19:55:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,225,1650956400"; d="scan'208";a="594103990" Received: from dpdk_jiangcheng.sh.intel.com ([10.67.119.26]) by fmsmga007.fm.intel.com with ESMTP; 26 Jun 2022 19:55:48 -0700 From: Cheng Jiang To: maxime.coquelin@redhat.com, chenbo.xia@intel.com Cc: dev@dpdk.org, jiayu.hu@intel.com, xuan.ding@intel.com, wenwux.ma@intel.com, yuanx.wang@intel.com, yvonnex.yang@intel.com, Cheng Jiang Subject: [PATCH] doc: add release notes for async vhost dequeue data-path Date: Mon, 27 Jun 2022 02:18:21 +0000 Message-Id: <20220627021821.34848-1-cheng1.jiang@intel.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Add release notes for asynchronous vhost dequeue data-path. Emphasize that split virtqueue and packed virtqueue are both supported in asynchronous vhost dequeue data-path Signed-off-by: Cheng Jiang --- doc/guides/rel_notes/release_22_07.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst index e743031f61..2594ddcec1 100644 --- a/doc/guides/rel_notes/release_22_07.rst +++ b/doc/guides/rel_notes/release_22_07.rst @@ -102,7 +102,8 @@ New Features * **Added vhost async dequeue API to receive packets from guest.** Added vhost async dequeue API which can leverage DMA devices to - accelerate receiving packets from guest. + accelerate receiving packets from guest. Split virtqueue and packed + virtqueue are both supported. * **Added vhost API to get the device type of a vDPA device.**