From patchwork Tue Nov 4 14:32:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Iremonger, Bernard" X-Patchwork-Id: 1124 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 3E184683B; Tue, 4 Nov 2014 15:23:37 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 3EC382A9 for ; Tue, 4 Nov 2014 15:23:06 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 04 Nov 2014 06:30:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,313,1413270000"; d="scan'208";a="602002512" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 04 Nov 2014 06:32:22 -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 sA4EWLDd031132 for ; Tue, 4 Nov 2014 14:32:21 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id sA4EWKbB005301 for ; Tue, 4 Nov 2014 14:32:20 GMT Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id sA4EWKOJ005295 for dev@dpdk.org; Tue, 4 Nov 2014 14:32:20 GMT From: Bernard Iremonger To: dev@dpdk.org Date: Tue, 4 Nov 2014 14:32:20 +0000 Message-Id: <1415111540-5137-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PULL REQUEST] doc: TestPMD Application User 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" These changes are a conversion of the TestPMD Application User Guide from an MSWord file to Sphinx rst files. The following changes since commit 03e801bc790ab2478ad36ea44ce706c9d1a012ae: i40e: fix PF interrupt handler (2014-11-04 11:20:11 +0100) are available in the git repository at: git://dpdk.org/next/dpdk-doc master Bernard Iremonger (1): doc: TestPMD Application User Guide doc/guides/index.rst | 3 +- doc/guides/testpmd_app_ug/build_app.rst | 61 + doc/guides/testpmd_app_ug/index.rst | 92 ++ doc/guides/testpmd_app_ug/intro.rst | 72 ++ doc/guides/testpmd_app_ug/overview.rst | 35 + doc/guides/testpmd_app_ug/run_app.rst | 390 +++++++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 1592 +++++++++++++++++++++++++++ 7 files changed, 2244 insertions(+), 1 deletions(-) create mode 100755 doc/guides/testpmd_app_ug/build_app.rst create mode 100755 doc/guides/testpmd_app_ug/index.rst create mode 100755 doc/guides/testpmd_app_ug/intro.rst create mode 100755 doc/guides/testpmd_app_ug/overview.rst create mode 100755 doc/guides/testpmd_app_ug/run_app.rst create mode 100755 doc/guides/testpmd_app_ug/testpmd_funcs.rst