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 21411A3295 for ; Wed, 23 Oct 2019 17:20:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CB1FC1C436; Wed, 23 Oct 2019 17:19:59 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id E81481C435 for ; Wed, 23 Oct 2019 17:19:57 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7B8CA21EAE; Wed, 23 Oct 2019 11:19:57 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 23 Oct 2019 11:19:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=4fSSaGHemeUdj1U4wo3jGPJUE6PqhNbIhwDEtUY3sT8=; b=ESWFPOxs83x3 OuEbJ0IyvbZjstmOIvWFT795jtgsVFSypI9MfhpWlQGTHn+4CW+YltsXGhnPJVcz Y7c7KTHF00eKC1S93ZzHhH+sxyqcZMEfEPzk/pOBTrwI6cWR2SpGU3lXT+JW88bo TkRvOrPiSbtKSezqF/2UXA3wiBp+hsc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=4fSSaGHemeUdj1U4wo3jGPJUE6PqhNbIhwDEtUY3s T8=; b=iaCeZZ1NKX+fttp//WlVjrJmkGJqVzycML4gRPJHvky8S3jjxFn8kLjWA j4gd28kH2cqldPIoeBkV2OvOcmZg7itbSEvcuRbfyOfi83lkN/op8Znz2pzrPlAW YRwavlvtUfstuw9NP/pr9ivdsiJhq471zw5GszDJOu9jdwZtX8hyEZ59UabXnG1O +s2+XFC4N3YjKb3PF6srq3VwH//hv5aoLMbhnz7QIYXJt4sPgbow6tDHi5yRgK68 Jpbmspq2AtKwt6+C66IfmiQJ8SWTKyJtve/H8/UdEkLjD343SgMYf8mejRgp1fNO SAcaWSCq305cj6cN4sr3QvdKyueCQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrkeelgdekjecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 26CDCD60057; Wed, 23 Oct 2019 11:19:56 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Wed, 23 Oct 2019 17:19:55 +0200 Message-ID: <8020429.k55T7C7QkT@xps> In-Reply-To: <20191003131918.30970-7-bruce.richardson@intel.com> References: <20191003131918.30970-1-bruce.richardson@intel.com> <20191003131918.30970-7-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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" 03/10/2019 15:19, Bruce Richardson: > 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 I don't think we should maintain such table. Either it is a normal list, or we drop the whole listing. > .. 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 | > +---------------------------------------+--------------------------------------+