From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jun 2017 04:35:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,317,1493708400"; d="scan'208";a="96282503" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 09 Jun 2017 04:35:51 -0700 To: Ajit Khaparde , dev@dpdk.org References: <20170609042448.8212-1-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: <2aa954a8-bd64-72f3-dfe7-0b93969f669a@intel.com> Date: Fri, 9 Jun 2017 12:35:50 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170609042448.8212-1-ajit.khaparde@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [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 11:35:53 -0000 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.