From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajit Khaparde Subject: [PATCH v2 0/9] bnxt patch series Date: Fri, 30 Jun 2017 09:20:12 -0500 Message-ID: <20170630142021.50855-1-ajit.khaparde@broadcom.com> References: <096daf46-dd9f-f84b-de0d-9a4e87a8d461@intel.com> Cc: ferruh.yigit@intel.com To: dev@dpdk.org Return-path: Received: from rnd-relay.smtp.broadcom.com (lpdvrndsmtp01.broadcom.com [192.19.229.170]) by dpdk.org (Postfix) with ESMTP id 5846558CD for ; Fri, 30 Jun 2017 16:20:28 +0200 (CEST) In-Reply-To: <096daf46-dd9f-f84b-de0d-9a4e87a8d461@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 drivers/net/bnxt/bnxt.h | 5 ++ drivers/net/bnxt/bnxt_ethdev.c | 6 +- drivers/net/bnxt/bnxt_hwrm.c | 132 +++++++++++++++++++++++------- drivers/net/bnxt/bnxt_hwrm.h | 5 +- drivers/net/bnxt/hsi_struct_def_dpdk.h | 19 +++++ drivers/net/bnxt/rte_pmd_bnxt.c | 63 ++++++++++++-- drivers/net/bnxt/rte_pmd_bnxt.h | 18 ++++ drivers/net/bnxt/rte_pmd_bnxt_version.map | 1 + 8 files changed, 209 insertions(+), 40 deletions(-) -- 2.10.1 (Apple Git-78)