aboutsummaryrefslogtreecommitdiff
path: root/doc/application-api-guide/examples.dox
blob: ec982519ff9e871c996555687a3f49157b214a3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/* Copyright (c) 2015-2019, Linaro Limited
 * All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

/**
 * @example odp_classifier.c
 * Classifier example application
 */

/**
 * @example odp_generator.c
 * Traffic generator and loopback demo application
 */

/**
 * @example odp_hello.c
 * Minimal example application
 */

/**
 * @example odp_ipfragreass.c
 * IPv4 lock-free fragmentation and reassembly example application
 */

 /**
 * @example ipsec/odp_ipsec.c
 * IPsec example application using crypto API
 */

/**
 * @example ipsec_api/odp_ipsec.c
 * IPsec example application using IPsec API
 */

/**
 * @example ipsec_offload/odp_ipsec_offload.c
 * IPsec offload example application
 */

/**
 * @example odp_l2fwd.c
 * L2 forwarding example application
 */

/**
 * @example odp_l2fwd_simple.c
 * Minimal L2 forwarding example application
 */

/**
 * @example odp_l3fwd.c
 * L3 forwarding example application
 */

/**
 *@example odp_pktio.c
 * Basic packet IO loopback test application
 */

 /**
 *@example odp_simple_pipeline.c
 * Simple pipeline example application
 */

/**
 * @example odp_switch.c
 * Minimal learning Ethernet switch example application
 */

 /**
 * @example odp_sysinfo.c
 * System information example application
 */

/**
 * @example time_global_test.c
 * Time example application
 */

/**
 * @example odp_timer_test.c
 * Timer example application
 */

 /**
 * @example odp_traffic_mgmt.c
 * Traffic manager example application
 */