DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bernard Iremonger <bernard.iremonger@intel.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PULL REQUEST] doc: modifications to user guides
Date: Thu,  4 Dec 2014 15:34:34 +0000	[thread overview]
Message-ID: <1417707274-10954-1-git-send-email-bernard.iremonger@intel.com> (raw)
In-Reply-To: <REQUEST PULL>

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

The following changes since commit b6f80756e7b78a8a2a8688bc475a2cb8f6e3a188:

  kni: create interface in current network namespace (2014-12-03 15:01:08 +0100)

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

De Lara Guarch, Pablo (4):
      doc: new testpmd commands
      doc: fix testpmd commands
      doc: reorder testpmd commands
      doc: fix testpmd guide

Doherty, Declan (1):
      doc: update bonding

Richardson, Bruce (3):
      docs: auto-generate date in guides
      docs: adjust line lengths in freebsd guide
      docs: add freebsd ports

Siobhan Butler (2):
      doc: add distributor application
      doc: add vhost library

 doc/guides/freebsd_gsg/build_dpdk.rst              |  295 ++++--
 doc/guides/freebsd_gsg/build_sample_apps.rst       |   94 +-
 doc/guides/freebsd_gsg/index.rst                   |    4 +-
 doc/guides/freebsd_gsg/install_from_ports.rst      |  162 +++
 doc/guides/freebsd_gsg/intro.rst                   |   55 +-
 doc/guides/freebsd_gsg/sys_reqs.rst                |  163 ---
 doc/guides/linux_gsg/index.rst                     |    2 +-
 doc/guides/prog_guide/img/bond-mode-0.svg          |  638 +++++++++++
 doc/guides/prog_guide/img/bond-mode-1.svg          |  724 +++++++++++++
 doc/guides/prog_guide/img/bond-mode-2.svg          |  702 ++++++++++++
 doc/guides/prog_guide/img/bond-mode-3.svg          |  702 ++++++++++++
 doc/guides/prog_guide/img/bond-mode-4.svg          |  784 ++++++++++++++
 doc/guides/prog_guide/img/bond-mode-5.svg          |  642 +++++++++++
 doc/guides/prog_guide/img/bond-overview.svg        |  121 +++
 doc/guides/prog_guide/img/link_bonding.png         |  Bin 223318 -> 0 bytes
 doc/guides/prog_guide/index.rst                    |    3 +-
 .../prog_guide/link_bonding_poll_mode_drv_lib.rst  |  365 +++++--
 doc/guides/prog_guide/vhost_lib.rst                |  101 ++
 doc/guides/rel_notes/index.rst                     |    2 +-
 doc/guides/sample_app_ug/dist_app.rst              |  177 +++
 doc/guides/sample_app_ug/img/dist_app.svg          |  442 ++++++++
 doc/guides/sample_app_ug/img/dist_perf.svg         |  459 ++++++++
 doc/guides/sample_app_ug/index.rst                 |    7 +-
 doc/guides/testpmd_app_ug/index.rst                |    2 +-
 doc/guides/testpmd_app_ug/testpmd_funcs.rst        | 1127 +++++++++++---------
 25 files changed, 6837 insertions(+), 936 deletions(-)
 create mode 100644 doc/guides/freebsd_gsg/install_from_ports.rst
 delete mode 100644 doc/guides/freebsd_gsg/sys_reqs.rst
 create mode 100644 doc/guides/prog_guide/img/bond-mode-0.svg
 create mode 100644 doc/guides/prog_guide/img/bond-mode-1.svg
 create mode 100644 doc/guides/prog_guide/img/bond-mode-2.svg
 create mode 100644 doc/guides/prog_guide/img/bond-mode-3.svg
 create mode 100644 doc/guides/prog_guide/img/bond-mode-4.svg
 create mode 100644 doc/guides/prog_guide/img/bond-mode-5.svg
 create mode 100644 doc/guides/prog_guide/img/bond-overview.svg
 delete mode 100644 doc/guides/prog_guide/img/link_bonding.png
 create mode 100644 doc/guides/prog_guide/vhost_lib.rst
 create mode 100644 doc/guides/sample_app_ug/dist_app.rst
 create mode 100644 doc/guides/sample_app_ug/img/dist_app.svg
 create mode 100644 doc/guides/sample_app_ug/img/dist_perf.svg

  parent reply	other threads:[~2014-12-04 15:35 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <REQUEST PULL>
2014-10-23 14:35 ` [dpdk-dev] [PULL REQUEST] doc: freebsd getting started guide Bernard Iremonger
2014-10-29 22:26   ` Thomas Monjalon
2014-10-31 16:25 ` [dpdk-dev] [PULL REQUEST] doc: release notes, programmers guide, sample app. guide and fix to linux " Bernard Iremonger
2014-10-31 18:07   ` Thomas Monjalon
2014-11-03 18:02   ` Thomas Monjalon
2014-11-17  9:41 ` [dpdk-dev] [PULL REQUEST] doc: programmers guide Bernard Iremonger
2014-11-18 14:01   ` Thomas Monjalon
2014-11-20 15:36 ` [dpdk-dev] [PULL REQUEST] doc: Various document fixes in testpmd UG Bernard Iremonger
2014-11-26 11:37 ` [dpdk-dev] [PULL REQUEST] doc: document modifications in testpmd_app_ug and freebsd_gsg Bernard Iremonger
2014-12-03 15:50 ` [dpdk-dev] [PULL REQUEST] doc: document modifications in user guides Bernard Iremonger
2014-12-03 18:44   ` Thomas Monjalon
2014-12-04 11:22     ` Iremonger, Bernard
2014-12-04 15:34 ` Bernard Iremonger [this message]
2014-12-05 16:23   ` [dpdk-dev] [PULL REQUEST] doc: modifications to " Thomas Monjalon
2014-12-11 14:13 ` Bernard Iremonger
2014-12-17  0:15   ` Thomas Monjalon
2014-12-18 21:29 ` Bernard Iremonger
2014-12-19 17:40 ` [dpdk-dev] [PULL REQUEST] doc: latest " Bernard Iremonger
2014-12-19 22:47   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1417707274-10954-1-git-send-email-bernard.iremonger@intel.com \
    --to=bernard.iremonger@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).