dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] RX/TX queue start/stop enhancement
@ 2014-08-14  7:34 Chen Jing D(Mark)
       [not found] ` <1408001703-30919-1-git-send-email-jing.d.chen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Chen Jing D(Mark) @ 2014-08-14  7:34 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

From: "Chen Jing D(Mark)" <jing.d.chen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-08-25 14:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-14  7:34 [PATCH 0/4] RX/TX queue start/stop enhancement Chen Jing D(Mark)
     [not found] ` <1408001703-30919-1-git-send-email-jing.d.chen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-08-14  7:35   ` [PATCH 1/4] testpmd: add command to start/stop specfic queue Chen Jing D(Mark)
2014-08-14  7:35   ` [PATCH 2/4] i40e: PF Add support for per-queue start/stop Chen Jing D(Mark)
     [not found]     ` <1408001703-30919-3-git-send-email-jing.d.chen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-08-14  7:38       ` Cao, Min
2014-08-14  7:35   ` [PATCH 3/4] i40e: PF driver to support RX/TX config paramter Chen Jing D(Mark)
2014-08-14  7:35   ` [PATCH 4/4] i40e: VF driver to support per-queue RX/TX start/stop Chen Jing D(Mark)
2014-08-25 14:39   ` [PATCH 0/4] RX/TX queue start/stop enhancement Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).