aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2016-05-27 14:03:29 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-05-31 16:47:54 +0300
commit1dad4abb404cdab2ca5155bc0900ddef5238e091 (patch)
tree97ee3c43051a7bed5df0180d810e030e2d108ac9 /test
parent7233eed2e66b9f5d2abccd0f96ecce8675c764ae (diff)
linux-generic: implementation name is odp-linux
Refer consistently to odp-linux as the implementation name. Linux-generic is implementation internal directory name. Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test')
-rw-r--r--test/performance/odp_l2fwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performance/odp_l2fwd.c b/test/performance/odp_l2fwd.c
index e38e6f8b3..2ceee74ff 100644
--- a/test/performance/odp_l2fwd.c
+++ b/test/performance/odp_l2fwd.c
@@ -1031,7 +1031,7 @@ static void usage(char *progname)
" environment variables: ODP_PKTIO_DISABLE_NETMAP\n"
" ODP_PKTIO_DISABLE_SOCKET_MMAP\n"
" ODP_PKTIO_DISABLE_SOCKET_MMSG\n"
- " can be used to advanced pkt I/O selection for linux-generic\n"
+ " can be used to advanced pkt I/O selection for odp-linux\n"
"\n", NO_PATH(progname), NO_PATH(progname), MAX_PKTIOS
);
}