From: "Chen Jing D(Mark)" <jing.d.c...@intel.com> This patch mainly includes 2 changes. One is in testpmd to add command testing specific RX/TX queue start/stop in Port X. Another change is in i40e, which implemented rx/tx_queue_start/stop in both PF and VF driver. In the meanwhile, support field start_rx_per_q in i40e_dev_rx_queue_setup and start_tx_per_q in i40e_dev_tx_queue_setup.
Chen Jing D(Mark) (4): testpmd: add command to start/stop specfic queue i40e: PF Add support for per-queue start/stop i40e: PF driver to support RX/TX config paramter i40e: VF driver to support per-queue RX/TX start/stop app/test-pmd/cmdline.c | 95 ++++++++++++++ app/test-pmd/config.c | 6 +- app/test-pmd/testpmd.c | 12 ++ app/test-pmd/testpmd.h | 4 + lib/librte_pmd_i40e/i40e_ethdev.c | 50 +++++--- lib/librte_pmd_i40e/i40e_ethdev_vf.c | 232 ++++++++++++++++++++++++++-------- lib/librte_pmd_i40e/i40e_rxtx.c | 133 +++++++++++++++++-- lib/librte_pmd_i40e/i40e_rxtx.h | 9 ++ 8 files changed, 453 insertions(+), 88 deletions(-) -- 1.7.7.6