[dpdk-dev] [PATCH v2 01/40] bnxt: new driver for Broadcom NetXtreme-C devices

2016-05-26 Thread Bruce Richardson
On Wed, May 25, 2016 at 01:59:00PM -0700, Stephen Hurd wrote: > Bruce, is it better at this point to modify the existing patch that adds > bnxt.rst or to create a follow-on patch? > It's better to modify existing patch to add it. However, hold off on doing new versions of the patchset until I'v

[dpdk-dev] [PATCH v2 01/40] bnxt: new driver for Broadcom NetXtreme-C devices

2016-05-25 Thread Bruce Richardson
On Fri, May 13, 2016 at 03:45:50PM -0700, Stephen Hurd wrote: > Initial skeleton simply fails init. > Add nic guide and tie into build system. > > Signed-off-by: Stephen Hurd > --- > MAINTAINERS | 5 ++ > config/common_base | 5

[dpdk-dev] [PATCH v2 01/40] bnxt: new driver for Broadcom NetXtreme-C devices

2016-05-25 Thread Stephen Hurd
Bruce, is it better at this point to modify the existing patch that adds bnxt.rst or to create a follow-on patch? On Wed, May 25, 2016 at 8:02 AM, Bruce Richardson < bruce.richardson at intel.com> wrote: > On Fri, May 13, 2016 at 03:45:50PM -0700, Stephen Hurd wrote: > > Initial skeleton simply f

[dpdk-dev] [PATCH v2 01/40] bnxt: new driver for Broadcom NetXtreme-C devices

2016-05-13 Thread Stephen Hurd
Initial skeleton simply fails init. Add nic guide and tie into build system. Signed-off-by: Stephen Hurd --- MAINTAINERS | 5 ++ config/common_base | 5 ++ doc/guides/nics/bnxt.rst| 49 +++ driv