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 BCE97A0542; Thu, 13 Feb 2020 02:43:55 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 066E92BF4; Thu, 13 Feb 2020 02:43:55 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id DCCE62BE9 for ; Thu, 13 Feb 2020 02:43:53 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Feb 2020 17:43:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,434,1574150400"; d="scan'208";a="222485783" Received: from dpdk-jiangcheng.sh.intel.com ([10.67.119.194]) by orsmga007.jf.intel.com with ESMTP; 12 Feb 2020 17:43:50 -0800 From: Cheng Jiang To: john.mcnamara@intel.com, marko.kovacevic@intel.com Cc: tiwei.bie@intel.com, maxime.coquelin@redhat.com, zhihong.wang@intel.com, dev@dpdk.org, Cheng Jiang Date: Thu, 13 Feb 2020 01:41:40 +0000 Message-Id: <20200213014140.8362-1-Cheng1.jiang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH v1] doc: add release notes for virtio-PMD 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" Add release notes for the notification data feature of virtio-PMD. Signed-off-by: Cheng Jiang --- doc/guides/rel_notes/release_20_02.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst index 690e7dba7..020beb5d8 100644 --- a/doc/guides/rel_notes/release_20_02.rst +++ b/doc/guides/rel_notes/release_20_02.rst @@ -148,6 +148,14 @@ New Features Added a new OCTEON TX2 rawdev PMD for End Point mode of operation. See the :doc:`../rawdevs/octeontx2_ep` for more details on this new PMD. +* **Added support for virtio-PMD notification data.** + + Added support for virtio-PMD notification data so that the driver + passes extra data (besides identifying the virtqueue) in its device + notifications, expanding the notifications to include the avail index and + avail wrap counter (When split ring is used, the avail wrap counter is not + included in the notification data). + Removed Items ------------- -- 2.17.1