mbox

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

Message ID 1415111540-5137-1-git-send-email-bernard.iremonger@intel.com (mailing list archive)
State Accepted, archived
Headers

Pull-request

git://dpdk.org/next/dpdk-doc master

Message

Iremonger, Bernard Nov. 4, 2014, 2:32 p.m. UTC
  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
  

Comments

Thomas Monjalon Nov. 6, 2014, 10:28 a.m. UTC | #1
> Bernard Iremonger (1):
>       doc: TestPMD Application User Guide

Pulled in the main repository.

This document should now be updated to reflect the recent changes to
testpmd.
From now, patches for testpmd should include doc update.

Thanks