On Sun, Jun 28, 2015 at 21:34:28 +0200, Thomas Monjalon wrote: > 2015-06-18 17:47, Rahul Lakkireddy: > > Adds RX support for the cxgbe poll mode driver. This patch: > > > > 1. Adds rx queue related eth_dev_ops. > > 2. Adds RSS support. > > 3. Adds dev_configure() and dev_infos_get() eth_dev_ops. > > 4. Adds rx_pkt_burst for receiving packets. > > > > Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy at chelsio.com> > > Signed-off-by: Kumar Sanghvi <kumaras at chelsio.com> > > This patch doesn't build with 32-bit GCC because of some printf args (%lu).
I have fixed it in v4. Will post it soon. Thanks, Rahul.