From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 06 Jun 2017 07:48:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,306,1493708400"; d="scan'208";a="270828222" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by fmsmga004.fm.intel.com with ESMTP; 06 Jun 2017 07:48:32 -0700 To: Ajit Khaparde , dev@dpdk.org References: <20170601030232.38677-1-ajit.khaparde@broadcom.com> <20170601170723.48709-1-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: Date: Tue, 6 Jun 2017 15:48:31 +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: <20170601170723.48709-1-ajit.khaparde@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 00/26] bnxt patchset 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: Tue, 06 Jun 2017 14:48:35 -0000 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.