[dpdk-dev] [PATCH v2 08/40] bnxt: add completion ring support

2016-05-26 Thread Bruce Richardson
On Fri, May 13, 2016 at 03:45:57PM -0700, Stephen Hurd wrote: > Structures, macros, and functions for working with completion rings > in the driver. > > Signed-off-by: Stephen Hurd > Reviewed-by: Ajit Kumar Khaparde > --- > drivers/net/bnxt/Makefile | 1 + >

[dpdk-dev] [PATCH v2 08/40] bnxt: add completion ring support

2016-05-25 Thread Bruce Richardson
On Fri, May 13, 2016 at 03:45:57PM -0700, Stephen Hurd wrote: > Structures, macros, and functions for working with completion rings > in the driver. > Can you add a bit more info in the commit message - and possibly in the docs too - about what completion rings are and how they are used. Even a

[dpdk-dev] [PATCH v2 08/40] bnxt: add completion ring support

2016-05-13 Thread Stephen Hurd
Structures, macros, and functions for working with completion rings in the driver. Signed-off-by: Stephen Hurd Reviewed-by: Ajit Kumar Khaparde --- drivers/net/bnxt/Makefile | 1 + drivers/net/bnxt/bnxt.h| 6 + drivers/net/bnxt/bnxt_cpr.c| 139