From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4 00/26] bnxt patchset Date: Tue, 6 Jun 2017 15:48:31 +0100 Message-ID: References: <20170601030232.38677-1-ajit.khaparde@broadcom.com> <20170601170723.48709-1-ajit.khaparde@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Ajit Khaparde , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 34F9F3251 for ; Tue, 6 Jun 2017 16:48:34 +0200 (CEST) In-Reply-To: <20170601170723.48709-1-ajit.khaparde@broadcom.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/1/2017 6:06 PM, Ajit Khaparde wrote: > This patchset amongst other changes adds support few more dev_ops, > updates HWRM to version 1.7.7, switches to polling stats from the > hardware, support for Jumbo MTU, LRO etc.. > > v1->v2: > - Grouped in the end, it also has PMD specific APIs to control VF from PF. > - I have updated the release notes and the features file wherever possible. > > v2->v3: > - Rebasing to next-net tree > - Use net/bnxt instead of just bnxt in patch subject > - update testpmd to use the vendor specific APIs > - Addressed other review comments as appropriate > > v3->v4: > - fix a rebase error > > -- > > net/bnxt: update to new HWRM version > net/bnxt: code reorg to properly allocate resources for PF/VF > net/bnxt: handle VF/PF initialization appropriately > net/bnxt: support lack of huge pages > net/bnxt: add additonal HWRM debug info to error messages > net/bnxt: add tunneling support > net/bnxt: add support for xstats get/reset > net/bnxt: add support for VLAN filter and strip > net/bnxt: add support for set multicast addr list and MAC addr set > doc: update bnxt.ini to document Allmulticast mode > net/bnxt: add support to get fw version > net/bnxt: add support to set MTU > net/bnxt: add support for LRO > net/bnxt: add rxq/txq info_get > net/bnxt: add code to support VLAN pvid > net/bnxt: reorg the query stats code > doc: update default.ini to add LED support > net/bnxt: add support for led on/off > net/bnxt: add support for tx loopback, set vf mac and queues drop > net/bnxt: add support for set VF QOS and MAC anti spoof > net/bnxt: add support to get and clear VF specific stats > net/bnxt: add code to determine the Rx status of VF > net/bnxt: add support to add a VF MAC address > net/bnxt: add code to configure a default VF VLAN > net/bnxt: add support to set VF rxmode > doc: update release notes Series applied to dpdk-next-net/master, thanks.