From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajit Khaparde Subject: [PATCH v3 19/24] doc: update release notes Date: Thu, 28 Sep 2017 09:13:24 -0500 Message-ID: <20170928141329.73874-20-ajit.khaparde@broadcom.com> References: <20170928141329.73874-1-ajit.khaparde@broadcom.com> Cc: ferruh.yigit@intel.com To: dev@dpdk.org Return-path: Received: from rnd-relay.smtp.broadcom.com (lpdvrndsmtp01.broadcom.com [192.19.229.170]) by dpdk.org (Postfix) with ESMTP id 878AF1B1F7 for ; Thu, 28 Sep 2017 16:13:52 +0200 (CEST) In-Reply-To: <20170928141329.73874-1-ajit.khaparde@broadcom.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" Update release doc briefly describing updates to bnxt PMD. Signed-off-by: Ajit Khaparde -- v1->v2: Update New Features section instead of Resolved Issues section. --- doc/guides/rel_notes/release_17_11.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst index bb0ba80c6..b864d03ff 100644 --- a/doc/guides/rel_notes/release_17_11.rst +++ b/doc/guides/rel_notes/release_17_11.rst @@ -52,6 +52,17 @@ New Features NFP 4000 devices are also now supported along with previous 6000 devices. +Drivers +~~~~~~~ + +* **Updated bnxt PMD.** + + Major enhancements include: + + * Support for Flow API + * Support for Tx and Rx descriptor status functions + + Resolved Issues --------------- -- 2.13.5 (Apple Git-94)