[dpdk-dev] [PULL REQUEST] doc: TestPMD Application User Guide.

Bernard Iremonger bernard.iremonger at intel.com
Tue Nov 4 15:32:20 CET 2014


These changes are a conversion of the TestPMD Application User Guide from an MSWord file to Sphinx rst files.

The following changes since commit 03e801bc790ab2478ad36ea44ce706c9d1a012ae:

  i40e: fix PF interrupt handler (2014-11-04 11:20:11 +0100)

are available in the git repository at:
  git://dpdk.org/next/dpdk-doc  master

Bernard Iremonger (1):
      doc: TestPMD Application User Guide

 doc/guides/index.rst                        |    3 +-
 doc/guides/testpmd_app_ug/build_app.rst     |   61 +
 doc/guides/testpmd_app_ug/index.rst         |   92 ++
 doc/guides/testpmd_app_ug/intro.rst         |   72 ++
 doc/guides/testpmd_app_ug/overview.rst      |   35 +
 doc/guides/testpmd_app_ug/run_app.rst       |  390 +++++++
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 1592 +++++++++++++++++++++++++++
 7 files changed, 2244 insertions(+), 1 deletions(-)
 create mode 100755 doc/guides/testpmd_app_ug/build_app.rst
 create mode 100755 doc/guides/testpmd_app_ug/index.rst
 create mode 100755 doc/guides/testpmd_app_ug/intro.rst
 create mode 100755 doc/guides/testpmd_app_ug/overview.rst
 create mode 100755 doc/guides/testpmd_app_ug/run_app.rst
 create mode 100755 doc/guides/testpmd_app_ug/testpmd_funcs.rst


More information about the dev mailing list