test suite reviews and discussions
 help / color / mirror / Atom feed
[DTS][Patch V1 0/2] Rewrite test suite for checksum_offload
 2023-07-18  2:33 UTC  (12+ messages)
` [DTS][Patch V1 1/2] test_plans/checksum_offload: Refactor checksum_offload case
` [DTS][Patch V1 2/2] tests/checksum_offload: "
  ` [DTS][Patch V2 0/6] Rewrite test suite for checksum_offload, tso and vf_offload
    ` [DTS][Patch V2 1/6] test_plans/checksum_offload: Refactor checksum_offload case
    ` [DTS][Patch V2 2/6] tests/checksum_offload: "
    ` [DTS][Patch V2 3/6] test_plans/tso: Refactor TSO case
    ` [DTS][Patch V2 4/6] tests/tso: Refactor TSO cases
    ` [DTS][Patch V2 5/6] test_plans/vf_offload: Refactor checksum_offload case
    ` [DTS][Patch V2 6/6] tests/vf_offload: Refactor vf_offload cases
      ` [DTS][Patch V3 0/6] Rewrite test suite for checksum_offload, tso and vf_offload
        ` [DTS][Patch V3 1/6] test_plans/checksum_offload: Refactor checksum_offload case

[DTS][PATCH V1 0/3] add new test suite ice_config_port_speed
 2023-07-17  6:52 UTC  (4+ messages)
` [DTS][PATCH V1 1/3] test_plan/ice_config_port_speed: add new test plan
` [DTS][PATCH V1 2/3] tests/ice_config_port_speed: add new test cases
` [DTS][PATCH V1 3/3] test_plans/index: add new test_suite

[PATCH V1 0/3] IGC Enable Tx Timestamp Offloading
 2023-07-16 14:00 UTC  (4+ messages)
` [PATCH V1 1/3] test_plans/index: add test plan for igc_tx_timestamp
` [PATCH V1 2/3] test_plans/igc_tx_timestamp: igc enable tx timestamp offloading
` [PATCH V1 3/3] tests/igc_tx_timestamp: "

[PATCH V1 0/3] MEV CPFL support hairpin queue
 2023-07-16 13:44 UTC  (4+ messages)
` [PATCH V1 1/3] test_plans/index: add new test plan for mev cpfl "
` [PATCH V1 2/3] test_plans/mev_cpfl_hairpin_queue: "
` [PATCH V1 3/3] tests/mev_cpfl_hairpin_queue: "

[DTS][PATCH V1 00/10] add functions to test MEV
 2023-07-16  9:07 UTC  (10+ messages)
` [DTS][PATCH V1 01/10] conf/crbs.cfg: add parameters
` [DTS][PATCH V1 02/10] execution.cfg: add parameters to choose datapath and create vport when running test scripts
` [DTS][PATCH V1 03/10] framework/config: save the serial port connection info of imc and acc to the self.crb
` [DTS][PATCH V1 04/10] framework/crb:modify code when pexpect contains '#', replace '#' with 'mev-acc'
` [DTS][PATCH V1 05/10] framework/dts: add global variables
` [DTS][PATCH V1 06/10] framework/dut: add new functions to set up test mev env
` [DTS][PATCH V1 07/10] framework/pmd_output: optimize function start_testpmd
` [DTS][PATCH V1 08/10] framework/project_dpdk: optimize code
` [DTS][PATCH V1 09/10] framework/settings: add drivers and NICs for mev

[dts] [PATCH V1] framework/dut: optimize scripts
 2023-07-14 15:23 UTC 

[DTS][Patch V1 0/4] Updating packet module and introducing a new common module
 2023-07-12 19:31 UTC  (5+ messages)
` [DTS][Patch V1 1/4] framework/packet: Add GTPU and GENEVE support for packet module
` [DTS][Patch V1 2/4] framework/packet: Update packet module for new methods
` [DTS][Patch V1 3/4] framework/test_case: Add skip_unsupported decorator
` [DTS][Patch V1 4/4] tests/offload_common: Add offload_common module

[dts] [PATCH V1] framework/tester: optimize scripts
 2023-07-12 14:14 UTC 

[dts][PATCH] tests/power_telemetry: update to add runpath to query tool args
 2023-07-10  8:29 UTC  (2+ messages)

Community CI Meeting Minutes - July 6, 2023
 2023-07-06 14:55 UTC 

[dts][PATCH V1] tests/TestSuite_ipsec_gw_cryptodev_func.py: Modified to accomodate qat_legacy_capa flag
 2023-07-06  9:27 UTC 

[dts][PATCH V2] ice_dcf_data_path:modify check point to adapt dpdk changed
 2023-07-05 16:36 UTC 

[dts][PATCH V2 0/6] add new common module and add new suites
 2023-07-05 10:53 UTC  (7+ messages)
` [dts][PATCH V2 1/6] tests/func_test_base:add new commom module to refactor func test cases
` [dts][PATCH V2 2/6] tests/kernelpf_vf:add new suite to cover most of the basic vf cases
` [dts][PATCH V2 3/6] test_plans/kernelpf_vf_test_plan:add new plan "
` [dts][PATCH V2 4/6] tests/ice_kernelpf_dcf:add new suite to cover dcf pmd function
` [dts][PATCH V2 5/6] test_plans/ice_kernelpf_dcf_test_plan:add new plan to cover the most of "
` [dts][PATCH V2 6/6] conf/*:add config file for new suites

[dts][PATCH V1 0/2] modify the test suite to be consistent with the test plan
 2023-07-04 14:15 UTC  (3+ messages)
` [dts][PATCH V1 1/2] tests/pvp_multi_paths_performance: keep test suite "
` [dts][PATCH V1 2/2] conf/pvp_multi_paths_performance: update the configuration file to fit the test suite

[PATCH V1 0/2] modify the test suite to be consistent with the test plan
 2023-07-04 10:59 UTC  (3+ messages)
` [dts][PATCH V1 1/2] tests/pvp_multi_paths_virtio_single_core_performance: keep test suite "
` [dts][PATCH V1 2/2] conf/pvp_multi_paths_virtio_single_core_performance: update the configuration file to fit the test suite

[DTS][PATCH V1 0/2] Updating packet module for new util functions and packet types
 2023-07-04  6:47 UTC  (3+ messages)
` [V1][DTS 1/2] framework/packet: Add GTPU and GENEVE support for packet module
` [V1][DTS 2/2] framework/packet: Update packet module for new methods

[PATCH 0/2] tests/blocklist: Add support for NFP PMD
 2023-07-03 19:34 UTC  (3+ messages)
` [PATCH 1/2] tests/blocklist: optimize logic to match more driver name of pmd
` [PATCH 2/2] tests/blocklist: optimize case of bl_one_port to adapt to more scenarios

[PATCH 0/2] tests/speed_capabilities: Document and convert to a common speed unit
 2023-07-03 19:25 UTC  (3+ messages)
` [PATCH 1/2] framework/pmd_output: report link speed in Mbps
` [PATCH 2/2] tests/speed_capabilities: optimize code sequence of test case

[PATCH] tests/firmware_version: add case of nfp driver
 2023-07-03 19:16 UTC 

[dts][PATCH V1 0/2] Modify the test suite to be consistent with the test plan
 2023-07-03 16:18 UTC  (3+ messages)
` [dts][PATCH V1 1/2] tests/pvp_multi_paths_vhost_single_core_performance:keep test suite "
` [dts][PATCH V1 2/2] conf/pvp_multi_paths_vhost_single_core_performance: update the configuration file to fit the test suite

[dts] [PATCH V1] tests/vf_pmd_stacked_bonded: optimize scripts
 2023-06-30 15:19 UTC 

[dts][PATCH V1] framework/qemu_libvirt: fix python3 SyntaxWarning
 2023-06-30 10:03 UTC 

[dts][PATCH V1] framework/packet:add more gtp module suppoprt
 2023-06-29 18:28 UTC 

[dts] [PATCH V1 0/3] to support ICE_25G-E810_XXV_SFP
 2023-06-29 14:54 UTC  (4+ messages)
` [dts] [PATCH V1 1/3] conf/test_case_checklist: add ICE_25G-E810_XXV_SFP NIC in case list
` [dts] [PATCH V1 2/3] conf/test_case_supportlist: "
` [dts] [PATCH V1 3/3] tests/*: add ICE_25G-E810_XXV_SFP in support suite

[dts][PATCH V2] tests/ntb: add support host and client pic list option in launch_ntb_fwd()
 2023-06-29  8:37 UTC 

[dts] [PATCH V1] tests/ice_dcf_dual_vlan: optimize scripts to support comms DDP
 2023-06-27 17:16 UTC 

[dts] [PATCH V1] tests/ice_dcf_dual_vlan: optimize scripts to support comms DDP
 2023-06-27 17:11 UTC 

[dts][PATCH V1] test_plans/virtio_pvp_regression_test_plan: optimize qemu startup parameters
 2023-06-27 15:51 UTC 

[dts][PATCH V1] tests/virtio_pvp_regression: Add the functionality of reading expected results from configuration files
 2023-06-27 15:31 UTC 

[dts][PATCH V1] tests/ntb: add support host_ports and client_ports option in launch_ntb_fwd()
 2023-06-27  5:34 UTC 

[dts][PATCH V1] test_plans/vswitch_sample_*: modify testplan contents
 2023-06-26  9:17 UTC 

[dts][PATCH V1] conf/vswitch_pvp_multi_paths_performance_with_cbdma: delete the config file as testsuite has been deleted
 2023-06-26  9:06 UTC 

[dts][PATCH V1] tests/efd: Rename sub directories according to dpdk changes
 2023-06-26  2:53 UTC 

Community CI Meeting Minutes - June 22, 2023
 2023-06-22 14:33 UTC 

[dts] [PATCH V2] tests/vf_vlan: ixgbe to support vlan insert
 2023-06-19 14:20 UTC 

[PATCH v1] test_plans/fips: modified prerequisites
 2023-06-19 10:22 UTC  (2+ messages)

[dts] [PATCH V1] tests/vf_vlan: ixgbe to support vlan insert
 2023-06-16 10:12 UTC 

[dts][PATCH V1] ice_dcf_data_path:modify check point to adapt dpdk changed
 2023-06-15 16:49 UTC 

[dts][PATCH V2] vm2vm_virtio_net_perf_dsa: modify start vhost-user back-end queues
 2023-06-15  9:00 UTC 

[dts][PATCH V1] vm2vm_virtio_net_perf_dsa: modify start vhost-user back-end queues
 2023-06-15  8:54 UTC 

Performance degradation when using Multi-Packet Receive Queue (MPRQ)
 2023-06-15  7:08 UTC 

[dts][PATCH V1] vm2vm_virtio_net_perf_cbdma: modify start vhost-user back-end queues
 2023-06-15  3:26 UTC 

[dts][PATCH V1] basic_4k_pages_cbdma: modify start vhost-user back-end queues
 2023-06-15  3:09 UTC 

[dts][PATCH V1] tests/ice_dcf_disable_acl_filter:optimize code for testpmd status flag
 2023-06-14 18:03 UTC 

[dts][PATCH V1 1/2] tests/ice_iavf_fdir: support eal_param -a to avoid running containers conflict
 2023-06-14  2:13 UTC  (3+ messages)
` [dts][PATCH V1 2/2] tests/iavf_package_driver_error_handle: support eal_param -a to avoid running containers

[dts][PATCH V1 0/6] add new common module and add new suites
 2023-06-14  2:03 UTC  (9+ messages)
` [dts][PATCH V1 1/6] tests/func_test_base:add new commom module to refactor func test cases
` [dts][PATCH V1 2/6] tests/kernelpf_vf:add new suite to cover most of the basic vf cases
` [dst][PATCH V1 3/6] test_plans/kernelpf_vf_test_plan:add new plan "
` [dts][PATCH V1 4/6] tests/ice_kernelpf_dcf:add new suite to cover dcf pmd function
` [dst][PATCH V1 5/6] test_plans/ice_kernelpf_dcf_test_plan:add new plan to cover the most of "
` [dts][PATCH V1 6/6] conf/*:add config file for new suites

[dts][PATCH V1] conf/*_dsa.cfg: fix case name error issue
 2023-06-14  1:33 UTC  (2+ messages)

[dts][PATCH V1] tests/vm2vm_virtio_net_perf_dsa: modify testsuite by tests/virtio_common.py have changed
 2023-06-14  1:31 UTC  (2+ messages)

Community CI Meeting Minutes - June 8, 2023
 2023-06-08 14:13 UTC 

[dts] [PATCH V1] tests/ip_pipeline: optimize scripts to support ICE NIC
 2023-06-07 14:42 UTC  (2+ messages)

[PATCH] doc/dts_gsg: Add container user guide
 2023-06-07  8:01 UTC  (2+ messages)

[dts][PATCH V1] tests/multiprocess: multiprocess_auto_process_type_detected & multiprocess_negative_2_primary_process support igc, ixgbe, i40e nic
 2023-06-07  8:00 UTC  (2+ messages)

[dts][PATCH V1 2/2] tests/pvp_virtio_user_4k_pages: modify testuite by DPDK changed
 2023-06-07  7:59 UTC  (2+ messages)

[dts][PATCH V1 3/3] conf/basic_4k_pages_cbdma: add suite config as expected values
 2023-06-07  7:58 UTC  (2+ messages)

[dts][PATCH v1] tests/kernelpf_iavf: support eal_param -a to avoid running containers conflict
 2023-06-07  7:57 UTC  (2+ messages)

[dts][PATCH V1] test_plans/pvp_vhost_user_reconnect: optimize qemu startup parameters
 2023-06-07  7:55 UTC  (2+ messages)

[dts][PATCH V1] test_plans/pvp_qemu_multi_paths_port_restart: optimize qemu start-up parameters
 2023-06-07  7:54 UTC  (2+ messages)

[dts][PATCH V1] test_plans/pvp_diff_qemu_version: optimize qemu start-up parameters
 2023-06-07  7:54 UTC  (2+ messages)

[dts][PATCH V2] test_plans/dpdk_gro_lib: optimize qemu startup parameters
 2023-06-07  7:54 UTC  (2+ messages)

[dts][PATCH V1] ntb: delete igb_uio driver related testcases
 2023-06-07  7:53 UTC  (2+ messages)

[dts][PATCH V1] tests/vf_interrupt_pmd: support eal_param -a to avoid running containers conflict
 2023-06-07  7:53 UTC  (2+ messages)

[PATCH v1] framework: fix getting single cpu information on freebsd
 2023-06-07  7:52 UTC  (2+ messages)

[dts][PATCH V1 0/2] tests/*: add ICE_25G-E810_XXV_SFP in support suit
 2023-06-07  6:05 UTC  (4+ messages)
` [dts][PATCH V1 1/2] conf/test_case_checklist: add ICE_25G-E810_XXV_SFP NIC in case list
` [dts][PATCH V1 2/2] tests/*: add ICE_25G-E810_XXV_SFP in support suite

[dts][PATCH V1] tests/*: unify class name
 2023-06-07  6:02 UTC  (2+ messages)

[dts][PATCH V1] tests/vf_pmd_stacked_bonded: optimize script to check link status
 2023-06-07  5:58 UTC  (2+ messages)

[dts][PATCH V1] tests/vm2vm_virtio_pmd_*: perf top command optimization
 2023-06-07  5:56 UTC  (2+ messages)

[dts][PATCH V1] tests/ipv4_reassembly: add check for tester port status
 2023-06-07  5:53 UTC  (2+ messages)

[dts][PATCH V1] tests/telemetry: Optimize the parameter for function json.load
 2023-06-07  5:53 UTC  (2+ messages)

[dts][PATCH V5 0/3] add i40e_multi_driver_perf test suite
 2023-06-07  5:51 UTC  (5+ messages)
` [dts][PATCH V5 1/3]test_plans: add i40e_multi_driver_perf test plan
` [dts][PATCH V5 2/3]tests: add i40e_multi_driver_perf test script
` [dts][PATCH V5 3/3]conf: add i40e_multi_driver_perf configuration file

[dts][PATCH V2]tests/vf_single_core_perf: support IO forwarding mode
 2023-06-07  5:50 UTC  (2+ messages)

[dts][PATCH V1 0/2] clear up nonexistent cases in checklist and supportlist
 2023-06-07  5:50 UTC  (4+ messages)
` [dts][PATCH V1 1/2] conf/test_case_supportlist.json: clear up nonexistent cases
` [dts][PATCH V1 2/2] conf/test_case_checklist.json: "

[dts] tests/power_telemetry: update telemetry client file to specify socket file
 2023-06-06  7:06 UTC  (2+ messages)

[dts][PATCH V1 1/2] test_plans/pvp_virtio_user_4k_pages: modify testplan by DPDK changed
 2023-06-05  6:55 UTC 

[dts][PATCH V1 0/2] modify pvp_virtio_user_4k_pages by DPDK
 2023-06-05  6:55 UTC 

[dts][PATCH V1 2/3] tests/basic_4k_pages_cbdma: modify testsuite by DPDK changed
 2023-06-05  6:34 UTC 

[dts][PATCH V1 1/3] test_plans/basic_4k_pages_cbdma: modify testplan by DPDK changed
 2023-06-05  6:34 UTC 

[dts][PATCH V1 0/3] modify basic_4k_pages_cbdma by DPDK changed
 2023-06-05  6:33 UTC 

[dts][PATCH V1] test_plans/virtio_pvp_regression: optimize qemu start-up parameters
 2023-06-01 16:24 UTC 

[dts][PATCH V1] test_plans/dpdk_gro_lib: optimize qemu startup parameters
 2023-05-31 17:15 UTC 

Community CI Meeting Minutes - May 25, 2023
 2023-05-25 13:46 UTC 

[dts][PATCH v3 0/2] add new power_intel_uncore testsuite
 2023-05-25 11:09 UTC  (5+ messages)
` [dts][PATCH v3 2/2] test_plans/power_intel_uncore: add test_plan for newly added test suite

[dts][PATCH V1 0/2] clear up nonexistent cases in checklist and supportlist
 2023-05-25  9:46 UTC  (3+ messages)
` [dts][PATCH V1 1/2] conf/test_case_supportlist.json: clear up nonexistent cases
` [dts][PATCH V1 2/2] conf/test_case_checklist.json: "

[dts][PATCH V1] release_23_07.rst: update release note
 2023-05-25  8:48 UTC  (2+ messages)

[PATCH 4/4] test_plan: updated testsuite details for ipsec testcases
 2023-05-25  2:53 UTC  (2+ messages)

[PATCH 7/7] tests/ip_pipeline: Use common tcpdump methods
 2023-05-25  2:52 UTC  (2+ messages)

[dts][PATCH V1] pvp_virtio_user_4k_pages: rename testsuite
 2023-05-25  2:47 UTC  (2+ messages)

[dts][PATCH V1] test_plans/vhost_user_live_migration: add restart NFS service step
 2023-05-25  2:47 UTC  (2+ messages)

[dts][PATCH V1] vswitch_pvp_multi_paths_performance_with_cbdma: delete testsuite
 2023-05-25  2:46 UTC  (2+ messages)

[dts][PATCH V2 2/2] tests/kernelpf_iavf: add vf_queue_start_stop test script
 2023-05-25  2:43 UTC  (2+ messages)

[dts][PATCH V4 3/3]conf: add iavf_checksum_offload_perf configuration file
 2023-05-25  2:41 UTC  (2+ messages)

[dts][PATCH V1] tests/external_memory: remove unless insmod_modprobe code to avoid running containers conflict
 2023-05-25  2:38 UTC  (2+ messages)

[dts][PATCH V1 4/4] tests/multiple_pthread: support eal_param -a to avoid running containers conflict
 2023-05-25  2:36 UTC  (2+ messages)

[dts][PATCH V2] tests/meson_tests: split test_args in conf/meson_tests.cfg and add -a param and save meson test log
 2023-05-25  2:34 UTC  (2+ messages)

[PATCH v2] framework: fix container vm port conflict
 2023-05-25  2:32 UTC  (2+ messages)

[dts][PATCH V1] tests/efd: supports simultaneous compilation of examples
 2023-05-25  2:31 UTC  (2+ messages)

[dts] [PATCH V1] tests/ice_buffer_split: optimize scripts
 2023-05-25  2:17 UTC  (2+ messages)

[dts] [PATCH V1 2/2] tests/iavf_flexible_descriptor: remove "IGC-I225_LM" as support for nic
 2023-05-25  2:09 UTC  (2+ messages)

[dts][PATCH V1 4/4] conf/*: to correct I40E_10G-SFP_X710 codename
 2023-05-25  2:08 UTC  (2+ messages)

page:  |  | latest

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