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).