ethdev: clarify API comments of Rx queue count
authorOlivier Matz <olivier.matz@6wind.com>
Fri, 17 Feb 2017 15:25:32 +0000 (16:25 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 9 Mar 2017 18:27:40 +0000 (19:27 +0100)
The API comments are not consistent between each other.

The function rte_eth_rx_queue_count() returns the number of used
descriptors on a receive queue.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

No differences found