From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 00/15] bnxt patchset Date: Wed, 3 Oct 2018 10:48:38 +0100 Message-ID: References: <95301884-14c8-bbfd-ade9-ded04bdb6a95@intel.com> <20180929020006.71505-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 mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 77A9A7CDE for ; Wed, 3 Oct 2018 11:48:41 +0200 (CEST) In-Reply-To: <20180929020006.71505-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 9/29/2018 2:59 AM, Ajit Khaparde wrote: > Patchset against dpdk-next-net. > > v1->v2: > net/bnxt: get rid of ff pools array and use the vnic info array instead > - Fix access to uninitialized variable. > - Rectify the wrong 'Fixes' reference. > > net/bnxt: update HWRM version > - Update from 1.9.2.45 to version 1.9.2.53 > > v2->v3: > net/bnxt: update HWRM version > - Tried to split into more than one patch. > > - Updated commit logs and messages for rest based on review comments. > > Please apply. > > Ajit Khaparde (10): > net/bnxt: fix MTU setting > net/bnxt: update HWRM version > net/bnxt: update HWRM version part 2 > net/bnxt: update HWRM version part 3 > net/bnxt: add support for extended port counters > net/bnxt: add support to enable new mailbox channel > net/bnxt: add support for trusted VF > net/bnxt: set MAC filtering as outer for non tunnel frames > net/bnxt: set a VNIC as default only once > net/bnxt: remove excess log messages > > Bei Sun (1): > net/bnxt: set VLAN strip mode before default VNIC cfg > > Somnath Kotur (2): > net/bnxt: get rid of ff pools and use VNIC info array > net/bnxt: fix uninitialized ptr access in transmit handler > > Xiaoxin Peng (1): > net/bnxt: reduce the polling interval for valid bit > > Yongping Zhang (1): > net/bnxt: fix registration of VF async event completion ring Series applied to dpdk-next-net/master, thanks. (patches 5/15 & 6/15 are squashed into 4/15)