diff mbox series

[v1,1/1] example: fix pointers to odp_l2fwd.c source

Message ID 1510156811-8346-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v1,1/1] example: fix pointers to odp_l2fwd.c source | expand

Commit Message

Github ODP bot Nov. 8, 2017, 4 p.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


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>

---
/** Email created from pull request 286 (lumag:l2fwd-fix)
 ** https://github.com/Linaro/odp/pull/286
 ** Patch: https://github.com/Linaro/odp/pull/286.patch
 ** Base sha: 29c7a054f7151d33795a0d8d7df5594bf4fddb55
 ** Merge commit sha: 023029b18742a906fc2c5c0366ac564ca55fbdf4
 **/
 example/l2fwd/README      | 3 +--
 example/l2fwd/odp_l2fwd.c | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)
diff mbox series

Patch

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