examples/l3fwd-power: use DD bit rather than RX queue count
authorIntel <intel.com>
Mon, 22 Jul 2013 22:00:00 +0000 (00:00 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Sep 2013 12:16:10 +0000 (14:16 +0200)
commitb451aa39db31c32a40edbbf3b2c6c53f034a8fc8
tree94beb319894be949ec3acbd2acf34ab156d479c9
parent0b3144a9050fe1cfd99dbf3ca5992718fd9184a7
examples/l3fwd-power: use DD bit rather than RX queue count

Prefer use of rte_eth_rx_descriptor_done to rte_eth_rx_queue_count.

Signed-off-by: Intel
examples/l3fwd-power/main.c