[dpdk-dev] [PATCH 0/3] Support administrative link up and link down

Ouyang Changchun changchun.ouyang at intel.com
Thu May 22 08:11:10 CEST 2014


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



More information about the dev mailing list