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 |
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