From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajit Khaparde Subject: [PATCH v4 26/26] doc: update release notes Date: Thu, 1 Jun 2017 12:07:23 -0500 Message-ID: <20170601170723.48709-27-ajit.khaparde@broadcom.com> References: <20170601030232.38677-1-ajit.khaparde@broadcom.com> <20170601170723.48709-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 95F407CE1 for ; Thu, 1 Jun 2017 19:07:52 +0200 (CEST) In-Reply-To: <20170601170723.48709-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. v1->v2: - Rebasing to next-net tree - Use doc in the patch subject line Signed-off-by: Ajit Khaparde --- doc/guides/rel_notes/release_17_08.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst index 7f12120..7bf6d25 100644 --- a/doc/guides/rel_notes/release_17_08.rst +++ b/doc/guides/rel_notes/release_17_08.rst @@ -56,6 +56,16 @@ New Features TX and RX path reworked to improve performance. Also reduced latency for slow traffic. +* **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. + * Update HWRM version to 1.7.7 + Resolved Issues --------------- -- 2.10.1 (Apple Git-78)