From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: [PATCH] doc: update examples list for API Date: Fri, 27 Jan 2017 11:55:41 +0000 Message-ID: <20170127115541.5472-1-ferruh.yigit@intel.com> Cc: dev@dpdk.org, Ferruh Yigit To: John McNamara Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id ECCF6B6D for ; Fri, 27 Jan 2017 12:55:45 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" These files are linked to API documentation as usage samples, added missing examples files and sorted list alphabetically. Signed-off-by: Ferruh Yigit --- doc/api/examples.dox | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/doc/api/examples.dox b/doc/api/examples.dox index c13e574..2d6b65b 100644 --- a/doc/api/examples.dox +++ b/doc/api/examples.dox @@ -12,6 +12,10 @@ @example ethtool/ethtool-app/main.c @example ethtool/lib/rte_ethtool.c @example exception_path/main.c +@example flow_distributor/distributor/args.c +@example flow_distributor/distributor/init.c +@example flow_distributor/distributor/main.c +@example flow_distributor/node/node.c @example helloworld/main.c @example ip_fragmentation/main.c @example ip_pipeline/config_check.c @@ -20,6 +24,7 @@ @example ip_pipeline/cpu_core_map.c @example ip_pipeline/init.c @example ip_pipeline/main.c +@example ip_pipeline/parser.c @example ip_pipeline/pipeline/pipeline_common_be.c @example ip_pipeline/pipeline/pipeline_common_fe.c @example ip_pipeline/pipeline/pipeline_firewall_be.c @@ -37,13 +42,27 @@ @example ip_pipeline/thread.c @example ip_pipeline/thread_fe.c @example ip_reassembly/main.c +@example ipsec-secgw/esp.c +@example ipsec-secgw/ipsec.c +@example ipsec-secgw/ipsec-secgw.c +@example ipsec-secgw/parser.c +@example ipsec-secgw/rt.c +@example ipsec-secgw/sa.c +@example ipsec-secgw/sp4.c +@example ipsec-secgw/sp6.c @example ipv4_multicast/main.c @example kni/main.c +@example l2fwd-cat/cat.c +@example l2fwd-cat/l2fwd-cat.c @example l2fwd-crypto/main.c @example l2fwd-jobstats/main.c +@example l2fwd-keepalive/ka-agent/main.c @example l2fwd-keepalive/main.c +@example l2fwd-keepalive/shm.c @example l2fwd/main.c @example l3fwd-acl/main.c +@example l3fwd/l3fwd_em.c +@example l3fwd/l3fwd_lpm.c @example l3fwd/main.c @example l3fwd-power/main.c @example l3fwd-vf/main.c @@ -52,10 +71,6 @@ @example load_balancer/init.c @example load_balancer/main.c @example load_balancer/runtime.c -@example flow_distributor/distributor/args.c -@example flow_distributor/distributor/init.c -@example flow_distributor/distributor/main.c -@example flow_distributor/node/node.c @example multi_process/client_server_mp/mp_client/client.c @example multi_process/client_server_mp/mp_server/args.c @example multi_process/client_server_mp/mp_server/init.c -- 2.9.3