From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiwei Bie Subject: [PATCH v4 7/7] doc: update the release notes for the reserved flags Date: Wed, 28 Dec 2016 23:41:31 +0800 Message-ID: <1482939691-34855-8-git-send-email-tiwei.bie@intel.com> References: <1482677880-117158-1-git-send-email-tiwei.bie@intel.com> <1482939691-34855-1-git-send-email-tiwei.bie@intel.com> Cc: adrien.mazarguil@6wind.com, wenzhuo.lu@intel.com, john.mcnamara@intel.com, olivier.matz@6wind.com, thomas.monjalon@6wind.com, konstantin.ananyev@intel.com, helin.zhang@intel.com, wei.dai@intel.com, xiao.w.wang@intel.com To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 81D232C4F for ; Wed, 28 Dec 2016 16:47:39 +0100 (CET) In-Reply-To: <1482939691-34855-1-git-send-email-tiwei.bie@intel.com> 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 information about the reserved flags for PMD-specific API in the release note. Signed-off-by: Tiwei Bie --- doc/guides/rel_notes/release_17_02.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/guides/rel_notes/release_17_02.rst b/doc/guides/rel_notes/release_17_02.rst index 34dba45..af71f39 100644 --- a/doc/guides/rel_notes/release_17_02.rst +++ b/doc/guides/rel_notes/release_17_02.rst @@ -58,6 +58,18 @@ New Features MACsec offload support. The declarations of the APIs and the definitions of the flags can be found in ``rte_pmd_ixgbe.h``. +* **Reserved flags for PMD to implement the PMD-specific API.** + + Following flags in mbuf and ethdev are reserved for PMD to define its + own flags when implementing the PMD-specific API. + + * DEV_RX_OFFLOAD_RESERVED_0 + * DEV_TX_OFFLOAD_RESERVED_0 + * RTE_ETH_EVENT_RESERVED_0 + * PKT_TX_RESERVED_0 + + You can refer to ``rte_pmd_ixgbe.h`` for an example. + Resolved Issues --------------- -- 2.7.4