[dpdk-dev] [PATCH v5 02/38] bnxt: add HWRM init code

2016-06-16 Thread Bruce Richardson
On Wed, Jun 15, 2016 at 01:28:13PM -0700, Stephen Hurd wrote: > On Wed, Jun 15, 2016 at 9:25 AM, Ferruh Yigit > wrote: > > > > > Hi Stephen, > > > > I run basic checks on the patch set, mainly it compiles and applies > > fine, overall patch set looks good. > > > > Only get following checkpatch wa

[dpdk-dev] [PATCH v5 02/38] bnxt: add HWRM init code

2016-06-15 Thread Ferruh Yigit
On 6/14/2016 11:55 PM, Stephen Hurd wrote: > From: Ajit Khaparde > > Start adding support to use the HWRM API. > Hardware Resource Manager or HWRM in short, is a set of API provided > by the firmware running in the ASIC to manage the various resources. > > Initial commit just performs necessary

[dpdk-dev] [PATCH v5 02/38] bnxt: add HWRM init code

2016-06-15 Thread Stephen Hurd
On Wed, Jun 15, 2016 at 9:25 AM, Ferruh Yigit wrote: > > Hi Stephen, > > I run basic checks on the patch set, mainly it compiles and applies > fine, overall patch set looks good. > > Only get following checkpatch warning: > Only v5,02/38 has one WARNING:MACRO_WITH_FLOW_CONTROL > This is intentio

[dpdk-dev] [PATCH v5 02/38] bnxt: add HWRM init code

2016-06-14 Thread Stephen Hurd
From: Ajit Khaparde Start adding support to use the HWRM API. Hardware Resource Manager or HWRM in short, is a set of API provided by the firmware running in the ASIC to manage the various resources. Initial commit just performs necessary HWRM queries for init, then fails as before. Now that st