From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 0/9] bnxt patch series Date: Mon, 3 Jul 2017 10:40:58 +0100 Message-ID: <69a420e2-7d65-98b1-bfaa-e01791ea4190@intel.com> References: <096daf46-dd9f-f84b-de0d-9a4e87a8d461@intel.com> <20170630142021.50855-1-ajit.khaparde@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Ajit Khaparde , dev@dpdk.org 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) In-Reply-To: <20170630142021.50855-1-ajit.khaparde@broadcom.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.