mbox series

[V1,00/10] fix script issues

Message ID 20210729172404.90883-1-linglix.chen@intel.com (mailing list archive)
Headers
Series fix script issues |

Message

Lingli Chen July 29, 2021, 5:23 p.m. UTC
  Modify get_cbdma_ports_info

Lingli Chen (10):
  tests/vhost_cbdma: Modify get_cbdma_ports_info
  tests/cbdma: Modify get_cbdma_ports_info
  tests/dpdk_gro_lib: Modify get_cbdma_ports_info
  tests/vhost_event_idx_interrupt: Modify get_cbdma_ports_info
  tests/vhost_user_interrupt: Modify get_cbdma_ports_info
  tests/vhost_virtio_pmd_interrupt: Modify get_cbdma_ports_info
  tests/vhost_virtio_user_interrupt: Modify get_cbdma_ports_info
  tests/virtio_event_idx_interrupt: Modify get_cbdma_ports_info
  tests/vm2vm_virtio_user: Modify get_cbdma_ports_info
  tests/vm2vm_virtio_net_perf: Modify get_cbdma_ports_info

 tests/TestSuite_cbdma.py                       | 2 +-
 tests/TestSuite_dpdk_gro_lib.py                | 2 +-
 tests/TestSuite_vhost_cbdma.py                 | 2 +-
 tests/TestSuite_vhost_event_idx_interrupt.py   | 2 +-
 tests/TestSuite_vhost_user_interrupt.py        | 2 +-
 tests/TestSuite_vhost_virtio_pmd_interrupt.py  | 2 +-
 tests/TestSuite_vhost_virtio_user_interrupt.py | 2 +-
 tests/TestSuite_virtio_event_idx_interrupt.py  | 2 +-
 tests/TestSuite_vm2vm_virtio_net_perf.py       | 8 ++++----
 tests/TestSuite_vm2vm_virtio_user.py           | 2 +-
 10 files changed, 13 insertions(+), 13 deletions(-)
  

Comments

Lingli Chen July 29, 2021, 9:38 a.m. UTC | #1
> -----Original Message-----
> From: Chen, LingliX <linglix.chen@intel.com>
> Sent: Friday, July 30, 2021 1:24 AM
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>
> Subject: [dts][PATCH V1 00/10] fix script issues
> 
> Modify get_cbdma_ports_info

Tested-by: Lingli Chen <linglix.chen@intel.com>
  
Tu, Lijuan July 29, 2021, 11:28 a.m. UTC | #2
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Lingli Chen
> Sent: 2021年7月30日 1:24
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>
> Subject: [dts] [PATCH V1 00/10] fix script issues

What are the issues? Could you please give more description?
> 
> Modify get_cbdma_ports_info
> 
> Lingli Chen (10):
>   tests/vhost_cbdma: Modify get_cbdma_ports_info
>   tests/cbdma: Modify get_cbdma_ports_info
>   tests/dpdk_gro_lib: Modify get_cbdma_ports_info
>   tests/vhost_event_idx_interrupt: Modify get_cbdma_ports_info
>   tests/vhost_user_interrupt: Modify get_cbdma_ports_info
>   tests/vhost_virtio_pmd_interrupt: Modify get_cbdma_ports_info
>   tests/vhost_virtio_user_interrupt: Modify get_cbdma_ports_info
>   tests/virtio_event_idx_interrupt: Modify get_cbdma_ports_info
>   tests/vm2vm_virtio_user: Modify get_cbdma_ports_info
>   tests/vm2vm_virtio_net_perf: Modify get_cbdma_ports_info

There are 10 test suites defined "get_cbdma_ports_info",  strongly advice to make them as a common API. It is very helpful to our maintenance.
> 
>  tests/TestSuite_cbdma.py                       | 2 +-
>  tests/TestSuite_dpdk_gro_lib.py                | 2 +-
>  tests/TestSuite_vhost_cbdma.py                 | 2 +-
>  tests/TestSuite_vhost_event_idx_interrupt.py   | 2 +-
>  tests/TestSuite_vhost_user_interrupt.py        | 2 +-
>  tests/TestSuite_vhost_virtio_pmd_interrupt.py  | 2 +-
> tests/TestSuite_vhost_virtio_user_interrupt.py | 2 +-
> tests/TestSuite_virtio_event_idx_interrupt.py  | 2 +-
>  tests/TestSuite_vm2vm_virtio_net_perf.py       | 8 ++++----
>  tests/TestSuite_vm2vm_virtio_user.py           | 2 +-
>  10 files changed, 13 insertions(+), 13 deletions(-)
> 
> --
> 2.32.0