[dpdk-dev] [PATCH v2 06/40] bnxt: add vnic functions and structs

2016-05-25 Thread Bruce Richardson
On Fri, May 13, 2016 at 03:45:55PM -0700, Stephen Hurd wrote: > Add functions to allocate, initialize, and free vnics. > > Signed-off-by: Stephen Hurd > Reviewed-by: Ajit Kumar Khaparde > --- Can you perhaps explain what is meant by vnics in this context. Does this patch need a doc update to de

[dpdk-dev] [PATCH v2 06/40] bnxt: add vnic functions and structs

2016-05-13 Thread Stephen Hurd
Add functions to allocate, initialize, and free vnics. Signed-off-by: Stephen Hurd Reviewed-by: Ajit Kumar Khaparde --- drivers/net/bnxt/Makefile | 1 + drivers/net/bnxt/bnxt.h| 14 ++ drivers/net/bnxt/bnxt_vnic.c | 277 +