This patch series include 3 things: 1) 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. 2) According to 1), update field name from start_rx_per_q to rx_enable_queue in struct igb_rx_queue in ixgbe PMD, do same thing for TX. 3) Update its reference in sample vhost.
Ouyang Changchun (3): rename field from start_rx_per_q to rx_enable_queue, and update description for it. rename field name from start_rx_per_q to rx_enable_queue in ixgbe PMD. use new field name of rx_enable_queue in user space vhost sample. examples/vhost/main.c | 4 ++-- lib/librte_ether/rte_ethdev.h | 16 ++++++++++++++-- lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 8 ++++---- lib/librte_pmd_ixgbe/ixgbe_rxtx.h | 4 ++-- 4 files changed, 22 insertions(+), 10 deletions(-) -- 1.8.4.2