From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id F0A311B293 for ; Mon, 2 Oct 2017 23:28:51 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 02 Oct 2017 14:28:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,471,1500966000"; d="scan'208";a="906010756" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.131]) ([10.241.225.131]) by FMSMGA003.fm.intel.com with ESMTP; 02 Oct 2017 14:28:49 -0700 To: Ajit Khaparde , dev@dpdk.org References: <20170928214345.87655-1-ajit.khaparde@broadcom.com> Cc: somnath.kotur@broadcom.com, Stephen Hurd From: Ferruh Yigit Message-ID: <372bba56-1a9b-524a-476d-95d890247bc6@intel.com> Date: Mon, 2 Oct 2017 22:28:49 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170928214345.87655-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/24] 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: Mon, 02 Oct 2017 21:28:52 -0000 On 9/28/2017 10:43 PM, Ajit Khaparde wrote: > This patch set includes some bug fixes and also adds > support for new dev_ops like rx_queue_count, > rx/tx_descriptor_status, get/set_eeprom > and rx_queue_intr_enable/disable. > It also adds support for the flow_filter funciton to add > Flow API functionality. > > Please apply. > > Ajit Khaparde (22): > net/bnxt: fix HWRM_*() macros and locking > net/bnxt: use 64-bits of address for vlan_table > net/bnxt: fix an issue with group id calculation > net/bnxt: fix calculation of number of pools > net/bnxt: handle multi queue mode properly > net/bnxt: fix rx handling and buffer allocation logic > net/bnxt: fix an issue with broadcast traffic > net/bnxt: fix usage of ETH_VMDQ_* flags > net/bnxt: set checksum offload flags correctly > net/bnxt: update status of Rx IP/L4 CKSUM > net/bnxt: add support for xstats get by id > net/bnxt: fix config rss update > net/bnxt: set the hash_key_size > net/bnxt: add support for rx_queue_count > net/bnxt: add support for rx_descriptor_status > net/bnxt: add support for tx_descriptor_status > net/bnxt: add new HWRM structs to support flow filtering > net/bnxt: add support for flow filter ops > doc: update release notes > net/bnxt: fix per queue stats display in xstats > net/bnxt: prevent interrupt handler from accessing freed memory > net/bnxt: add dev_supported_ptypes_get dev_op > > Somnath Kotur (2): > net/bnxt: add support for get/set EEPROM > net/bnxt: add support for rx_queue_intr_enable/disable APIs Series applied to dpdk-next-net/master, thanks. Welcome Somnath! (I have updated some patches to update bnxt.ini file, can you please confirm final bnxt.ini file)