examples/l3fwd-power: replace desc done with Rx queue count
authorNikhil Agarwal <nikhil.agarwal@linaro.org>
Tue, 12 Dec 2017 10:08:25 +0000 (15:38 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 15 Jan 2018 17:40:16 +0000 (18:40 +0100)
commit47d834ba1aa4789736b416074b74f0f1f0b6d6b7
treec8c4630885135c7bac6580fafc0b358f0fe83f90
parent63de7e6e4fb507755c8306cb50ef27b85c8f6f2d
examples/l3fwd-power: replace desc done with Rx queue count

HW queue based platforms may not support descriptor done API.
This patch changes the usages to rx_queue_count API, which
is more generic.

Signed-off-by: Nikhil Agarwal <nikhil.agarwal@linaro.org>
Acked-by: David Hunt <david.hunt@intel.com>
examples/l3fwd-power/main.c