From patchwork Thu Jun 1 17:07:23 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ajit Khaparde X-Patchwork-Id: 25010 X-Patchwork-Delegate: ferruh.yigit@amd.com 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 E289590F4; Thu, 1 Jun 2017 19:08:46 +0200 (CEST) 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) Received: from mail-irv-17.broadcom.com (mail-irv-17.lvn.broadcom.net [10.75.224.233]) by rnd-relay.smtp.broadcom.com (Postfix) with ESMTP id 7D27030C083; Thu, 1 Jun 2017 10:07:51 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.10.3 rnd-relay.smtp.broadcom.com 7D27030C083 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=broadcom.com; s=dkimrelay; t=1496336871; bh=mG9batMKtHRicj5qJzGZA6CvLdfdoI3gs/EAp18viKA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=VLjw6NEcjIqpgh9/qFUVg48VJG6mJ4ao7Z8KZGjwSgLp1DSx0F9OVXYIgj5pu9LoI 1YdIQ6qBjguFdgELQCbWCqCicQ7XGEMg2yKteK+bzhsrFbMOjddDIXb5yFR0Zgzgd/ TfvY0KNmtP4ycIpp5PMF/DhXL/GW4nGkIvlCkTl0= Received: from C02PT1RBG8WP.wifi.broadcom.net (c02pt1rbg8wp.wifi.broadcom.net [10.45.51.51]) by mail-irv-17.broadcom.com (Postfix) with ESMTP id 8ABC881EB5; Thu, 1 Jun 2017 10:07:51 -0700 (PDT) From: Ajit Khaparde To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Thu, 1 Jun 2017 12:07:23 -0500 Message-Id: <20170601170723.48709-27-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.10.1 (Apple Git-78) In-Reply-To: <20170601170723.48709-1-ajit.khaparde@broadcom.com> References: <20170601030232.38677-1-ajit.khaparde@broadcom.com> <20170601170723.48709-1-ajit.khaparde@broadcom.com> Subject: [dpdk-dev] [PATCH v4 26/26] doc: update release notes 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" 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 ---------------