From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PULL REQUEST] doc: getting started guide for linux. Date: Mon, 20 Oct 2014 16:53:24 +0100 Message-ID: <1413820404-5877-1-git-send-email-bernard.iremonger@intel.com> References: To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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