From: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@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.ereminsoleni...@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 --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