[dpdk-dev] [PATCH 1/3] ether: Update field name and description for queue start

2014-07-22 Thread Ouyang Changchun
Rename the field name from start_rx_per_q to rx_enable_queue in struct rte_eth_rxconf, and do same thing for TX. This patch also update description for field rx_enable_queue and tx_enable_queue. Signed-off-by: Ouyang Changchun --- lib/librte_ether/rte_ethdev.h | 16 ++-- 1 file cha

[dpdk-dev] [PATCH 1/3] ether: Update field name and description for queue start

2014-07-22 Thread Stephen Hemminger
On Tue, 22 Jul 2014 15:47:30 +0800 Ouyang Changchun wrote: > + /**< If rx_enable_queue is true, rte_eth_dev_rx_queue_start must be > + invocated after rte_eth_dev_start's invocation to start RX for > + one queue, and rte_eth_dev_rx_queue_start instead of > +