[dpdk-dev] [PATCH v3] ethdev: Rename RX/TX enable queue field for queue start and stop

2014-09-29 Thread Thomas Monjalon
2014-09-26 13:00, Ouyang Changchun: > V3 change: > - Rename field name to rx_deferred_start/tx_deferred_start in >both ixgbe and i40e PMD. > - Move the doxygen comments for rx_deferred_start after it is declared. > - Simplify/split the long description and move some to doxygen comments of >

[dpdk-dev] [PATCH v3] ethdev: Rename RX/TX enable queue field for queue start and stop

2014-09-26 Thread Ouyang Changchun
V3 change: - Rename field name to rx_deferred_start/tx_deferred_start in both ixgbe and i40e PMD. - Move the doxygen comments for rx_deferred_start after it is declared. - Simplify/split the long description and move some to doxygen comments of rte_eth_dev_rx_queue_start and rte_eth_dev_t