From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chen Jing D(Mark)" Subject: [PATCH 0/4] RX/TX queue start/stop enhancement Date: Thu, 14 Aug 2014 15:34:59 +0800 Message-ID: <1408001703-30919-1-git-send-email-jing.d.chen@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" From: "Chen Jing D(Mark)" 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