From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 20556FA3A for ; Wed, 29 Mar 2017 17:45:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490802325; x=1522338325; h=subject:to:references:from:message-id:date:mime-version: in-reply-to:content-transfer-encoding; bh=gvHL6VoxmNLbA0y1hZX3gfoslYj11PfagJxDxDDGM0g=; b=MUIchAN+S12HlU907c3j1JAtb0caMSB9r6xE/isgwPNy164E+GB2t4aT K5nma8y7Ec40WCRp2F3B+PhSFdqAOw==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Mar 2017 08:45:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,241,1486454400"; d="scan'208";a="82334725" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 29 Mar 2017 08:45:22 -0700 To: Ajit Khaparde , dev@dpdk.org References: <20170328034903.41482-1-ajit.khaparde@broadcom.com> <6a0b1cac-97af-1ea5-a74b-9f930d3676ff@intel.com> From: Ferruh Yigit Message-ID: Date: Wed, 29 Mar 2017 16:45:22 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <6a0b1cac-97af-1ea5-a74b-9f930d3676ff@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 00/28] bnxt: new features, bug fixes and more 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: Wed, 29 Mar 2017 15:45:25 -0000 On 3/29/2017 1:14 PM, Ferruh Yigit wrote: > On 3/28/2017 4:48 AM, Ajit Khaparde wrote: >> Apart from adding support for VF-PF/PF-VF communication, new dev_ops, >> few bug fixes and improve debug capabilities, this patchset updates >> the driver to the newer HWRM version 1.7.4 >> >> New dev_ops supported: >> set_mc_addr_list, xstats_get/reset, mac_addr_set, vlan_filter_set, >> vlan_strip_queue_set, vlan_offload_set, udp_tunnel_port_add/del >> >> bug fixes: >> use only long BDs in Tx path to avoid a potential bug in hardware, >> fix interrupt handler, set the VMDQ pool size correctly >> >> Derived from an autogenerated file, the last patch updates the >> HWRM version to 1.7.4 > > Hi Ajit, > > It looks like bnxt also started supporting PMD specific APIs in this > patchset. Perhaps we should investigate them if are there common ones > with other PMDs and if so move them to ethdev layer instead of PMD > specific API. > > > BTW, There are new PMD features in this patchset, and patchset sent two > days before integration deadline. > > The process is, new feature patches sent before proposal deadline, which > was March 3 for this release, and let patches reviewed and new versions > sent until integration deadline. If patches acked before integration > deadline, they are integrated. > > So this patchset is too late for this release, will be considered for > next release. For further usage, patchset gives build error for 32bit and shared library builds. > > If you have urgent fixes, please separate them into another patchset, > and we can work on them to get into this release, but still it is so > close to integration deadline, no promises. > > Thanks, > ferruh