dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Support setting link up and link down
@ 2014-05-28  7:14 Ouyang Changchun
       [not found] ` <1401261302-30140-1-git-send-email-changchun.ouyang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Ouyang Changchun @ 2014-05-28  7:14 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

Please ignore the previous patch series with subject: "Support administrative link up and link down"
This v2 patch series will replace the previous patch series.  

This patch series contain the following 3 items:
1. Add API to support setting link up and down, it can be used to repeatedly stop and restart
RX/TX of a port without re-allocating resources for the port and re-configuring the port.
2. Implement the functionality of setting link up and down in IXGBE PMD.
3. Add command in testpmd to test the functionality of setting link up and down of PMD.

Ouyang Changchun (3):
  Add API to support set link up and link down.
  Implement the functionality of setting link up and link down in IXGBE
    PMD.
  Add command line to test the functionality of setting link up and link
    down in testpmd.

 app/test-pmd/cmdline.c              | 81 +++++++++++++++++++++++++++++++++++++
 app/test-pmd/testpmd.c              | 14 +++++++
 app/test-pmd/testpmd.h              |  2 +
 lib/librte_ether/rte_ethdev.c       | 38 +++++++++++++++++
 lib/librte_ether/rte_ethdev.h       | 34 ++++++++++++++++
 lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 63 +++++++++++++++++++++++++++++
 6 files changed, 232 insertions(+)

-- 
1.9.0

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

end of thread, other threads:[~2014-06-11 10:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-28  7:14 [PATCH v2 0/3] Support setting link up and link down Ouyang Changchun
     [not found] ` <1401261302-30140-1-git-send-email-changchun.ouyang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-05-28  7:15   ` [PATCH v2 1/3] ether: Add API to support set " Ouyang Changchun
2014-05-28  7:15   ` [PATCH v2 2/3] ixgbe: Implement the functionality of setting link up and down in IXGBE PMD Ouyang Changchun
2014-05-28  7:15   ` [PATCH v2 3/3] testpmd: Add commands to test link up and down of PMD Ouyang Changchun
2014-05-28 12:10   ` [PATCH v2 0/3] Support setting link up and link down Ivan Boule
     [not found]     ` <5385D233.4050209-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-06-11 10:09       ` Thomas Monjalon
2014-06-04 15:36   ` Cao, Waterman
     [not found]     ` <AA3F441F262C58498CD6D0C1801DE7EB0AA8CFD2-0J0gbvR4kTggGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-06-09 16:25       ` 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).