From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 3E09C7CDA for ; Tue, 25 Sep 2018 13:37:14 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2018 04:37:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,301,1534834800"; d="scan'208";a="89154516" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.39]) ([10.237.221.39]) by fmsmga002.fm.intel.com with ESMTP; 25 Sep 2018 04:37:09 -0700 To: Ajit Khaparde , dev@dpdk.org References: <20180922045559.27438-1-ajit.khaparde@broadcom.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <95301884-14c8-bbfd-ade9-ded04bdb6a95@intel.com> Date: Tue, 25 Sep 2018 12:37:09 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180922045559.27438-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 v2 00/12] 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, 25 Sep 2018 11:37:14 -0000 On 9/22/2018 5:55 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 > > Please apply. > > Ajit Khaparde (8): > net/bnxt: fix MTU setting > net/bnxt: update HWRM version > 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 array and use the vnic info array > instead > net/bnxt: fix uninitialized ptr access in transmit handler > > yongping (1): > net/bnxt: use correct macro to register VF async event completion ring Since there will be a new version of the patchset, can you please also check following warnings: $ ./devtools/check-git-log.sh -12 Headline too long: net/bnxt: get rid of ff pools array and use the vnic info array instead net/bnxt: use correct macro to register VF async event completion ring Is it candidate for Cc: stable@dpdk.org backport? net/bnxt: fix uninitialized ptr access in transmit handler