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

2015-06-18 Thread Rahul Lakkireddy
Hi Thomas, On Wed, Jun 17, 2015 at 14:30:55 +0200, Thomas Monjalon wrote: > It doesn't build as a shared library. > Please add EXPORT_MAP and LIBABIVER to the Makefile. Will fix this in v3. > It would be easier to test if build config was merged in this patch, > with the Makefile. > > Please me

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

2015-06-17 Thread Thomas Monjalon
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) /

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

2015-06-01 Thread Rahul Lakkireddy
Adds cxgbe poll mode driver for DPDK under drivers/net/cxgbe directory. This patch: 1. Adds the Makefile to compile cxgbe pmd. 2. Registers and initializes the cxgbe pmd driver. Signed-off-by: Rahul Lakkireddy Signed-off-by: Kumar Sanghvi --- v2: - Move files to new directory under drivers/net/