From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B4393685D for ; Mon, 20 Oct 2014 17:45:16 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 20 Oct 2014 08:53:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,757,1406617200"; d="scan'208";a="617298222" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 20 Oct 2014 08:53:25 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id s9KFrOQ1022258 for ; Mon, 20 Oct 2014 16:53:24 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id s9KFrOSL005925 for ; Mon, 20 Oct 2014 16:53:24 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id s9KFrOWB005921 for dev@dpdk.org; Mon, 20 Oct 2014 16:53:24 +0100 From: Bernard Iremonger To: dev@dpdk.org Date: Mon, 20 Oct 2014 16:53:24 +0100 Message-Id: <1413820404-5877-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: References: Subject: [dpdk-dev] [PULL REQUEST] doc: getting started guide for linux. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 15:45:17 -0000 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