From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from mail-irv-17.broadcom.com (mail-irv-17.lvn.broadcom.net [10.75.224.233]) by rnd-relay.smtp.broadcom.com (Postfix) with ESMTP id 5541F30C00C; Fri, 30 Jun 2017 07:20:26 -0700 (PDT) Received: from C02PT1RBG8WP.vpn.broadcom.net (unknown [10.85.248.104]) by mail-irv-17.broadcom.com (Postfix) with ESMTP id 155DF81EA7; Fri, 30 Jun 2017 07:20:25 -0700 (PDT) From: Ajit Khaparde To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Fri, 30 Jun 2017 09:20:12 -0500 Message-Id: <20170630142021.50855-1-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.10.1 (Apple Git-78) In-Reply-To: <096daf46-dd9f-f84b-de0d-9a4e87a8d461@intel.com> References: <096daf46-dd9f-f84b-de0d-9a4e87a8d461@intel.com> Subject: [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: Fri, 30 Jun 2017 14:20:28 -0000 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)