From: Yu Jiang <yux.jiang@intel.com>
To: lijuan.tu@intel.com, dts@dpdk.org
Cc: Yu Jiang <yux.jiang@intel.com>
Subject: [dts][PATCH V1 0/4] test_plans/*: modify test plan to adapt meson build
Date: Sat, 22 Jan 2022 17:55:29 +0000 [thread overview]
Message-ID: <20220122175533.912631-1-yux.jiang@intel.com> (raw)
test_plans/*: modify test plan to adapt meson build
Yu Jiang (4):
test_plans/*: modify test plan to adapt meson build
test_plans/*: modify test plan to adapt meson build
test_plans/*: modify test plan to adapt meson build
test_plans/*: modify test plan to adapt meson build
test_plans/ABI_stable_test_plan.rst | 5 +-
test_plans/bbdev_test_plan.rst | 4 +-
test_plans/blocklist_test_plan.rst | 6 +-
test_plans/checksum_offload_test_plan.rst | 2 +-
.../cloud_filter_with_l4_port_test_plan.rst | 2 +-
test_plans/cmdline_test_plan.rst | 9 +-
test_plans/dcf_lifecycle_test_plan.rst | 52 ++---
test_plans/ddp_gtp_qregion_test_plan.rst | 2 +-
test_plans/ddp_gtp_test_plan.rst | 2 +-
test_plans/ddp_l2tpv3_test_plan.rst | 2 +-
test_plans/ddp_mpls_test_plan.rst | 2 +-
test_plans/ddp_ppp_l2tp_test_plan.rst | 2 +-
test_plans/dual_vlan_test_plan.rst | 2 +-
test_plans/dynamic_flowtype_test_plan.rst | 2 +-
test_plans/dynamic_queue_test_plan.rst | 2 +-
test_plans/eeprom_dump_test_plan.rst | 2 +-
test_plans/ethtool_stats_test_plan.rst | 34 ++--
test_plans/eventdev_perf_test_plan.rst | 36 ++--
.../eventdev_pipeline_perf_test_plan.rst | 25 ++-
test_plans/eventdev_pipeline_test_plan.rst | 24 ++-
test_plans/external_memory_test_plan.rst | 8 +-
.../external_mempool_handler_test_plan.rst | 23 ++-
test_plans/firmware_version_test_plan.rst | 2 +-
test_plans/interrupt_pmd_test_plan.rst | 15 +-
test_plans/ip_pipeline_test_plan.rst | 33 +--
test_plans/ipgre_test_plan.rst | 6 +-
test_plans/ipsec_gw_and_library_test_plan.rst | 12 +-
test_plans/ipv4_reassembly_test_plan.rst | 24 ++-
..._get_extra_queue_information_test_plan.rst | 4 +-
test_plans/jumboframes_test_plan.rst | 4 +-
test_plans/kernelpf_iavf_test_plan.rst | 12 +-
test_plans/kni_test_plan.rst | 14 +-
test_plans/l2fwd_jobstats_test_plan.rst | 11 +-
test_plans/l2tp_esp_coverage_test_plan.rst | 12 +-
test_plans/l3fwdacl_test_plan.rst | 39 ++--
test_plans/large_vf_test_plan.rst | 10 +-
test_plans/link_flowctrl_test_plan.rst | 2 +-
.../link_status_interrupt_test_plan.rst | 9 +-
test_plans/linux_modules_test_plan.rst | 10 +-
...ack_multi_paths_port_restart_test_plan.rst | 40 ++--
.../loopback_multi_queues_test_plan.rst | 80 ++++----
test_plans/mac_filter_test_plan.rst | 2 +-
test_plans/macsec_for_ixgbe_test_plan.rst | 10 +-
...ious_driver_event_indication_test_plan.rst | 8 +-
test_plans/mdd_test_plan.rst | 8 +-
.../metering_and_policing_test_plan.rst | 28 +--
test_plans/mtu_update_test_plan.rst | 2 +-
test_plans/multiple_pthread_test_plan.rst | 68 +++----
test_plans/ptpclient_test_plan.rst | 10 +-
test_plans/ptype_mapping_test_plan.rst | 2 +-
test_plans/qinq_filter_test_plan.rst | 16 +-
test_plans/qos_api_test_plan.rst | 18 +-
test_plans/qos_meter_test_plan.rst | 2 +-
test_plans/qos_sched_test_plan.rst | 24 +--
test_plans/queue_region_test_plan.rst | 2 +-
test_plans/queue_start_stop_test_plan.rst | 2 +-
test_plans/rss_key_update_test_plan.rst | 2 +-
test_plans/rss_to_rte_flow_test_plan.rst | 30 +--
test_plans/rte_flow_test_plan.rst | 190 +++++++++---------
test_plans/rteflow_priority_test_plan.rst | 16 +-
...ntime_vf_queue_number_kernel_test_plan.rst | 10 +-
...time_vf_queue_number_maxinum_test_plan.rst | 8 +-
.../runtime_vf_queue_number_test_plan.rst | 26 +--
test_plans/rxtx_callbacks_test_plan.rst | 11 +-
test_plans/rxtx_offload_test_plan.rst | 16 +-
test_plans/scatter_test_plan.rst | 2 +-
test_plans/speed_capabilities_test_plan.rst | 2 +-
.../vdev_primary_secondary_test_plan.rst | 4 +-
test_plans/veb_switch_test_plan.rst | 30 +--
test_plans/vf_daemon_test_plan.rst | 2 +-
test_plans/vf_jumboframe_test_plan.rst | 2 +-
test_plans/vf_kernel_test_plan.rst | 2 +-
test_plans/vf_l3fwd_test_plan.rst | 13 +-
test_plans/vf_single_core_perf_test_plan.rst | 2 +-
...tio_user_as_exceptional_path_test_plan.rst | 6 +-
...ser_for_container_networking_test_plan.rst | 8 +-
test_plans/vmdq_dcb_test_plan.rst | 14 +-
77 files changed, 638 insertions(+), 547 deletions(-)
--
2.25.1
next reply other threads:[~2022-01-22 9:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-22 17:55 Yu Jiang [this message]
2022-01-22 17:55 ` [dts][PATCH V1 1/4] " Yu Jiang
2022-01-22 17:55 ` [dts][PATCH V1 2/4] " Yu Jiang
2022-01-22 17:55 ` [dts][PATCH V1 3/4] " Yu Jiang
2022-01-22 17:55 ` [dts][PATCH V1 4/4] " Yu Jiang
2022-01-22 18:20 [dts][PATCH V1 0/4] " Yu Jiang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220122175533.912631-1-yux.jiang@intel.com \
--to=yux.jiang@intel.com \
--cc=dts@dpdk.org \
--cc=lijuan.tu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).