From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 53D56A04B1; Wed, 23 Sep 2020 12:08:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 300331DB8B; Wed, 23 Sep 2020 12:08:07 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 953A71D556 for ; Wed, 23 Sep 2020 12:08:04 +0200 (CEST) IronPort-SDR: gceoNFLM63TTBntx+188pfIbn7iR00V7eyGKOaTObpMOFTakk3EV7I8kVKZgAWOrqCBuJnrJ1R +gex6R2EG9Zg== X-IronPort-AV: E=McAfee;i="6000,8403,9752"; a="222417836" X-IronPort-AV: E=Sophos;i="5.77,293,1596524400"; d="scan'208";a="222417836" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Sep 2020 03:08:03 -0700 IronPort-SDR: dJMbB1Di093w/A71Zg6xodbaT7Iqb2XKZxKP7AL8XptqKHxqmgGAWrH/0T1cl+GjJDB0ison6t qE5sqNjmZaNw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,293,1596524400"; d="scan'208";a="322548940" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga002.jf.intel.com with ESMTP; 23 Sep 2020 03:08:02 -0700 From: Chen Linglix To: dts@dpdk.org Cc: Chen Linglix Date: Wed, 23 Sep 2020 18:07:31 +0800 Message-Id: <20200923100801.25084-1-linglix.chen@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 00/30] TestSuite add the BSD License header information X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" 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