[dpdk-dev] [PATCH v3 3/9] cxgbe: add device configuration and RX support for cxgbe PMD.

Thomas Monjalon thomas.monjalon at 6wind.com
Sun Jun 28 21:34:28 CEST 2015


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


More information about the dev mailing list