[dpdk-dev] [PATCH v3 2/9] cxgbe: add cxgbe poll mode driver.

2015-06-30 Thread Rahul Lakkireddy
Hi Thomas, On Sun, Jun 28, 2015 at 21:32:32 +0200, Thomas Monjalon wrote: > 2015-06-18 17:47, Rahul Lakkireddy: > > +Chelsio cxgbe > > +M: Rahul Lakkireddy > > +F: drivers/net/cxgbe/ > > +F: doc/guides/nics/cxgbe.rst > > Just a detail: the doc file is added in a later patch. > For consistency, t

[dpdk-dev] [PATCH v3 2/9] cxgbe: add cxgbe poll mode driver.

2015-06-28 Thread Thomas Monjalon
2015-06-18 17:47, Rahul Lakkireddy: > +Chelsio cxgbe > +M: Rahul Lakkireddy > +F: drivers/net/cxgbe/ > +F: doc/guides/nics/cxgbe.rst Just a detail: the doc file is added in a later patch. For consistency, this line should be added later. [...] > --- a/config/common_linuxapp > +++ b/config/common

[dpdk-dev] [PATCH v3 2/9] cxgbe: add cxgbe poll mode driver.

2015-06-18 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. Enable cxgbe PMD for compilation and linking with changes to: 1. config/common_linuxapp to add macros for cxgbe pmd. 2.