[dpdk-dev] [PATCH] ethdev: fix documentation for queue start/stop functions

2016-07-26 Thread Nikhil P Rao
From: nikhil@intel.com Fix documentation for rte_eth_dev_tx/rx_queue_start/stop() functions Signed-off-by: Nikhil Rao --- lib/librte_ether/rte_ethdev.h | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethde

[dpdk-dev] [PATCH] ethdev: fix documentation for queue start/stop functions

2016-07-26 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Nikhil P Rao > Sent: Tuesday, July 26, 2016 1:37 PM > To: dev at dpdk.org > Cc: thomas.monjalon at 6wind.com; Rao, Nikhil > Subject: [dpdk-dev] [PATCH] ethdev: fix documentation fo