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 B0D2B68BF for ; Thu, 18 Dec 2014 22:29:36 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 18 Dec 2014 13:29:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,602,1413270000"; d="scan'208";a="656667876" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga002.jf.intel.com with ESMTP; 18 Dec 2014 13:29:29 -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 sBILTS26001853 for ; Thu, 18 Dec 2014 21:29:28 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id sBILTS26027523 for ; Thu, 18 Dec 2014 21:29:28 GMT Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id sBILTSu4027519 for dev@dpdk.org; Thu, 18 Dec 2014 21:29:28 GMT From: Bernard Iremonger To: dev@dpdk.org Date: Thu, 18 Dec 2014 21:29:28 +0000 Message-Id: <1418938168-27480-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: modifications to user guides 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, 18 Dec 2014 21:29:37 -0000 These changes are DPDK 1.8 modifications and some corrections to the Linux Getting Started Guide, FreeBSD Getting Started Guide, Programmers Guide, the Sample Application User Guide, the Release Notes the TestPMD Guide. The following changes since commit 7d6378efb46820b2dcf6d1547ba19b67e9021098: version: 1.8.0-rc6 (2014-12-18 00:33:19 +0100) are available in the git repository at: git://dpdk.org/next/dpdk-doc master Bernard Iremonger (1): doc: fix typos in prog_guide Chao Zhu (1): doc: add IBM Power description to linux guides Reshma Pattan (1): doc: fix setup menu options in linux gsg Richardson, Bruce (2): doc: update mbuf section of prog_guide doc: updated svg files for rte_mbuf changes Sergio Gonzalez Monroy (1): doc: add known issue for iommu and igb_uio Siobhan Butler (18): doc: remove intel references from freebsd gsg doc: remove intel legal info from freebsd gsg doc: removed intel references from testpmd_ug doc: removed intel legal info from testpmd_ug doc: moved 1.7 new features to supported features for 1.8 in rel_notes doc: added new features to rel_notes doc: added to known issue 6.10 and removed fixed issue 6.29 from rel_notes doc: moved known issue 6.29 to resolved issues in rel_notes doc: remove appendix A from rel_notes doc: removed reference to Intel DPDK in rel_notes doc: updated resolved issues with old known issues doc: updating the list of sample apps in rel_notes doc:add udp info to prog_guide for vxlan doc: remove intel dpdk in sample app ug doc: remove intel legal info from sample app ug doc: add vxlan support to rel_notes doc: updating from 1.7 to 1.8 release note doc: add BSD License to dist sample app svg files doc/guides/freebsd_gsg/build_dpdk.rst | 78 +++--- doc/guides/freebsd_gsg/build_sample_apps.rst | 40 ++-- doc/guides/freebsd_gsg/index.rst | 38 --- doc/guides/freebsd_gsg/install_from_ports.rst | 28 +- doc/guides/freebsd_gsg/intro.rst | 22 +- doc/guides/linux_gsg/build_dpdk.rst | 4 +- doc/guides/linux_gsg/quick_start.rst | 66 +++-- doc/guides/linux_gsg/sys_reqs.rst | 29 ++- .../prog_guide/i40e_ixgbe_igb_virt_func_drv.rst | 16 +- doc/guides/prog_guide/img/mbuf1.svg | 48 ++-- doc/guides/prog_guide/img/mbuf2.svg | 65 ++-- doc/guides/prog_guide/mbuf_lib.rst | 22 +- doc/guides/prog_guide/poll_mode_drv.rst | 3 +- doc/guides/rel_notes/appendices.rst | 324 -------------------- doc/guides/rel_notes/faq.rst | 14 +- doc/guides/rel_notes/index.rst | 46 +--- doc/guides/rel_notes/known_issues.rst | 313 +++---------------- doc/guides/rel_notes/new_features.rst | 27 ++- doc/guides/rel_notes/rel_description.rst | 42 ++-- doc/guides/rel_notes/resolved_issues.rst | 271 ++++++++++++++--- doc/guides/rel_notes/supported_features.rst | 37 ++- doc/guides/rel_notes/supported_os.rst | 2 +- doc/guides/rel_notes/updating_apps.rst | 25 ++- doc/guides/sample_app_ug/cmd_line.rst | 10 +- doc/guides/sample_app_ug/exception_path.rst | 8 +- doc/guides/sample_app_ug/hello_world.rst | 8 +- doc/guides/sample_app_ug/img/dist_app.svg | 36 +++- doc/guides/sample_app_ug/img/dist_perf.svg | 37 +++- doc/guides/sample_app_ug/index.rst | 35 --- doc/guides/sample_app_ug/intel_quickassist.rst | 18 +- .../sample_app_ug/internet_proto_ip_pipeline.rst | 4 +- doc/guides/sample_app_ug/intro.rst | 12 +- doc/guides/sample_app_ug/ip_frag.rst | 6 +- doc/guides/sample_app_ug/ip_reassembly.rst | 6 +- doc/guides/sample_app_ug/ipv4_multicast.rst | 6 +- doc/guides/sample_app_ug/kernel_nic_interface.rst | 34 +- .../sample_app_ug/l2_forward_real_virtual.rst | 12 +- doc/guides/sample_app_ug/l3_forward.rst | 8 +- .../sample_app_ug/l3_forward_access_ctrl.rst | 6 +- doc/guides/sample_app_ug/l3_forward_power_man.rst | 16 +- doc/guides/sample_app_ug/l3_forward_virtual.rst | 8 +- doc/guides/sample_app_ug/link_status_intr.rst | 10 +- doc/guides/sample_app_ug/load_balancer.rst | 12 +- doc/guides/sample_app_ug/multi_process.rst | 34 +- doc/guides/sample_app_ug/netmap_compatibility.rst | 30 +- doc/guides/sample_app_ug/qos_metering.rst | 4 +- doc/guides/sample_app_ug/qos_scheduler.rst | 6 +- doc/guides/sample_app_ug/quota_watermark.rst | 12 +- doc/guides/sample_app_ug/test_pipeline.rst | 10 +- doc/guides/sample_app_ug/timer.rst | 6 +- doc/guides/sample_app_ug/vhost.rst | 56 ++-- doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst | 10 +- doc/guides/testpmd_app_ug/build_app.rst | 4 +- doc/guides/testpmd_app_ug/index.rst | 46 --- doc/guides/testpmd_app_ug/intro.rst | 18 +- doc/guides/testpmd_app_ug/run_app.rst | 4 +- 56 files changed, 861 insertions(+), 1231 deletions(-) mode change 100644 => 100755 doc/guides/prog_guide/i40e_ixgbe_igb_virt_func_drv.rst mode change 100644 => 100755 doc/guides/prog_guide/poll_mode_drv.rst delete mode 100644 doc/guides/rel_notes/appendices.rst