aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2017-11-08 16:58:14 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-11-08 22:08:49 +0300
commitd59c00c5f0255a5f1fc462332eef291bb2993f64 (patch)
treea1ff086ae5d23a5a7989f7c4efb9cb42d899bb15
parent29c7a054f7151d33795a0d8d7df5594bf4fddb55 (diff)
example: fix pointers to odp_l2fwd.c source
During mass-move of tests I forgot to update odp_l2fwd example to point to new locattion. Fix that now. Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--example/l2fwd/README3
l---------example/l2fwd/odp_l2fwd.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/example/l2fwd/README b/example/l2fwd/README
index 891620bd7..f6fdc01ca 100644
--- a/example/l2fwd/README
+++ b/example/l2fwd/README
@@ -1,7 +1,6 @@
ODP L2FWD application
-Source code and Makefiles placed under test/common_plat/performance/
-directory.
+Source code and Makefiles placed under test/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
diff --git a/example/l2fwd/odp_l2fwd.c b/example/l2fwd/odp_l2fwd.c
index eea3a34c4..fb585f437 120000
--- a/example/l2fwd/odp_l2fwd.c
+++ b/example/l2fwd/odp_l2fwd.c
@@ -1 +1 @@
-../../test/common_plat/performance/odp_l2fwd.c \ No newline at end of file
+../../test/performance/odp_l2fwd.c \ No newline at end of file