From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: remove file listings Date: Thu, 17 Jan 2019 18:01:49 +0100 Message-ID: <3937069.KtJhLxXKmg@xps> References: <1547715951-11128-1-git-send-email-david.marchand@redhat.com> <6351986.DbtgIHa0yY@xps> <6DC05C7C5F25994B81B3F2F214251F660207DD7B@IRSMSX104.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: David Marchand , "dev@dpdk.org" , "Mcnamara, John" , "Yigit, Ferruh" To: "Kovacevic, Marko" Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id BAE4F201 for ; Thu, 17 Jan 2019 18:01:53 +0100 (CET) In-Reply-To: <6DC05C7C5F25994B81B3F2F214251F660207DD7B@IRSMSX104.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 17/01/2019 17:53, Kovacevic, Marko: > Sorry for not making it clearer, > So if someone was reading it and saw this line > > "The examples directory contains sample applications that show how libraries can be used" > > It would be nice to have a link to the sample applications in the docs like so, which has all the > Info that was deleted. > > "The examples directory contains :doc:`Sample applications<../sample_app_ug/index>` that show how libraries can be used." > > > - examples > - +-- cmdline # Example of using the cmdline library > - +-- exception_path # Sending packets to and from Linux TAP device > - +-- helloworld # Basic Hello World example > - +-- ip_reassembly # Example showing IP reassembly > - +-- ip_fragmentation # Example showing IPv4 fragmentation > - +-- ipv4_multicast # Example showing IPv4 multicast > - +-- kni # Kernel NIC Interface (KNI) example > - +-- l2fwd # L2 forwarding with and without SR-IOV > - +-- l3fwd # L3 forwarding example > - +-- l3fwd-power # L3 forwarding example with power management > - +-- l3fwd-vf # L3 forwarding example with SR-IOV > - +-- link_status_interrupt # Link status change interrupt example > - +-- load_balancer # Load balancing across multiple cores/sockets > - +-- multi_process # Example apps using multiple DPDK processes > - +-- qos_meter # QoS metering example > - +-- qos_sched # QoS scheduler and dropper example > - +-- timer # Example of using librte_timer library > - +-- vmdq_dcb # Example of VMDQ and DCB receiving > - +-- vmdq # Example of VMDQ receiving > - +-- vhost # Example of userspace vhost and switch We have a full guide about examples: http://doc.dpdk.org/guides/sample_app_ug/index.html