From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiwei Bie Subject: [PATCH v2 4/4] doc: add ixgbe specific APIs Date: Fri, 16 Dec 2016 09:43:31 +0800 Message-ID: <1481852611-103254-5-git-send-email-tiwei.bie@intel.com> References: <1480777177-95673-1-git-send-email-tiwei.bie@intel.com> <1481852611-103254-1-git-send-email-tiwei.bie@intel.com> Cc: wenzhuo.lu@intel.com, wei.dai@intel.com, xiao.w.wang@intel.com, konstantin.ananyev@intel.com, helin.zhang@intel.com To: dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 0B3883792 for ; Fri, 16 Dec 2016 02:49:28 +0100 (CET) In-Reply-To: <1481852611-103254-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 new ixgbe PMD APIs in the release note. Signed-off-by: Tiwei Bie --- doc/guides/rel_notes/release_17_02.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_17_02.rst b/doc/guides/rel_notes/release_17_02.rst index 3b65038..c76cf5f 100644 --- a/doc/guides/rel_notes/release_17_02.rst +++ b/doc/guides/rel_notes/release_17_02.rst @@ -39,6 +39,12 @@ New Features ========================================================= +* **Added APIs for MACsec offload support to the ixgbe PMD.** + + Six new APIs have been added to the ixgbe PMD for MACsec offload support. + The declarations for the APIs can be found in ``rte_pmd_ixgbe.h``. + + Resolved Issues --------------- -- 2.7.4