[dpdk-dev] [PATCH v2 28/40] bnxt: add ring allocation and group init

2016-05-26 Thread Bruce Richardson
On Fri, May 13, 2016 at 03:46:17PM -0700, Stephen Hurd wrote: > Add a function to initialize ring groups, and a function to > allocate the rings via HWRM. > How does this patch relate to patches 24 and 25, whose titles indicate they already provide this functionality? [Perhaps some of these patche

[dpdk-dev] [PATCH v2 28/40] bnxt: add ring allocation and group init

2016-05-13 Thread Stephen Hurd
Add a function to initialize ring groups, and a function to allocate the rings via HWRM. This should be the last functionality needed to add start/stop device operations. Signed-off-by: Stephen Hurd Reviewed-by: Ajit Kumar Khaparde --- drivers/net/bnxt/bnxt_ring.c | 119 +++