From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajit Khaparde Subject: [PATCH v2 25/25] update release notes Date: Fri, 26 May 2017 13:39:41 -0500 Message-ID: <20170526183941.80678-26-ajit.khaparde@broadcom.com> References: <20170526183941.80678-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 02A13A174 for ; Fri, 26 May 2017 20:40:08 +0200 (CEST) In-Reply-To: <20170526183941.80678-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 --- doc/guides/rel_notes/release_17_08.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst index 74aae10..340c820 100644 --- a/doc/guides/rel_notes/release_17_08.rst +++ b/doc/guides/rel_notes/release_17_08.rst @@ -69,6 +69,14 @@ EAL Drivers ~~~~~~~ +* **Updated bnxt PMD.** + + Major enhancements include: + * Support MTU modification. + * Support LRO. + * Support VLAN filter and strip functionality. + * Other enhancements to add support for more dev_ops. + * Add PMD specific APIs mainly to control VF from PF. Libraries ~~~~~~~~~ -- 2.10.1 (Apple Git-78)