From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B08E62BF2 for ; Mon, 3 Jul 2017 11:41:01 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jul 2017 02:40:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,302,1496127600"; d="scan'208";a="103941130" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 03 Jul 2017 02:40:59 -0700 To: Ajit Khaparde , dev@dpdk.org References: <096daf46-dd9f-f84b-de0d-9a4e87a8d461@intel.com> <20170630142021.50855-1-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: <69a420e2-7d65-98b1-bfaa-e01791ea4190@intel.com> Date: Mon, 3 Jul 2017 10:40:58 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170630142021.50855-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 0/9] bnxt patch series 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, 03 Jul 2017 09:41:02 -0000 On 6/30/2017 3:20 PM, Ajit Khaparde wrote: > The first patch of the series adds support for a new device. > Rest of the patches in the patchset fix some of the issues > found during testing. > > v1->v2: incorporate review comments > > net/bnxt: add support for Stratus VF device > net/bnxt: fix mtu configuration for the function > net/bnxt: fix calculation of VNICs > net/bnxt: pass func_default flag to VNIC_ALLOC > net/bnxt: fix automatic clearing of VF stats > net/bnxt: fix get link config > net/bnxt: fix autoneg on 10GBase-T links > net/bnxt: fix set link config > net/bnxt: fix copy/pasted error message Series applied to dpdk-next-net/master, thanks.