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 133D92B96 for ; Thu, 29 Jun 2017 04:51:48 +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 8B13930C011 for ; Wed, 28 Jun 2017 19:51:46 -0700 (PDT) Received: from C02PT1RBG8WP.vpn.broadcom.net (unknown [10.85.248.156]) by mail-irv-17.broadcom.com (Postfix) with ESMTP id D004081EA4 for ; Wed, 28 Jun 2017 19:51:45 -0700 (PDT) From: Ajit Khaparde To: dev@dpdk.org Date: Wed, 28 Jun 2017 21:51:35 -0500 Message-Id: <20170629025142.19404-1-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.10.1 (Apple Git-78) Subject: [dpdk-dev] [PATCH 0/7] 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: Thu, 29 Jun 2017 02:51:48 -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. 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 some link related issues 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 +++++ 7 files changed, 208 insertions(+), 40 deletions(-) -- 2.10.1 (Apple Git-78)