From patchwork Fri Dec 16 01:43:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tiwei Bie X-Patchwork-Id: 18004 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id C15BE5584; Fri, 16 Dec 2016 02:50:21 +0100 (CET) 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 15 Dec 2016 17:49:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,355,1477983600"; d="scan'208";a="203148338" Received: from dpdk19.sh.intel.com ([10.239.129.113]) by fmsmga004.fm.intel.com with ESMTP; 15 Dec 2016 17:49:27 -0800 From: Tiwei Bie To: dev@dpdk.org Cc: wenzhuo.lu@intel.com, wei.dai@intel.com, xiao.w.wang@intel.com, konstantin.ananyev@intel.com, helin.zhang@intel.com Date: Fri, 16 Dec 2016 09:43:31 +0800 Message-Id: <1481852611-103254-5-git-send-email-tiwei.bie@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1481852611-103254-1-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> Subject: [dpdk-dev] [PATCH v2 4/4] doc: add ixgbe specific APIs 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 information about the new ixgbe PMD APIs in the release note. Signed-off-by: Tiwei Bie Acked-by: John McNamara --- 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 ---------------