aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/test
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-dpdk/test')
-rw-r--r--platform/linux-dpdk/test/example/Makefile.am1
-rw-r--r--platform/linux-dpdk/test/example/classifier/pktio_env6
-rw-r--r--platform/linux-dpdk/test/example/generator/Makefile.am1
-rw-r--r--platform/linux-dpdk/test/example/generator/pktio_env34
-rw-r--r--platform/linux-dpdk/test/example/ipsec_api/pktio_env6
-rw-r--r--platform/linux-dpdk/test/example/ipsec_crypto/pktio_env6
-rw-r--r--platform/linux-dpdk/test/example/l2fwd_simple/pktio_env8
-rw-r--r--platform/linux-dpdk/test/example/l3fwd/pktio_env8
-rw-r--r--platform/linux-dpdk/test/example/packet/pktio_env8
-rw-r--r--platform/linux-dpdk/test/example/ping/pktio_env8
-rw-r--r--platform/linux-dpdk/test/example/simple_pipeline/pktio_env8
-rw-r--r--platform/linux-dpdk/test/example/switch/pktio_env8
-rwxr-xr-xplatform/linux-dpdk/test/validation/api/pktio/pktio_run.sh6
13 files changed, 26 insertions, 82 deletions
diff --git a/platform/linux-dpdk/test/example/Makefile.am b/platform/linux-dpdk/test/example/Makefile.am
index 947647cd4..a9d0948de 100644
--- a/platform/linux-dpdk/test/example/Makefile.am
+++ b/platform/linux-dpdk/test/example/Makefile.am
@@ -1,6 +1,5 @@
SUBDIRS = \
classifier \
- generator \
ipsec_api \
ipsec_crypto \
l2fwd_simple \
diff --git a/platform/linux-dpdk/test/example/classifier/pktio_env b/platform/linux-dpdk/test/example/classifier/pktio_env
index 8b390092c..e6778cb39 100644
--- a/platform/linux-dpdk/test/example/classifier/pktio_env
+++ b/platform/linux-dpdk/test/example/classifier/pktio_env
@@ -1,9 +1,7 @@
#!/bin/sh
#
-# Copyright (c) 2020, Marvell
-# All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright (c) 2020 Marvell
#
# Script to setup interfaces used for running application on linux-generic.
#
diff --git a/platform/linux-dpdk/test/example/generator/Makefile.am b/platform/linux-dpdk/test/example/generator/Makefile.am
deleted file mode 100644
index 2ffced539..000000000
--- a/platform/linux-dpdk/test/example/generator/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-EXTRA_DIST = pktio_env
diff --git a/platform/linux-dpdk/test/example/generator/pktio_env b/platform/linux-dpdk/test/example/generator/pktio_env
deleted file mode 100644
index cea715a5b..000000000
--- a/platform/linux-dpdk/test/example/generator/pktio_env
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/sh
-#
-# Copyright (C) 2020, Marvell
-# All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-# Script to setup interfaces used for running application on odp-dpdk.
-#
-# Generator uses a loop interface to validate udp mode.
-#
-# Network set-up
-# IF0 ---> null:0
-
-IF0=null:0
-
-if [ "$0" = "$BASH_SOURCE" ]; then
- echo "Error: Platform specific env file has to be sourced."
-fi
-
-validate_result()
-{
- return 0
-}
-
-setup_interfaces()
-{
- return 0
-}
-
-cleanup_interfaces()
-{
- return 0
-}
diff --git a/platform/linux-dpdk/test/example/ipsec_api/pktio_env b/platform/linux-dpdk/test/example/ipsec_api/pktio_env
index 3267bd4cd..ec501b319 100644
--- a/platform/linux-dpdk/test/example/ipsec_api/pktio_env
+++ b/platform/linux-dpdk/test/example/ipsec_api/pktio_env
@@ -1,9 +1,7 @@
#!/bin/sh
#
-# Copyright (C) 2021, Marvell
-# All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright (C) 2021 Marvell
#
# Script to setup interfaces used for running application on linux-dpdk.
#
diff --git a/platform/linux-dpdk/test/example/ipsec_crypto/pktio_env b/platform/linux-dpdk/test/example/ipsec_crypto/pktio_env
index 1c6e7d172..006293eaa 100644
--- a/platform/linux-dpdk/test/example/ipsec_crypto/pktio_env
+++ b/platform/linux-dpdk/test/example/ipsec_crypto/pktio_env
@@ -1,9 +1,7 @@
#!/bin/sh
#
-# Copyright (C) 2021, Marvell
-# All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright (C) 2021 Marvell
#
# Script to setup interfaces used for running application on linux-dpdk.
#
diff --git a/platform/linux-dpdk/test/example/l2fwd_simple/pktio_env b/platform/linux-dpdk/test/example/l2fwd_simple/pktio_env
index d1cb6d84a..cea4e1c23 100644
--- a/platform/linux-dpdk/test/example/l2fwd_simple/pktio_env
+++ b/platform/linux-dpdk/test/example/l2fwd_simple/pktio_env
@@ -1,10 +1,8 @@
#!/bin/sh
#
-# Copyright (c) 2020, Marvell
-# Copyright (c) 2020, Nokia
-# All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright (c) 2020 Marvell
+# Copyright (c) 2020 Nokia
#
# Script to setup interfaces used for running application on linux-dpdk.
#
diff --git a/platform/linux-dpdk/test/example/l3fwd/pktio_env b/platform/linux-dpdk/test/example/l3fwd/pktio_env
index c9e35f09a..475272ecc 100644
--- a/platform/linux-dpdk/test/example/l3fwd/pktio_env
+++ b/platform/linux-dpdk/test/example/l3fwd/pktio_env
@@ -1,10 +1,8 @@
#!/bin/sh
#
-# Copyright (c) 2020, Marvell
-# Copyright (c) 2020, Nokia
-# All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright (c) 2020 Marvell
+# Copyright (c) 2020 Nokia
#
# Script to setup interfaces used for running application on linux-dpdk.
#
diff --git a/platform/linux-dpdk/test/example/packet/pktio_env b/platform/linux-dpdk/test/example/packet/pktio_env
index 0f6a1c233..ef10c3436 100644
--- a/platform/linux-dpdk/test/example/packet/pktio_env
+++ b/platform/linux-dpdk/test/example/packet/pktio_env
@@ -1,10 +1,8 @@
#!/bin/sh
#
-# Copyright (c) 2020, Marvell
-# Copyright (c) 2020, Nokia
-# All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright (c) 2020 Marvell
+# Copyright (c) 2020 Nokia
#
# Script to setup interfaces used for running application on linux-dpdk.
#
diff --git a/platform/linux-dpdk/test/example/ping/pktio_env b/platform/linux-dpdk/test/example/ping/pktio_env
index a8dba6e9a..45a58935a 100644
--- a/platform/linux-dpdk/test/example/ping/pktio_env
+++ b/platform/linux-dpdk/test/example/ping/pktio_env
@@ -1,10 +1,8 @@
#!/bin/sh
#
-# Copyright (c) 2020, Marvell
-# Copyright (c) 2020, Nokia
-# All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright (c) 2020 Marvell
+# Copyright (c) 2020 Nokia
#
# Script to setup interfaces used for running application on linux-dpdk.
#
diff --git a/platform/linux-dpdk/test/example/simple_pipeline/pktio_env b/platform/linux-dpdk/test/example/simple_pipeline/pktio_env
index c2cccffbc..5ebc4b8d7 100644
--- a/platform/linux-dpdk/test/example/simple_pipeline/pktio_env
+++ b/platform/linux-dpdk/test/example/simple_pipeline/pktio_env
@@ -1,10 +1,8 @@
#!/bin/sh
#
-# Copyright (c) 2020, Marvell
-# Copyright (c) 2020, Nokia
-# All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright (c) 2020 Marvell
+# Copyright (c) 2020 Nokia
#
# Script to setup interfaces used for running application on linux-dpdk.
#
diff --git a/platform/linux-dpdk/test/example/switch/pktio_env b/platform/linux-dpdk/test/example/switch/pktio_env
index 8daca3c3e..ee2e97d40 100644
--- a/platform/linux-dpdk/test/example/switch/pktio_env
+++ b/platform/linux-dpdk/test/example/switch/pktio_env
@@ -1,10 +1,8 @@
#!/bin/sh
#
-# Copyright (c) 2020, Marvell
-# Copyright (c) 2020, Nokia
-# All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright (c) 2020 Marvell
+# Copyright (c) 2020 Nokia
#
# Script to setup interfaces used for running application on linux-dpdk.
#
diff --git a/platform/linux-dpdk/test/validation/api/pktio/pktio_run.sh b/platform/linux-dpdk/test/validation/api/pktio/pktio_run.sh
index 641b39493..7d73036dc 100755
--- a/platform/linux-dpdk/test/validation/api/pktio/pktio_run.sh
+++ b/platform/linux-dpdk/test/validation/api/pktio/pktio_run.sh
@@ -1,9 +1,7 @@
#!/bin/sh
#
-# Copyright (c) 2015-2018, Linaro Limited
-# All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright (c) 2015-2018 Linaro Limited
#
# Proceed the pktio tests. This script expects at least one argument: