aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/application-api-guide/examples.dox15
-rw-r--r--example/l2fwd/README8
l---------example/l2fwd/odp_l2fwd.c1
3 files changed, 19 insertions, 5 deletions
diff --git a/doc/application-api-guide/examples.dox b/doc/application-api-guide/examples.dox
index 2dccd7f82..60d4058f9 100644
--- a/doc/application-api-guide/examples.dox
+++ b/doc/application-api-guide/examples.dox
@@ -5,11 +5,21 @@
*/
/**
+ * @example odp_classifier.c
+ * ODP classifier example application
+ */
+
+/**
* @example odp_generator.c
* ODP loopback demo application
*/
/**
+ * @example odp_l2fwd.c
+ * ODP l2fwd example application
+ */
+
+/**
*@example odp_pktio.c
* ODP basic packet IO loopback test application
*/
@@ -18,8 +28,3 @@
* @example odp_timer_test.c
* ODP timer example application
*/
-
-/**
- * @example odp_classifier.c
- * ODP classifier example application
- */
diff --git a/example/l2fwd/README b/example/l2fwd/README
new file mode 100644
index 000000000..891620bd7
--- /dev/null
+++ b/example/l2fwd/README
@@ -0,0 +1,8 @@
+ ODP L2FWD application
+
+Source code and Makefiles placed under test/common_plat/performance/
+directory.
+
+This L2 forwarding application can be used as example reference as well
+as performance test for different odp modes (direct, queue or scheduler
+with parallel, atomic or ordered queues).
diff --git a/example/l2fwd/odp_l2fwd.c b/example/l2fwd/odp_l2fwd.c
new file mode 120000
index 000000000..eea3a34c4
--- /dev/null
+++ b/example/l2fwd/odp_l2fwd.c
@@ -0,0 +1 @@
+../../test/common_plat/performance/odp_l2fwd.c \ No newline at end of file