[dpdk-dev] [PATCH v2 02/11] cxgbe: add cxgbe poll mode driver.

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Jun 17 14:30:55 CEST 2015


It doesn't build as a shared library.
Please add EXPORT_MAP and LIBABIVER to the Makefile.
It would be easier to test if build config was merged in this patch,
with the Makefile.

Please merge also the maintainer infos.

2015-06-01 23:00, Rahul Lakkireddy:
> +#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))

RTE_DIM may be used


More information about the dev mailing list