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

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).