From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PULL REQUEST] doc: freebsd getting started guide. Date: Thu, 23 Oct 2014 15:35:15 +0100 Message-ID: <1414074915-12010-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 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