[dpdk-dev] [PATCH v2 02/40] bnxt: add HWRM init code

2016-05-26 Thread Bruce Richardson
On Wed, May 25, 2016 at 04:35:27PM -0700, Stephen Hurd wrote: > On Wed, May 25, 2016 at 8:05 AM, Bruce Richardson < > bruce.richardson at intel.com> wrote: > > > > > Checkpatch also highlights a few minor issues that might be worth > > addressing. > > > > CHECK:SPACING: spaces preferred around t

[dpdk-dev] [PATCH v2 02/40] bnxt: add HWRM init code

2016-05-25 Thread Stephen Hurd
On Wed, May 25, 2016 at 8:05 AM, Bruce Richardson < bruce.richardson at intel.com> wrote: > > Checkpatch also highlights a few minor issues that might be worth > addressing. > > CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV) > #137: FILE: drivers/net/bnxt/bnxt.h:94: > +#define BN

[dpdk-dev] [PATCH v2 02/40] bnxt: add HWRM init code

2016-05-25 Thread Bruce Richardson
On Fri, May 13, 2016 at 03:45:51PM -0700, Stephen Hurd wrote: > Start adding HWRM support. > Initial commit just performs necessary HWRM queries for init, then > fails as before. > > Thee used HWRM calls so far: > bnxt_hwrm_func_qcaps: > Queries device capabilities. > > bnxt_hwrm_ver_get: >

[dpdk-dev] [PATCH v2 02/40] bnxt: add HWRM init code

2016-05-13 Thread Stephen Hurd
Start adding HWRM support. Initial commit just performs necessary HWRM queries for init, then fails as before. Thee used HWRM calls so far: bnxt_hwrm_func_qcaps: Queries device capabilities. bnxt_hwrm_ver_get: Gets the firmware version and interface specifications. Returns