aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/test
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-03-19 14:15:07 +0200
committerMatias Elo <matias.elo@nokia.com>2021-03-31 12:47:13 +0300
commit9647ebe1988a3f141a108952b1b33f6300381414 (patch)
tree04a3723a443fad17ff69a8b5291dc429cb78cd38 /platform/linux-dpdk/test
parent67042c608e711814a536db9aecab7dfa64796924 (diff)
linux-dpdk: pktio: use generic loop interface
Remove dependency to DPDK ring pmd driver, which caused linking problems as it's not part of the top level DPDK API. Also, this simplifies the fast path pktio code. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Jere Leppänen <jere.leppanen@nokia.com>
Diffstat (limited to 'platform/linux-dpdk/test')
-rw-r--r--platform/linux-dpdk/test/example/generator/pktio_env4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/linux-dpdk/test/example/generator/pktio_env b/platform/linux-dpdk/test/example/generator/pktio_env
index 82c238cc5..cea715a5b 100644
--- a/platform/linux-dpdk/test/example/generator/pktio_env
+++ b/platform/linux-dpdk/test/example/generator/pktio_env
@@ -10,9 +10,9 @@
# Generator uses a loop interface to validate udp mode.
#
# Network set-up
-# IF0 ---> loop
+# IF0 ---> null:0
-IF0=loop
+IF0=null:0
if [ "$0" = "$BASH_SOURCE" ]; then
echo "Error: Platform specific env file has to be sourced."