From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/3] bnxt patchset Date: Fri, 9 Jun 2017 12:35:50 +0100 Message-ID: <2aa954a8-bd64-72f3-dfe7-0b93969f669a@intel.com> References: <20170609042448.8212-1-ajit.khaparde@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Ajit Khaparde , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 74F472BB9 for ; Fri, 9 Jun 2017 13:35:52 +0200 (CEST) In-Reply-To: <20170609042448.8212-1-ajit.khaparde@broadcom.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/9/2017 5:24 AM, Ajit Khaparde wrote: > 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 Series applied to dpdk-next-net/master, thanks.