dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Support administrative link up and link down
@ 2014-05-22  6:11 Ouyang Changchun
       [not found] ` <1400739073-32011-1-git-send-email-changchun.ouyang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Ouyang Changchun @ 2014-05-22  6:11 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

This patch series contain the following 3 items:
1. Add API to support administrative link up and down.
2. Implement the functionality of administrative link up and down in IXGBE PMD.
3. Add command in testpmd to test the functionality of administrative link up and down of PMD.

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

 app/test-pmd/cmdline.c              | 78 +++++++++++++++++++++++++++++++++++++
 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 | 58 +++++++++++++++++++++++++++
 6 files changed, 224 insertions(+)

-- 
1.9.0

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

end of thread, other threads:[~2014-05-28  1:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-22  6:11 [PATCH 0/3] Support administrative link up and link down Ouyang Changchun
     [not found] ` <1400739073-32011-1-git-send-email-changchun.ouyang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-05-22  6:11   ` [PATCH 1/3] ether: Add API to support administrative link up and down Ouyang Changchun
2014-05-22  6:11   ` [PATCH 2/3] ixgbe: Implement the functionality of administrative link up and down in IXGBE PMD Ouyang Changchun
2014-05-22  6:11   ` [PATCH 3/3] testpmd: Add commands to test administrative link up and down of PMD Ouyang Changchun
2014-05-22 13:17   ` [PATCH 0/3] Support administrative link up and link down Ivan Boule
     [not found]     ` <537DF8DA.5000402-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-05-22 14:44       ` Ouyang, Changchun
     [not found]         ` <F52918179C57134FAEC9EA62FA2F9625117AABD8-E2R4CRU6q/6iAffOGbnezLfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-05-22 15:31           ` Ivan Boule
     [not found]             ` <537E1842.5010207-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-05-23  2:08               ` Ouyang, Changchun
     [not found]                 ` <F52918179C57134FAEC9EA62FA2F9625117AAEFA-E2R4CRU6q/6iAffOGbnezLfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-05-23  9:24                   ` Ivan Boule
     [not found]                     ` <537F13D4.4030901-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-05-28  1:42                       ` Ouyang, Changchun

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).