test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1] conf/perf_vm2vm_virtio_net_perf: delete testsuite config file
@ 2022-06-24  3:12 Wei Ling
  2022-06-24  6:50 ` Huang, ChenyuX
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wei Ling @ 2022-06-24  3:12 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

According to 93f6419d4a (tests/perf_vm2vm_virtio_net_perf: delete test suite), no
need testsuite config file conf/perf_vm2vm_virtio_net_perf.cfg.

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 conf/perf_vm2vm_virtio_net_perf.cfg | 6 ------
 1 file changed, 6 deletions(-)
 delete mode 100644 conf/perf_vm2vm_virtio_net_perf.cfg

diff --git a/conf/perf_vm2vm_virtio_net_perf.cfg b/conf/perf_vm2vm_virtio_net_perf.cfg
deleted file mode 100644
index 73bd9746..00000000
--- a/conf/perf_vm2vm_virtio_net_perf.cfg
+++ /dev/null
@@ -1,6 +0,0 @@
-[suite]
-update_expected = True
-test_parameters = 1024
-test_duration = 60
-accepted_tolerance = 2
-expected_throughput = {'split_tso': {1024: '0.0 Gbits/sec'}, 'split_zero_copy_tso': {1024: '0.0 Gbits/sec'}, 'packed_tso': {1024: '0.0 Gbits/sec'}, 'packed_zero_copy_tso': {1024: '0.0 Gbits/sec'}}
-- 
2.25.1


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

* RE: [dts][PATCH V1] conf/perf_vm2vm_virtio_net_perf: delete testsuite config file
  2022-06-24  3:12 [dts][PATCH V1] conf/perf_vm2vm_virtio_net_perf: delete testsuite config file Wei Ling
@ 2022-06-24  6:50 ` Huang, ChenyuX
  2022-06-24  7:03 ` He, Xingguang
  2022-06-29  1:49 ` lijuan.tu
  2 siblings, 0 replies; 4+ messages in thread
From: Huang, ChenyuX @ 2022-06-24  6:50 UTC (permalink / raw)
  To: Ling, WeiX, dts; +Cc: Ling, WeiX

> -----Original Message-----
> From: Wei Ling <weix.ling@intel.com>
> Sent: Friday, June 24, 2022 11:13 AM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts][PATCH V1] conf/perf_vm2vm_virtio_net_perf: delete testsuite
> config file
> 
> According to 93f6419d4a (tests/perf_vm2vm_virtio_net_perf: delete test suite),
> no need testsuite config file conf/perf_vm2vm_virtio_net_perf.cfg.
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>
> ---
Tested-by: Chenyu Huang <chenyux.huang@intel.com>

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

* RE: [dts][PATCH V1] conf/perf_vm2vm_virtio_net_perf: delete testsuite config file
  2022-06-24  3:12 [dts][PATCH V1] conf/perf_vm2vm_virtio_net_perf: delete testsuite config file Wei Ling
  2022-06-24  6:50 ` Huang, ChenyuX
@ 2022-06-24  7:03 ` He, Xingguang
  2022-06-29  1:49 ` lijuan.tu
  2 siblings, 0 replies; 4+ messages in thread
From: He, Xingguang @ 2022-06-24  7:03 UTC (permalink / raw)
  To: Ling, WeiX, dts; +Cc: Ling, WeiX

> -----Original Message-----
> From: Wei Ling <weix.ling@intel.com>
> Sent: Friday, June 24, 2022 11:13 AM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts][PATCH V1] conf/perf_vm2vm_virtio_net_perf: delete testsuite
> config file
> 
> According to 93f6419d4a (tests/perf_vm2vm_virtio_net_perf: delete test
> suite), no need testsuite config file conf/perf_vm2vm_virtio_net_perf.cfg.
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>
> ---
Acked-by: Xingguang He<xingguang.he@intel.com>

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

* [dts][PATCH V1] conf/perf_vm2vm_virtio_net_perf: delete testsuite config file
  2022-06-24  3:12 [dts][PATCH V1] conf/perf_vm2vm_virtio_net_perf: delete testsuite config file Wei Ling
  2022-06-24  6:50 ` Huang, ChenyuX
  2022-06-24  7:03 ` He, Xingguang
@ 2022-06-29  1:49 ` lijuan.tu
  2 siblings, 0 replies; 4+ messages in thread
From: lijuan.tu @ 2022-06-29  1:49 UTC (permalink / raw)
  To: dts, Wei Ling; +Cc: Wei Ling

On Thu, 23 Jun 2022 23:12:53 -0400, Wei Ling <weix.ling@intel.com> wrote:
> According to 93f6419d4a (tests/perf_vm2vm_virtio_net_perf: delete test suite), no
> need testsuite config file conf/perf_vm2vm_virtio_net_perf.cfg.
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>


Applied, thanks

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

end of thread, other threads:[~2022-06-29  1:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24  3:12 [dts][PATCH V1] conf/perf_vm2vm_virtio_net_perf: delete testsuite config file Wei Ling
2022-06-24  6:50 ` Huang, ChenyuX
2022-06-24  7:03 ` He, Xingguang
2022-06-29  1:49 ` lijuan.tu

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