[dpdk-dev] [PATCH v2 24/40] bnxt: add HWRM ring alloc/free functions

2016-05-26 Thread Bruce Richardson
On Thu, May 26, 2016 at 01:45:55PM +0100, Bruce Richardson wrote: > On Fri, May 13, 2016 at 03:46:13PM -0700, Stephen Hurd wrote: > > Add HWRM calls to allocate and free TX/RX/CMPL rings along with > > the associated structs and definitions. > > > What are these RX/TX/CMPL rings used for? I assume

[dpdk-dev] [PATCH v2 24/40] bnxt: add HWRM ring alloc/free functions

2016-05-26 Thread Bruce Richardson
On Fri, May 13, 2016 at 03:46:13PM -0700, Stephen Hurd wrote: > Add HWRM calls to allocate and free TX/RX/CMPL rings along with > the associated structs and definitions. > What are these RX/TX/CMPL rings used for? I assume they are different from the RX/TX rings used to send/receive packets, or am

[dpdk-dev] [PATCH v2 24/40] bnxt: add HWRM ring alloc/free functions

2016-05-13 Thread Stephen Hurd
Add HWRM calls to allocate and free TX/RX/CMPL rings along with the associated structs and definitions. Signed-off-by: Stephen Hurd Reviewed-by: Ajit Kumar Khaparde --- drivers/net/bnxt/bnxt_hwrm.c | 108 drivers/net/bnxt/bnxt_hwrm.h | 7 + drivers/net/bnxt/hs