test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 00/30] TestSuite add the BSD License header information
@ 2020-09-23 10:07 Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 01/30] tests/TestSuite_cloud_filter:add " Chen Linglix
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

TestSuite add the BSD License header information

Chen Linglix (30):
  tests/TestSuite_cloud_filter:add the BSD License header information
  tests/TestSuite_cvl_rss_configure:add the BSD License header
    information
  tests/TestSuite_cvl_advanced_iavf_rss:add the BSD License header
    information
  tests/TestSuite_vf_jumboframe:add the BSD License header information
  tests/TestSuite_vf_offload:add the BSD License header information
  tests/TestSuite_ddp_mpls:add the BSD License header information
  tests/TestSuite_vf_packet_rxtx:add the BSD License header information
  tests/TestSuite_eventdev_pipeline_perf:add the BSD License header
    information
  tests/TestSuite_vf_daemon:add the BSD License header information
  tests/TestSuite_hotplug_mp:add the BSD License header information
  tests/TestSuite_vmdq:add the BSD License header information
  tests/TestSuite_cvl_advanced_rss:add the BSD License header
    information
  tests/TestSuite_sriov_kvm:add the BSD License header information
  tests/TestSuite_eventdev_perf:add the BSD License header information
  tests/TestSuite_vf_macfilter:add the BSD License header information
  tests/TestSuite_vf_vlan:add the BSD License header information
  tests/TestSuite_unit_tests_eal:add the BSD License header information
  tests/TestSuite_ipv4_reassembly:add the BSD License header information
  tests/TestSuite_multicast:add the BSD License header information
  tests/TestSuite_loadbalancer:add the BSD License header information
  tests/TestSuite_ddp_gtp_qregion:add the BSD License header information
  tests/TestSuite_dynamic_queue:add the BSD License header information
  tests/TestSuite_nvgre:add the BSD License header information
  tests/TestSuite_vxlan:add the BSD License header information
  tests/TestSuite_ddp_gtp:add the BSD License header information
  tests/TestSuite_coremask:add the BSD License header information
  tests/TestSuite_ddp_ppp_l2tp:add the BSD License header information
  tests/TestSuite_dynamic_flowtype:add the BSD License header
    information
  tests/TestSuite_vf_port_start_stop:add the BSD License header
    information
  tests/TestSuite_unit_tests_event_timer:add the BSD License header
    information

 tests/TestSuite_cloud_filter.py           | 31 +++++++++++++++++++++++
 tests/TestSuite_coremask.py               | 31 ++++++++++++++++++++++-
 tests/TestSuite_cvl_advanced_iavf_rss.py  | 31 +++++++++++++++++++++++
 tests/TestSuite_cvl_advanced_rss.py       | 31 +++++++++++++++++++++++
 tests/TestSuite_cvl_rss_configure.py      | 31 +++++++++++++++++++++++
 tests/TestSuite_ddp_gtp.py                | 31 ++++++++++++++++++++++-
 tests/TestSuite_ddp_gtp_qregion.py        | 31 ++++++++++++++++++++++-
 tests/TestSuite_ddp_mpls.py               | 31 ++++++++++++++++++++++-
 tests/TestSuite_ddp_ppp_l2tp.py           | 31 ++++++++++++++++++++++-
 tests/TestSuite_dynamic_flowtype.py       | 31 ++++++++++++++++++++++-
 tests/TestSuite_dynamic_queue.py          | 31 ++++++++++++++++++++++-
 tests/TestSuite_eventdev_perf.py          | 31 +++++++++++++++++++++--
 tests/TestSuite_eventdev_pipeline_perf.py | 31 +++++++++++++++++++++--
 tests/TestSuite_hotplug_mp.py             | 31 ++++++++++++++++++++++-
 tests/TestSuite_ipv4_reassembly.py        | 31 ++++++++++++++++++++++-
 tests/TestSuite_loadbalancer.py           | 31 ++++++++++++++++++++++-
 tests/TestSuite_multicast.py              | 31 ++++++++++++++++++++++-
 tests/TestSuite_nvgre.py                  | 31 +++++++++++++++++++++++
 tests/TestSuite_sriov_kvm.py              | 31 ++++++++++++++++++++++-
 tests/TestSuite_unit_tests_eal.py         | 31 ++++++++++++++++++++++-
 tests/TestSuite_unit_tests_event_timer.py | 31 +++++++++++++++++++++--
 tests/TestSuite_vf_daemon.py              | 31 ++++++++++++++++++++++-
 tests/TestSuite_vf_jumboframe.py          | 31 ++++++++++++++++++++++-
 tests/TestSuite_vf_macfilter.py           | 31 ++++++++++++++++++++++-
 tests/TestSuite_vf_offload.py             | 31 ++++++++++++++++++++++-
 tests/TestSuite_vf_packet_rxtx.py         | 31 ++++++++++++++++++++++-
 tests/TestSuite_vf_port_start_stop.py     | 31 ++++++++++++++++++++++-
 tests/TestSuite_vf_vlan.py                | 31 ++++++++++++++++++++++-
 tests/TestSuite_vmdq.py                   | 31 ++++++++++++++++++++++-
 tests/TestSuite_vxlan.py                  | 31 +++++++++++++++++++++++
 30 files changed, 903 insertions(+), 27 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 01/30] tests/TestSuite_cloud_filter:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 02/30] tests/TestSuite_cvl_rss_configure:add " Chen Linglix
                   ` (29 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_cloud_filter.py | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/tests/TestSuite_cloud_filter.py b/tests/TestSuite_cloud_filter.py
index ae4fc4e0..3723e57b 100644
--- a/tests/TestSuite_cloud_filter.py
+++ b/tests/TestSuite_cloud_filter.py
@@ -1,3 +1,34 @@
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
 """
 DPDK Test suite.
 
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 02/30] tests/TestSuite_cvl_rss_configure:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 01/30] tests/TestSuite_cloud_filter:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 03/30] tests/TestSuite_cvl_advanced_iavf_rss:add " Chen Linglix
                   ` (28 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_cvl_rss_configure.py | 31 ++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/tests/TestSuite_cvl_rss_configure.py b/tests/TestSuite_cvl_rss_configure.py
index 65b4d579..904c3ca3 100644
--- a/tests/TestSuite_cvl_rss_configure.py
+++ b/tests/TestSuite_cvl_rss_configure.py
@@ -1,3 +1,34 @@
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
 import json
 import time
 import re
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 03/30] tests/TestSuite_cvl_advanced_iavf_rss:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 01/30] tests/TestSuite_cloud_filter:add " Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 02/30] tests/TestSuite_cvl_rss_configure:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 04/30] tests/TestSuite_vf_jumboframe:add " Chen Linglix
                   ` (27 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_cvl_advanced_iavf_rss.py | 31 ++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/tests/TestSuite_cvl_advanced_iavf_rss.py b/tests/TestSuite_cvl_advanced_iavf_rss.py
index d9fd1581..f1135b5c 100644
--- a/tests/TestSuite_cvl_advanced_iavf_rss.py
+++ b/tests/TestSuite_cvl_advanced_iavf_rss.py
@@ -1,3 +1,34 @@
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
 import re
 import time
 
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 04/30] tests/TestSuite_vf_jumboframe:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (2 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 03/30] tests/TestSuite_cvl_advanced_iavf_rss:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 05/30] tests/TestSuite_vf_offload:add " Chen Linglix
                   ` (26 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_vf_jumboframe.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_jumboframe.py b/tests/TestSuite_vf_jumboframe.py
index fcdf1b14..6da2c5e5 100644
--- a/tests/TestSuite_vf_jumboframe.py
+++ b/tests/TestSuite_vf_jumboframe.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 import re
 import time
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 05/30] tests/TestSuite_vf_offload:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (3 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 04/30] tests/TestSuite_vf_jumboframe:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 06/30] tests/TestSuite_ddp_mpls:add " Chen Linglix
                   ` (25 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_vf_offload.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_offload.py b/tests/TestSuite_vf_offload.py
index 0ebe636c..8e8a7b22 100644
--- a/tests/TestSuite_vf_offload.py
+++ b/tests/TestSuite_vf_offload.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 import re
 import time
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 06/30] tests/TestSuite_ddp_mpls:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (4 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 05/30] tests/TestSuite_vf_offload:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 07/30] tests/TestSuite_vf_packet_rxtx:add " Chen Linglix
                   ` (24 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_ddp_mpls.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_ddp_mpls.py b/tests/TestSuite_ddp_mpls.py
index ca36adb8..53fd4a76 100644
--- a/tests/TestSuite_ddp_mpls.py
+++ b/tests/TestSuite_ddp_mpls.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 import time
 import sys
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 07/30] tests/TestSuite_vf_packet_rxtx:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (5 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 06/30] tests/TestSuite_ddp_mpls:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 08/30] tests/TestSuite_eventdev_pipeline_perf:add " Chen Linglix
                   ` (23 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_vf_packet_rxtx.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_packet_rxtx.py b/tests/TestSuite_vf_packet_rxtx.py
index e8cdb112..2385017c 100644
--- a/tests/TestSuite_vf_packet_rxtx.py
+++ b/tests/TestSuite_vf_packet_rxtx.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 import re
 import time
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 08/30] tests/TestSuite_eventdev_pipeline_perf:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (6 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 07/30] tests/TestSuite_vf_packet_rxtx:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 09/30] tests/TestSuite_vf_daemon:add " Chen Linglix
                   ` (22 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_eventdev_pipeline_perf.py | 31 +++++++++++++++++++++--
 1 file changed, 29 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_eventdev_pipeline_perf.py b/tests/TestSuite_eventdev_pipeline_perf.py
index 8f68b8f3..6e1fc636 100644
--- a/tests/TestSuite_eventdev_pipeline_perf.py
+++ b/tests/TestSuite_eventdev_pipeline_perf.py
@@ -1,6 +1,33 @@
 # BSD LICENSE
-# SPDX-License-Identifier: BSD-3-Clause
-# Copyright (C) 2019 Marvell International Ltd.
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 """
 DPDK Test suite.
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 09/30] tests/TestSuite_vf_daemon:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (7 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 08/30] tests/TestSuite_eventdev_pipeline_perf:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 10/30] tests/TestSuite_hotplug_mp:add " Chen Linglix
                   ` (21 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_vf_daemon.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_daemon.py b/tests/TestSuite_vf_daemon.py
index f01f1db8..a08ae7b5 100644
--- a/tests/TestSuite_vf_daemon.py
+++ b/tests/TestSuite_vf_daemon.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 import time
 import sys
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 10/30] tests/TestSuite_hotplug_mp:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (8 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 09/30] tests/TestSuite_vf_daemon:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 11/30] tests/TestSuite_vmdq:add " Chen Linglix
                   ` (20 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_hotplug_mp.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_hotplug_mp.py b/tests/TestSuite_hotplug_mp.py
index e9abe4f7..9b846a0e 100644
--- a/tests/TestSuite_hotplug_mp.py
+++ b/tests/TestSuite_hotplug_mp.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 """
 DPDK Test suite.
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 11/30] tests/TestSuite_vmdq:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (9 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 10/30] tests/TestSuite_hotplug_mp:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 12/30] tests/TestSuite_cvl_advanced_rss:add " Chen Linglix
                   ` (19 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_vmdq.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_vmdq.py b/tests/TestSuite_vmdq.py
index 1bac5feb..dc4f5aeb 100644
--- a/tests/TestSuite_vmdq.py
+++ b/tests/TestSuite_vmdq.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 """
 DPDK Test suite.
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 12/30] tests/TestSuite_cvl_advanced_rss:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (10 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 11/30] tests/TestSuite_vmdq:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 13/30] tests/TestSuite_sriov_kvm:add " Chen Linglix
                   ` (18 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_cvl_advanced_rss.py | 31 +++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/tests/TestSuite_cvl_advanced_rss.py b/tests/TestSuite_cvl_advanced_rss.py
index 03ad6b01..736dcc31 100644
--- a/tests/TestSuite_cvl_advanced_rss.py
+++ b/tests/TestSuite_cvl_advanced_rss.py
@@ -1,3 +1,34 @@
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
 import json
 import time
 import re
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 13/30] tests/TestSuite_sriov_kvm:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (11 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 12/30] tests/TestSuite_cvl_advanced_rss:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 14/30] tests/TestSuite_eventdev_perf:add " Chen Linglix
                   ` (17 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_sriov_kvm.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_sriov_kvm.py b/tests/TestSuite_sriov_kvm.py
index fec83cfa..79a10f81 100644
--- a/tests/TestSuite_sriov_kvm.py
+++ b/tests/TestSuite_sriov_kvm.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 """
 DPDK Test suite.
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 14/30] tests/TestSuite_eventdev_perf:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (12 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 13/30] tests/TestSuite_sriov_kvm:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 15/30] tests/TestSuite_vf_macfilter:add " Chen Linglix
                   ` (16 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_eventdev_perf.py | 31 +++++++++++++++++++++++++++++--
 1 file changed, 29 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_eventdev_perf.py b/tests/TestSuite_eventdev_perf.py
index 86644109..58f7fdad 100644
--- a/tests/TestSuite_eventdev_perf.py
+++ b/tests/TestSuite_eventdev_perf.py
@@ -1,6 +1,33 @@
 # BSD LICENSE
-# SPDX-License-Identifier: BSD-3-Clause
-# Copyright (C) 2019 Marvell International Ltd.
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 """
 DPDK Test suite.
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 15/30] tests/TestSuite_vf_macfilter:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (13 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 14/30] tests/TestSuite_eventdev_perf:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 16/30] tests/TestSuite_vf_vlan:add " Chen Linglix
                   ` (15 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_vf_macfilter.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_macfilter.py b/tests/TestSuite_vf_macfilter.py
index 7ce5d383..b3035603 100644
--- a/tests/TestSuite_vf_macfilter.py
+++ b/tests/TestSuite_vf_macfilter.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 import re
 import time
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 16/30] tests/TestSuite_vf_vlan:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (14 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 15/30] tests/TestSuite_vf_macfilter:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 17/30] tests/TestSuite_unit_tests_eal:add " Chen Linglix
                   ` (14 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_vf_vlan.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_vlan.py b/tests/TestSuite_vf_vlan.py
index 7aec89c8..a5754117 100644
--- a/tests/TestSuite_vf_vlan.py
+++ b/tests/TestSuite_vf_vlan.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 import re
 import time
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 17/30] tests/TestSuite_unit_tests_eal:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (15 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 16/30] tests/TestSuite_vf_vlan:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 18/30] tests/TestSuite_ipv4_reassembly:add " Chen Linglix
                   ` (13 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_unit_tests_eal.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_unit_tests_eal.py b/tests/TestSuite_unit_tests_eal.py
index 99710a9b..f799b681 100644
--- a/tests/TestSuite_unit_tests_eal.py
+++ b/tests/TestSuite_unit_tests_eal.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 """
 DPDK Test suite.
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 18/30] tests/TestSuite_ipv4_reassembly:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (16 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 17/30] tests/TestSuite_unit_tests_eal:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 19/30] tests/TestSuite_multicast:add " Chen Linglix
                   ` (12 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_ipv4_reassembly.py | 31 +++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_ipv4_reassembly.py b/tests/TestSuite_ipv4_reassembly.py
index e3df14e6..c4bf633b 100644
--- a/tests/TestSuite_ipv4_reassembly.py
+++ b/tests/TestSuite_ipv4_reassembly.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 """
 DPDK Test suite.
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 19/30] tests/TestSuite_multicast:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (17 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 18/30] tests/TestSuite_ipv4_reassembly:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 20/30] tests/TestSuite_loadbalancer:add " Chen Linglix
                   ` (11 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_multicast.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_multicast.py b/tests/TestSuite_multicast.py
index a74e48d4..6fcaee6f 100644
--- a/tests/TestSuite_multicast.py
+++ b/tests/TestSuite_multicast.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 """
 DPDK Test suite.
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 20/30] tests/TestSuite_loadbalancer:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (18 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 19/30] tests/TestSuite_multicast:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 21/30] tests/TestSuite_ddp_gtp_qregion:add " Chen Linglix
                   ` (10 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_loadbalancer.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_loadbalancer.py b/tests/TestSuite_loadbalancer.py
index 238ca1ef..84e534c9 100644
--- a/tests/TestSuite_loadbalancer.py
+++ b/tests/TestSuite_loadbalancer.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 """
 DPDK Test suite.
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 21/30] tests/TestSuite_ddp_gtp_qregion:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (19 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 20/30] tests/TestSuite_loadbalancer:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 22/30] tests/TestSuite_dynamic_queue:add " Chen Linglix
                   ` (9 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_ddp_gtp_qregion.py | 31 +++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_ddp_gtp_qregion.py b/tests/TestSuite_ddp_gtp_qregion.py
index 5ef708eb..72115a72 100644
--- a/tests/TestSuite_ddp_gtp_qregion.py
+++ b/tests/TestSuite_ddp_gtp_qregion.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 import time
 import re
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 22/30] tests/TestSuite_dynamic_queue:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (20 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 21/30] tests/TestSuite_ddp_gtp_qregion:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 23/30] tests/TestSuite_nvgre:add " Chen Linglix
                   ` (8 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_dynamic_queue.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_dynamic_queue.py b/tests/TestSuite_dynamic_queue.py
index 356ebfd6..fe9d15fc 100644
--- a/tests/TestSuite_dynamic_queue.py
+++ b/tests/TestSuite_dynamic_queue.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 import time
 import re
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 23/30] tests/TestSuite_nvgre:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (21 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 22/30] tests/TestSuite_dynamic_queue:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 24/30] tests/TestSuite_vxlan:add " Chen Linglix
                   ` (7 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_nvgre.py | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/tests/TestSuite_nvgre.py b/tests/TestSuite_nvgre.py
index e81b3702..306a89d6 100644
--- a/tests/TestSuite_nvgre.py
+++ b/tests/TestSuite_nvgre.py
@@ -1,3 +1,34 @@
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
 """
 DPDK Test suite.
 
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 24/30] tests/TestSuite_vxlan:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (22 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 23/30] tests/TestSuite_nvgre:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 25/30] tests/TestSuite_ddp_gtp:add " Chen Linglix
                   ` (6 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_vxlan.py | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/tests/TestSuite_vxlan.py b/tests/TestSuite_vxlan.py
index d6cd93cf..2db35493 100644
--- a/tests/TestSuite_vxlan.py
+++ b/tests/TestSuite_vxlan.py
@@ -1,3 +1,34 @@
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
 """
 DPDK Test suite.
 
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 25/30] tests/TestSuite_ddp_gtp:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (23 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 24/30] tests/TestSuite_vxlan:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 26/30] tests/TestSuite_coremask:add " Chen Linglix
                   ` (5 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_ddp_gtp.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_ddp_gtp.py b/tests/TestSuite_ddp_gtp.py
index 972c4016..e1a3b127 100644
--- a/tests/TestSuite_ddp_gtp.py
+++ b/tests/TestSuite_ddp_gtp.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 import time
 import re
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 26/30] tests/TestSuite_coremask:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (24 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 25/30] tests/TestSuite_ddp_gtp:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 27/30] tests/TestSuite_ddp_ppp_l2tp:add " Chen Linglix
                   ` (4 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_coremask.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_coremask.py b/tests/TestSuite_coremask.py
index 4e6cd020..73341bdf 100644
--- a/tests/TestSuite_coremask.py
+++ b/tests/TestSuite_coremask.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 """
 DPDK Test suite.
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 27/30] tests/TestSuite_ddp_ppp_l2tp:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (25 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 26/30] tests/TestSuite_coremask:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:07 ` [dts] [dts 28/30] tests/TestSuite_dynamic_flowtype:add " Chen Linglix
                   ` (3 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_ddp_ppp_l2tp.py | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_ddp_ppp_l2tp.py b/tests/TestSuite_ddp_ppp_l2tp.py
index e5a19773..333601b4 100644
--- a/tests/TestSuite_ddp_ppp_l2tp.py
+++ b/tests/TestSuite_ddp_ppp_l2tp.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 import time
 import re
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 28/30] tests/TestSuite_dynamic_flowtype:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (26 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 27/30] tests/TestSuite_ddp_ppp_l2tp:add " Chen Linglix
@ 2020-09-23 10:07 ` Chen Linglix
  2020-09-23 10:08 ` [dts] [dts 29/30] tests/TestSuite_vf_port_start_stop:add " Chen Linglix
                   ` (2 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:07 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_dynamic_flowtype.py | 31 ++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_dynamic_flowtype.py b/tests/TestSuite_dynamic_flowtype.py
index b12a4290..7ec6da59 100644
--- a/tests/TestSuite_dynamic_flowtype.py
+++ b/tests/TestSuite_dynamic_flowtype.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 import time
 import re
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 29/30] tests/TestSuite_vf_port_start_stop:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (27 preceding siblings ...)
  2020-09-23 10:07 ` [dts] [dts 28/30] tests/TestSuite_dynamic_flowtype:add " Chen Linglix
@ 2020-09-23 10:08 ` Chen Linglix
  2020-09-23 10:08 ` [dts] [dts 30/30] tests/TestSuite_unit_tests_event_timer:add " Chen Linglix
  2020-09-28  8:41 ` [dts] [PATCH V1 00/30] TestSuite add " Tu, Lijuan
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:08 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_vf_port_start_stop.py | 31 ++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_port_start_stop.py b/tests/TestSuite_vf_port_start_stop.py
index a55900c3..de67a67c 100644
--- a/tests/TestSuite_vf_port_start_stop.py
+++ b/tests/TestSuite_vf_port_start_stop.py
@@ -1,4 +1,33 @@
-# <COPYRIGHT_TAG>
+# BSD LICENSE
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 import re
 import time
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* [dts] [dts 30/30] tests/TestSuite_unit_tests_event_timer:add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (28 preceding siblings ...)
  2020-09-23 10:08 ` [dts] [dts 29/30] tests/TestSuite_vf_port_start_stop:add " Chen Linglix
@ 2020-09-23 10:08 ` Chen Linglix
  2020-09-28  8:41 ` [dts] [PATCH V1 00/30] TestSuite add " Tu, Lijuan
  30 siblings, 0 replies; 32+ messages in thread
From: Chen Linglix @ 2020-09-23 10:08 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_unit_tests_event_timer.py | 31 +++++++++++++++++++++--
 1 file changed, 29 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_unit_tests_event_timer.py b/tests/TestSuite_unit_tests_event_timer.py
index 479220ef..fcb54cf9 100644
--- a/tests/TestSuite_unit_tests_event_timer.py
+++ b/tests/TestSuite_unit_tests_event_timer.py
@@ -1,6 +1,33 @@
 # BSD LICENSE
-# SPDX-License-Identifier: BSD-3-Clause
-# Copyright (C) 2019 Marvell International Ltd.
+#
+# Copyright(c) 2020 Intel Corporation. All rights reserved.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+#   * Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+#   * Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in
+#     the documentation and/or other materials provided with the
+#     distribution.
+#   * Neither the name of Intel Corporation nor the names of its
+#     contributors may be used to endorse or promote products derived
+#     from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 """
 DPDK Test suite.
-- 
2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [dts] [PATCH V1 00/30] TestSuite add the BSD License header information
  2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
                   ` (29 preceding siblings ...)
  2020-09-23 10:08 ` [dts] [dts 30/30] tests/TestSuite_unit_tests_event_timer:add " Chen Linglix
@ 2020-09-28  8:41 ` Tu, Lijuan
  30 siblings, 0 replies; 32+ messages in thread
From: Tu, Lijuan @ 2020-09-28  8:41 UTC (permalink / raw)
  To: Chen, LingliX, dts; +Cc: Chen, LingliX

Applied

> Subject: [dts] [PATCH V1 00/30] TestSuite add the BSD License header
> information
> 
> TestSuite add the BSD License header information
> 
> Chen Linglix (30):
>   tests/TestSuite_cloud_filter:add the BSD License header information
>   tests/TestSuite_cvl_rss_configure:add the BSD License header
>     information
>   tests/TestSuite_cvl_advanced_iavf_rss:add the BSD License header
>     information
>   tests/TestSuite_vf_jumboframe:add the BSD License header information
>   tests/TestSuite_vf_offload:add the BSD License header information
>   tests/TestSuite_ddp_mpls:add the BSD License header information
>   tests/TestSuite_vf_packet_rxtx:add the BSD License header information
>   tests/TestSuite_eventdev_pipeline_perf:add the BSD License header
>     information
>   tests/TestSuite_vf_daemon:add the BSD License header information
>   tests/TestSuite_hotplug_mp:add the BSD License header information
>   tests/TestSuite_vmdq:add the BSD License header information
>   tests/TestSuite_cvl_advanced_rss:add the BSD License header
>     information
>   tests/TestSuite_sriov_kvm:add the BSD License header information
>   tests/TestSuite_eventdev_perf:add the BSD License header information
>   tests/TestSuite_vf_macfilter:add the BSD License header information
>   tests/TestSuite_vf_vlan:add the BSD License header information
>   tests/TestSuite_unit_tests_eal:add the BSD License header information
>   tests/TestSuite_ipv4_reassembly:add the BSD License header information
>   tests/TestSuite_multicast:add the BSD License header information
>   tests/TestSuite_loadbalancer:add the BSD License header information
>   tests/TestSuite_ddp_gtp_qregion:add the BSD License header information
>   tests/TestSuite_dynamic_queue:add the BSD License header information
>   tests/TestSuite_nvgre:add the BSD License header information
>   tests/TestSuite_vxlan:add the BSD License header information
>   tests/TestSuite_ddp_gtp:add the BSD License header information
>   tests/TestSuite_coremask:add the BSD License header information
>   tests/TestSuite_ddp_ppp_l2tp:add the BSD License header information
>   tests/TestSuite_dynamic_flowtype:add the BSD License header
>     information
>   tests/TestSuite_vf_port_start_stop:add the BSD License header
>     information
>   tests/TestSuite_unit_tests_event_timer:add the BSD License header
>     information
> 
>  tests/TestSuite_cloud_filter.py           | 31 +++++++++++++++++++++++
>  tests/TestSuite_coremask.py               | 31 ++++++++++++++++++++++-
>  tests/TestSuite_cvl_advanced_iavf_rss.py  | 31 +++++++++++++++++++++++
>  tests/TestSuite_cvl_advanced_rss.py       | 31 +++++++++++++++++++++++
>  tests/TestSuite_cvl_rss_configure.py      | 31 +++++++++++++++++++++++
>  tests/TestSuite_ddp_gtp.py                | 31 ++++++++++++++++++++++-
>  tests/TestSuite_ddp_gtp_qregion.py        | 31 ++++++++++++++++++++++-
>  tests/TestSuite_ddp_mpls.py               | 31 ++++++++++++++++++++++-
>  tests/TestSuite_ddp_ppp_l2tp.py           | 31 ++++++++++++++++++++++-
>  tests/TestSuite_dynamic_flowtype.py       | 31 ++++++++++++++++++++++-
>  tests/TestSuite_dynamic_queue.py          | 31 ++++++++++++++++++++++-
>  tests/TestSuite_eventdev_perf.py          | 31 +++++++++++++++++++++--
>  tests/TestSuite_eventdev_pipeline_perf.py | 31 +++++++++++++++++++++--
>  tests/TestSuite_hotplug_mp.py             | 31 ++++++++++++++++++++++-
>  tests/TestSuite_ipv4_reassembly.py        | 31 ++++++++++++++++++++++-
>  tests/TestSuite_loadbalancer.py           | 31 ++++++++++++++++++++++-
>  tests/TestSuite_multicast.py              | 31 ++++++++++++++++++++++-
>  tests/TestSuite_nvgre.py                  | 31 +++++++++++++++++++++++
>  tests/TestSuite_sriov_kvm.py              | 31 ++++++++++++++++++++++-
>  tests/TestSuite_unit_tests_eal.py         | 31 ++++++++++++++++++++++-
>  tests/TestSuite_unit_tests_event_timer.py | 31 +++++++++++++++++++++--
>  tests/TestSuite_vf_daemon.py              | 31 ++++++++++++++++++++++-
>  tests/TestSuite_vf_jumboframe.py          | 31 ++++++++++++++++++++++-
>  tests/TestSuite_vf_macfilter.py           | 31 ++++++++++++++++++++++-
>  tests/TestSuite_vf_offload.py             | 31 ++++++++++++++++++++++-
>  tests/TestSuite_vf_packet_rxtx.py         | 31 ++++++++++++++++++++++-
>  tests/TestSuite_vf_port_start_stop.py     | 31 ++++++++++++++++++++++-
>  tests/TestSuite_vf_vlan.py                | 31 ++++++++++++++++++++++-
>  tests/TestSuite_vmdq.py                   | 31 ++++++++++++++++++++++-
>  tests/TestSuite_vxlan.py                  | 31 +++++++++++++++++++++++
>  30 files changed, 903 insertions(+), 27 deletions(-)
> 
> --
> 2.17.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2020-09-28  8:41 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-23 10:07 [dts] [PATCH V1 00/30] TestSuite add the BSD License header information Chen Linglix
2020-09-23 10:07 ` [dts] [dts 01/30] tests/TestSuite_cloud_filter:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 02/30] tests/TestSuite_cvl_rss_configure:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 03/30] tests/TestSuite_cvl_advanced_iavf_rss:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 04/30] tests/TestSuite_vf_jumboframe:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 05/30] tests/TestSuite_vf_offload:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 06/30] tests/TestSuite_ddp_mpls:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 07/30] tests/TestSuite_vf_packet_rxtx:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 08/30] tests/TestSuite_eventdev_pipeline_perf:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 09/30] tests/TestSuite_vf_daemon:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 10/30] tests/TestSuite_hotplug_mp:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 11/30] tests/TestSuite_vmdq:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 12/30] tests/TestSuite_cvl_advanced_rss:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 13/30] tests/TestSuite_sriov_kvm:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 14/30] tests/TestSuite_eventdev_perf:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 15/30] tests/TestSuite_vf_macfilter:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 16/30] tests/TestSuite_vf_vlan:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 17/30] tests/TestSuite_unit_tests_eal:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 18/30] tests/TestSuite_ipv4_reassembly:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 19/30] tests/TestSuite_multicast:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 20/30] tests/TestSuite_loadbalancer:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 21/30] tests/TestSuite_ddp_gtp_qregion:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 22/30] tests/TestSuite_dynamic_queue:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 23/30] tests/TestSuite_nvgre:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 24/30] tests/TestSuite_vxlan:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 25/30] tests/TestSuite_ddp_gtp:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 26/30] tests/TestSuite_coremask:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 27/30] tests/TestSuite_ddp_ppp_l2tp:add " Chen Linglix
2020-09-23 10:07 ` [dts] [dts 28/30] tests/TestSuite_dynamic_flowtype:add " Chen Linglix
2020-09-23 10:08 ` [dts] [dts 29/30] tests/TestSuite_vf_port_start_stop:add " Chen Linglix
2020-09-23 10:08 ` [dts] [dts 30/30] tests/TestSuite_unit_tests_event_timer:add " Chen Linglix
2020-09-28  8:41 ` [dts] [PATCH V1 00/30] TestSuite add " Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).