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 3B7CF1B8A3 for ; Wed, 25 Oct 2017 00:49:30 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP; 24 Oct 2017 15:49:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,430,1503385200"; d="scan'208";a="166643344" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.60]) ([10.241.225.60]) by fmsmga005.fm.intel.com with ESMTP; 24 Oct 2017 15:49:30 -0700 To: Ajit Khaparde , dev@dpdk.org References: <7b5c8ca8-7523-add0-0cca-826278496a19@intel.com> <20171024211953.12021-1-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: Date: Tue, 24 Oct 2017 15:49:29 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171024211953.12021-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/15] 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, 24 Oct 2017 22:49:31 -0000 On 10/24/2017 2:19 PM, Ajit Khaparde wrote: > The first patch updates the HWRM API to version 1.8.2 > Some of the patches fix issues reported by Coverity. > > Please apply. > > Ajit Khaparde (15): > net/bnxt: update HWRM to 1.8.2 > net/bnxt: fix tx_offload capability > net/bnxt: fix rx_offload capability > net/bnxt: handle Rx multi queue creation properly > net/bnxt: remove redundant code parsing pool_map > net/bnxt: fix redirecting traffic to a VF > net/bnxt: fix a bad bit shift operation > net/bnxt: fix a null pointer dereference > net/bnxt: fix an issue reported by Coverity > net/bnxt: fix a potential null pointer dereference > net/bnxt: fix a potential null poiner dereference > net/bnxt: fix a null pointer deref > net/bnxt: fix a pointer deref before null check > net/bnxt: fix an issue reported by Coverity > net/bnxt: check VLANs from pool_map only for VMDQ Series applied to dpdk-next-net/master, thanks.