From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org
Cc: techboard@dpdk.org, Bruce Richardson <bruce.richardson@intel.com>
Subject: [dpdk-dev] [PATCH 6/6] doc: close up gaps in sample app guide table
Date: Thu, 3 Oct 2019 14:19:18 +0100 [thread overview]
Message-ID: <20191003131918.30970-7-bruce.richardson@intel.com> (raw)
In-Reply-To: <20191003131918.30970-1-bruce.richardson@intel.com>
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 <bruce.richardson@intel.com>
---
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 |
+---------------------------------------+--------------------------------------+
--
2.21.0
next prev parent reply other threads:[~2019-10-03 13:20 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-03 13:19 [dpdk-dev] [PATCH 0/6] remove a few example applications Bruce Richardson
2019-10-03 13:19 ` [dpdk-dev] [PATCH 1/6] examples/exception_path: remove example from DPDK Bruce Richardson
2019-10-03 13:19 ` [dpdk-dev] [PATCH 2/6] examples/l3fwd-vf: " Bruce Richardson
2019-10-03 13:19 ` [dpdk-dev] [PATCH 3/6] examples/quota-watermark: " Bruce Richardson
2019-10-03 13:19 ` [dpdk-dev] [PATCH 4/6] examples/netmap-compat: " Bruce Richardson
2019-10-03 13:19 ` [dpdk-dev] [PATCH 5/6] examples/load_balancer: " Bruce Richardson
2019-10-03 13:19 ` Bruce Richardson [this message]
2019-10-23 15:19 ` [dpdk-dev] [PATCH 6/6] doc: close up gaps in sample app guide table Thomas Monjalon
2019-10-23 15:21 ` [dpdk-dev] [dpdk-techboard] [PATCH 0/6] remove a few example applications Stephen Hemminger
2019-10-23 15:53 ` Hemant Agrawal
2019-10-24 13:31 ` [dpdk-dev] [PATCH v2 " Ciara Power
2019-10-24 13:31 ` [dpdk-dev] [PATCH v2 1/6] doc: remove unnecessary sample app guide table Ciara Power
2019-10-24 13:31 ` [dpdk-dev] [PATCH v2 2/6] examples/exception_path: remove example from DPDK Ciara Power
2019-10-24 13:31 ` [dpdk-dev] [PATCH v2 3/6] examples/l3fwd-vf: " Ciara Power
2019-10-24 13:31 ` [dpdk-dev] [PATCH v2 4/6] examples/quota-watermark: " Ciara Power
2019-10-24 13:31 ` [dpdk-dev] [PATCH v2 5/6] examples/netmap-compat: " Ciara Power
2019-10-24 13:31 ` [dpdk-dev] [PATCH v2 6/6] examples/load_balancer: " Ciara Power
2019-10-24 14:12 ` [dpdk-dev] [PATCH v2 0/6] remove a few example applications David Marchand
2019-10-25 9:56 ` [dpdk-dev] [PATCH v3 " Ciara Power
2019-10-25 9:56 ` [dpdk-dev] [PATCH v3 1/6] doc: remove unnecessary sample app guide table Ciara Power
2019-10-25 10:26 ` [dpdk-dev] [dpdk-techboard] " Bruce Richardson
2019-10-25 9:56 ` [dpdk-dev] [PATCH v3 2/6] examples/exception_path: remove example Ciara Power
2019-10-25 9:56 ` [dpdk-dev] [PATCH v3 3/6] examples/l3fwd-vf: " Ciara Power
2019-10-25 9:56 ` [dpdk-dev] [PATCH v3 4/6] examples/quota-watermark: " Ciara Power
2019-10-25 9:56 ` [dpdk-dev] [PATCH v3 5/6] examples/netmap-compat: " Ciara Power
2019-10-25 9:56 ` [dpdk-dev] [PATCH v3 6/6] examples/load_balancer: " Ciara Power
2019-10-26 20:35 ` [dpdk-dev] [PATCH v3 0/6] remove a few example applications David Marchand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191003131918.30970-7-bruce.richardson@intel.com \
--to=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=techboard@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.