From patchwork Thu Oct 3 13:19:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Richardson X-Patchwork-Id: 60497 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DF32B1C190; Thu, 3 Oct 2019 15:20:04 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 6E14C1C0D7; Thu, 3 Oct 2019 15:19:59 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Oct 2019 06:19:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,252,1566889200"; d="scan'208";a="185910587" Received: from silpixa00399126.ir.intel.com (HELO silpixa00399126.ger.corp.intel.com) ([10.237.223.2]) by orsmga008.jf.intel.com with ESMTP; 03 Oct 2019 06:19:57 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: techboard@dpdk.org, Bruce Richardson Date: Thu, 3 Oct 2019 14:19:18 +0100 Message-Id: <20191003131918.30970-7-bruce.richardson@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191003131918.30970-1-bruce.richardson@intel.com> References: <20191003131918.30970-1-bruce.richardson@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 6/6] doc: close up gaps in sample app guide table X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Following the removal of some sample applications, close up the gaps introduced in the table so that it is formatted nicely for the next release. Signed-off-by: Bruce Richardson --- doc/guides/sample_app_ug/intro.rst | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/doc/guides/sample_app_ug/intro.rst b/doc/guides/sample_app_ug/intro.rst index 981e50f94..dcfe70db2 100644 --- a/doc/guides/sample_app_ug/intro.rst +++ b/doc/guides/sample_app_ug/intro.rst @@ -31,37 +31,33 @@ applications that are available in the examples directory of DPDK: .. table:: **Some of the DPDK Sample applications** +---------------------------------------+--------------------------------------+ - | Bonding | | + | Bonding | Packet Ordering | +---------------------------------------+--------------------------------------+ - | Command Line | Packet Ordering | + | Command Line | Performance Thread | +---------------------------------------+--------------------------------------+ - | Distributor | Performance Thread | + | Distributor | Precision Time Protocol (PTP) Client | +---------------------------------------+--------------------------------------+ - | Ethtool | Precision Time Protocol (PTP) Client | - +---------------------------------------+--------------------------------------+ - | | Quality of Service (QoS) Metering | + | Ethtool | Quality of Service (QoS) Metering | +---------------------------------------+--------------------------------------+ | Hello World | QoS Scheduler | +---------------------------------------+--------------------------------------+ - | Internet Protocol (IP) Fragmentation | | - +---------------------------------------+--------------------------------------+ - | IP Pipeline | RX/TX Callbacks | + | Internet Protocol (IP) Fragmentation | RX/TX Callbacks | +---------------------------------------+--------------------------------------+ - | IP Reassembly | Server node EFD | + | IP Pipeline | Server node EFD | +---------------------------------------+--------------------------------------+ - | IPsec Security Gateway | Basic Forwarding/Skeleton App | + | IP Reassembly | Basic Forwarding/Skeleton App | +---------------------------------------+--------------------------------------+ - | IPv4 multicast | Tunnel End Point (TEP) termination | + | IPsec Security Gateway | Tunnel End Point (TEP) termination | +---------------------------------------+--------------------------------------+ - | Kernel NIC Interface | Timer | + | IPv4 multicast | Timer | +---------------------------------------+--------------------------------------+ - | Network Layer 2 Forwarding + variants | Vhost | + | Kernel NIC Interface | Vhost | +---------------------------------------+--------------------------------------+ - | Network Layer 3 Forwarding + variants | Vhost Xen | + | Network Layer 2 Forwarding + variants | Vhost Xen | +---------------------------------------+--------------------------------------+ - | Link Status Interrupt | VMDQ Forwarding | + | Network Layer 3 Forwarding + variants | VMDQ Forwarding | +---------------------------------------+--------------------------------------+ - | | VMDQ and DCB Forwarding | + | Link Status Interrupt | VMDQ and DCB Forwarding | +---------------------------------------+--------------------------------------+ | Multi-process | VM Power Management | +---------------------------------------+--------------------------------------+