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 AE40E7E99 for ; Thu, 23 Oct 2014 16:27:08 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 23 Oct 2014 07:35:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,775,1406617200"; d="scan'208";a="609999459" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga001.fm.intel.com with ESMTP; 23 Oct 2014 07:35:17 -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 s9NEZG9C014073 for ; Thu, 23 Oct 2014 15:35:16 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id s9NEZFct012060 for ; Thu, 23 Oct 2014 15:35:15 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id s9NEZFiS012056 for dev@dpdk.org; Thu, 23 Oct 2014 15:35:15 +0100 From: Bernard Iremonger To: dev@dpdk.org Date: Thu, 23 Oct 2014 15:35:15 +0100 Message-Id: <1414074915-12010-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: freebsd getting started guide. 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: Thu, 23 Oct 2014 14:27:09 -0000 These changes are a conversion of the FreeBSD Getting Started Guide from an MSWord file to Sphinx rst files. The following changes since commit 1ab07743b21b785a71fa334641ab58e779532600: doc: getting started guide for linux (2014-10-23 14:36:42 +0200) are available in the git repository at: git://dpdk.org/next/dpdk-doc master Bernard Iremonger (1): doc: freebsd getting started guide doc/guides/freebsd_gsg/build_dpdk.rst | 275 ++++++++++++++++++++++++++ doc/guides/freebsd_gsg/build_sample_apps.rst | 186 +++++++++++++++++ doc/guides/freebsd_gsg/index.rst | 84 ++++++++ doc/guides/freebsd_gsg/intro.rst | 75 +++++++ doc/guides/freebsd_gsg/sys_reqs.rst | 164 +++++++++++++++ doc/guides/index.rst | 1 + 6 files changed, 785 insertions(+), 0 deletions(-) create mode 100644 doc/guides/freebsd_gsg/build_dpdk.rst create mode 100644 doc/guides/freebsd_gsg/build_sample_apps.rst create mode 100644 doc/guides/freebsd_gsg/index.rst create mode 100644 doc/guides/freebsd_gsg/intro.rst create mode 100644 doc/guides/freebsd_gsg/sys_reqs.rst