From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 3D92D3F9 for ; Wed, 26 Nov 2014 12:26:10 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 26 Nov 2014 03:37:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,462,1413270000"; d="scan'208";a="614310985" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 26 Nov 2014 03:37:04 -0800 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 sAQBb4Nq010712 for ; Wed, 26 Nov 2014 11:37:04 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id sAQBb3RY000644 for ; Wed, 26 Nov 2014 11:37:03 GMT Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id sAQBb3wx000640 for dev@dpdk.org; Wed, 26 Nov 2014 11:37:03 GMT From: Bernard Iremonger To: dev@dpdk.org Date: Wed, 26 Nov 2014 11:37:03 +0000 Message-Id: <1417001823-397-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: document modifications in testpmd_app_ug and freebsd_gsg 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: Wed, 26 Nov 2014 11:26:11 -0000 These changes are DPDK 1.8 modifications and some corrections to the TestPMD Application User Guide and the FreeBSD Getting Started Guide. The following changes since commit c4f136db8ec532c3c930be5698cc84321c64192d: eal/linux: map pci memory resources after hugepages (2014-11-25 18:16:41 +0100) are available in the git repository at: git://dpdk.org/next/dpdk-doc master Bruce Richardson (3): doc: change hardcoded date to auto-generated doc: adjust line lengths in FreeBSD GSG rst files doc: update FreeBSD GSG to document ports install Pablo de Lara (4): doc: Added new commands in testpmd UG doc: Corrected info for tx_checksum set mask function, in testpmd UG doc: Moved commands in testpmd UG to match testpmd command help order doc: Various document fixes in testpmd UG doc/guides/freebsd_gsg/build_dpdk.rst | 295 +++++-- doc/guides/freebsd_gsg/build_sample_apps.rst | 96 ++- doc/guides/freebsd_gsg/index.rst | 4 +- doc/guides/freebsd_gsg/install_from_ports.rst | 162 ++++ doc/guides/freebsd_gsg/intro.rst | 55 +- doc/guides/freebsd_gsg/sys_reqs.rst | 163 ---- doc/guides/linux_gsg/index.rst | 2 +- doc/guides/prog_guide/index.rst | 2 +- doc/guides/rel_notes/index.rst | 2 +- doc/guides/sample_app_ug/index.rst | 2 +- doc/guides/testpmd_app_ug/index.rst | 2 +- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 1085 +++++++++++++------------ 12 files changed, 1034 insertions(+), 836 deletions(-) create mode 100644 doc/guides/freebsd_gsg/install_from_ports.rst delete mode 100644 doc/guides/freebsd_gsg/sys_reqs.rst