[dpdk-dev] [PULL REQUEST] doc: modifications to user guides

Bernard Iremonger bernard.iremonger at intel.com
Thu Dec 11 15:13:54 CET 2014


These changes are DPDK 1.8 modifications and some corrections to the
Programmers Guide, the Sample Application User Guide and the Release Notes.

The following changes since commit 199aec302e16670869f07df40642d58fcf304a80:

  i40e: fix build with 16-byte descriptors (2014-12-11 10:02:55 +0000)

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

Bernard Iremonger (1):
      doc: add bsd license to exception path svg

Declan Doherty (1):
      doc: add bsd license to link bonding svgs

Pablo de Lara (4):
      doc: add vm power mgmt overview svg
      doc: add vm power mgmt request sequence svg
      doc: add vm power mgmt app
      doc: fix typos in ring lib

Reshma Pattan (1):
      doc: fix typos in distributor application

 doc/guides/prog_guide/img/bond-mode-0.svg          |   34 +
 doc/guides/prog_guide/img/bond-mode-1.svg          |   34 +
 doc/guides/prog_guide/img/bond-mode-2.svg          |   34 +
 doc/guides/prog_guide/img/bond-mode-3.svg          |   34 +
 doc/guides/prog_guide/img/bond-mode-4.svg          |   34 +
 doc/guides/prog_guide/img/bond-mode-5.svg          |   34 +
 doc/guides/prog_guide/img/bond-overview.svg        |   34 +
 doc/guides/prog_guide/img/ring-modulo1.svg         |    5 +-
 doc/guides/prog_guide/ring_lib.rst                 |    2 +-
 doc/guides/rel_notes/rel_description.rst           |    2 +
 doc/guides/sample_app_ug/dist_app.rst              |    4 +-
 .../sample_app_ug/img/exception_path_example.svg   |   36 +
 .../sample_app_ug/img/vm_power_mgr_highlevel.svg   |  742 ++++++++++++++++
 .../img/vm_power_mgr_vm_request_seq.svg            |  927 ++++++++++++++++++++
 doc/guides/sample_app_ug/index.rst                 |    5 +
 doc/guides/sample_app_ug/vm_power_management.rst   |  361 ++++++++
 16 files changed, 2317 insertions(+), 5 deletions(-)
 create mode 100644 doc/guides/sample_app_ug/img/vm_power_mgr_highlevel.svg
 create mode 100644 doc/guides/sample_app_ug/img/vm_power_mgr_vm_request_seq.svg
 create mode 100644 doc/guides/sample_app_ug/vm_power_management.rst


More information about the dev mailing list