[dpdk-dev] [PULL REQUEST] doc: getting started guide for linux.

Bernard Iremonger bernard.iremonger at intel.com
Mon Oct 20 17:53:24 CEST 2014


These changes are a conversion of the Linux Getting Started Guide from an MSWord file to Sphinx rst files.


The following changes since commit 075e064089e1c2b6899db58c69be1a387eb5ffa7:

  mk: fix doc cleaning (2014-10-17 17:44:06 +0200)

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

Bernard Iremonger (1):
      doc: getting started guide for linux

 doc/guides/conf.py                         |   30 +++
 doc/guides/index.rst                       |   37 +++
 doc/guides/linux_gsg/build_dpdk.rst        |  271 +++++++++++++++++++++++
 doc/guides/linux_gsg/build_sample_apps.rst |  234 ++++++++++++++++++++
 doc/guides/linux_gsg/enable_func.rst       |  201 +++++++++++++++++
 doc/guides/linux_gsg/index.rst             |   86 +++++++
 doc/guides/linux_gsg/intro.rst             |   68 ++++++
 doc/guides/linux_gsg/quick_start.rst       |  329 ++++++++++++++++++++++++++++
 doc/guides/linux_gsg/sys_reqs.rst          |  288 ++++++++++++++++++++++++
 9 files changed, 1544 insertions(+), 0 deletions(-)
 create mode 100755 doc/guides/linux_gsg/build_dpdk.rst
 create mode 100755 doc/guides/linux_gsg/build_sample_apps.rst
 create mode 100755 doc/guides/linux_gsg/enable_func.rst
 create mode 100755 doc/guides/linux_gsg/index.rst
 create mode 100755 doc/guides/linux_gsg/intro.rst
 create mode 100755 doc/guides/linux_gsg/quick_start.rst
 create mode 100755 doc/guides/linux_gsg/sys_reqs.rst


More information about the dev mailing list