[dpdk-dev] [PATCH v2 09/40] bnxt: add L2 filter alloc/init/free

2016-05-25 Thread Bruce Richardson
On Fri, May 13, 2016 at 03:45:58PM -0700, Stephen Hurd wrote: > Add the L2 filter structure and the alloc/init/free functions for > dealing with them. > The DPDK ethdev API has filtering APIs, but this code is not made accessible via those APIs. If that link is added via later patches, then that

[dpdk-dev] [PATCH v2 09/40] bnxt: add L2 filter alloc/init/free

2016-05-13 Thread Stephen Hurd
Add the L2 filter structure and the alloc/init/free functions for dealing with them. Signed-off-by: Stephen Hurd Reviewed-by: Ajit Kumar Khaparde --- drivers/net/bnxt/Makefile | 1 + drivers/net/bnxt/bnxt.h| 3 + drivers/net/bnxt/bnxt_filter.c | 175