From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0B9A3A32A3 for ; Fri, 25 Oct 2019 12:26:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C4FB61C034; Fri, 25 Oct 2019 12:26:24 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 71D051C031; Fri, 25 Oct 2019 12:26:22 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2019 03:26:21 -0700 X-IronPort-AV: E=Sophos;i="5.68,228,1569308400"; d="scan'208";a="188886154" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.95]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 25 Oct 2019 03:26:20 -0700 Date: Fri, 25 Oct 2019 11:26:17 +0100 From: Bruce Richardson To: Ciara Power Cc: dev@dpdk.org, techboard@dpdk.org Message-ID: <20191025102617.GB1755@bricha3-MOBL.ger.corp.intel.com> References: <20191003131918.30970-1-bruce.richardson@intel.com> <20191025095608.49548-1-ciara.power@intel.com> <20191025095608.49548-2-ciara.power@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191025095608.49548-2-ciara.power@intel.com> User-Agent: Mutt/1.12.1 (2019-06-15) Subject: Re: [dpdk-dev] [dpdk-techboard] [PATCH v3 1/6] doc: remove unnecessary 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" On Fri, Oct 25, 2019 at 10:56:03AM +0100, Ciara Power wrote: > The table of examples in the sample application guide is now removed, > as it was unnecessary and difficult to update when adding/removing > examples. > > Signed-off-by: Ciara Power > > --- > > v2: Remove the table listing sample applications > --- > doc/guides/sample_app_ug/intro.rst | 44 +----------------------------- > 1 file changed, 1 insertion(+), 43 deletions(-) > > diff --git a/doc/guides/sample_app_ug/intro.rst b/doc/guides/sample_app_ug/intro.rst > index 90704194a..a7576837c 100644 > --- a/doc/guides/sample_app_ug/intro.rst > +++ b/doc/guides/sample_app_ug/intro.rst > @@ -23,49 +23,7 @@ command-line options. > The DPDK Sample Applications > ---------------------------- > > -Table :numref:`table_sample_apps` shows a list of some of the main sample > -applications that are available in the examples directory of DPDK: > - > - .. _table_sample_apps: > - > - .. table:: **Some of the DPDK Sample applications** > - > - +---------------------------------------+--------------------------------------+ > - | Bonding | Netmap Compatibility | > - +---------------------------------------+--------------------------------------+ > - | Command Line | Packet Ordering | > - +---------------------------------------+--------------------------------------+ > - | Distributor | Performance Thread | > - +---------------------------------------+--------------------------------------+ > - | Ethtool | Precision Time Protocol (PTP) Client | > - +---------------------------------------+--------------------------------------+ > - | Exception Path | Quality of Service (QoS) Metering | > - +---------------------------------------+--------------------------------------+ > - | Hello World | QoS Scheduler | > - +---------------------------------------+--------------------------------------+ > - | Internet Protocol (IP) Fragmentation | Quota and Watermark | > - +---------------------------------------+--------------------------------------+ > - | IP Pipeline | RX/TX Callbacks | > - +---------------------------------------+--------------------------------------+ > - | IP Reassembly | Server node EFD | > - +---------------------------------------+--------------------------------------+ > - | IPsec Security Gateway | Basic Forwarding/Skeleton App | > - +---------------------------------------+--------------------------------------+ > - | IPv4 multicast | Tunnel End Point (TEP) termination | > - +---------------------------------------+--------------------------------------+ > - | Kernel NIC Interface | Timer | > - +---------------------------------------+--------------------------------------+ > - | Network Layer 2 Forwarding + variants | Vhost | > - +---------------------------------------+--------------------------------------+ > - | Network Layer 3 Forwarding + variants | Vhost Xen | > - +---------------------------------------+--------------------------------------+ > - | Link Status Interrupt | VMDQ Forwarding | > - +---------------------------------------+--------------------------------------+ > - | Load Balancer | VMDQ and DCB Forwarding | > - +---------------------------------------+--------------------------------------+ > - | Multi-process | VM Power Management | > - +---------------------------------------+--------------------------------------+ > - > +There are many sample applications available in the examples directory of DPDK. > These examples range from simple to reasonably complex but most are designed > to demonstrate one particular feature of DPDK. Some of the more interesting > examples are highlighted below. > -- > 2.17.1 > This table was pointless anyway, since the index gives a list of all the apps, and a select are already called out below this in the doc. Acked-by: Bruce Richardson