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 26E7628F3 for ; Fri, 9 Jun 2017 06:24:53 +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 9B51C30C067; Thu, 8 Jun 2017 21:24:51 -0700 (PDT) Received: from C02PT1RBG8WP.vpn.broadcom.net (unknown [10.10.117.122]) by mail-irv-17.broadcom.com (Postfix) with ESMTP id 16E4F81F19; Thu, 8 Jun 2017 21:24:50 -0700 (PDT) From: Ajit Khaparde To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Thu, 8 Jun 2017 23:24:45 -0500 Message-Id: <20170609042448.8212-1-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.10.1 (Apple Git-78) Subject: [dpdk-dev] [PATCH 0/3] bnxt patchset 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, 09 Jun 2017 04:24:53 -0000 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)