From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 1DA5A58CE for ; Mon, 29 May 2017 19:44:04 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 29 May 2017 10:44:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,415,1491289200"; d="scan'208";a="267757301" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by fmsmga004.fm.intel.com with ESMTP; 29 May 2017 10:44:03 -0700 To: Ajit Khaparde , dev@dpdk.org References: <20170526183941.80678-1-ajit.khaparde@broadcom.com> <20170526183941.80678-26-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: Date: Mon, 29 May 2017 18:44:02 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170526183941.80678-26-ajit.khaparde@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 25/25] 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: , X-List-Received-Date: Mon, 29 May 2017 17:44:05 -0000 On 5/26/2017 7:39 PM, Ajit Khaparde wrote: > 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 > ~~~~~~~ This is "Resolved Issues" section of the document, please move following to the "New Features" section. > > +* **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 ? > > Libraries > ~~~~~~~~~ >