From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajit Khaparde Subject: [PATCH 0/3] bnxt patchset Date: Thu, 8 Jun 2017 23:24:45 -0500 Message-ID: <20170609042448.8212-1-ajit.khaparde@broadcom.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 26E7628F3 for ; Fri, 9 Jun 2017 06:24:53 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset against dpdk-next-net addresses some issues found during integration testing. The first patch cleans moves some PMD specific code out of bnxt_ethdev.c and bnxt.h, while the second patch updates some HWRM definitions in hsi_struct_def_dpdk.h and the last patch fixes an issue with link status reporting. Please apply. -- net/bnxt: move PMD specific functions net/bnxt: update HWRM defines net/bnxt: fix incorrect reporting of link status drivers/net/bnxt/bnxt.h | 26 -------------------------- drivers/net/bnxt/bnxt_ethdev.c | 18 ------------------ drivers/net/bnxt/bnxt_hwrm.c | 4 ++-- drivers/net/bnxt/hsi_struct_def_dpdk.h | 7 +++++-- drivers/net/bnxt/rte_pmd_bnxt.c | 18 ++++++++++++++++++ drivers/net/bnxt/rte_pmd_bnxt.h | 26 ++++++++++++++++++++++++++ 6 files changed, 51 insertions(+), 48 deletions(-) -- 2.10.1 (Apple Git-78)