mbox series

[V1,00/38] Modify suites to support meson

Message ID 20200908071825.118583-1-junx.w.zhou@intel.com (mailing list archive)
Headers
Series Modify suites to support meson |

Message

Zhou, JunX W Sept. 8, 2020, 7:17 a.m. UTC
  From: Zhou jun <junx.w.zhou@intel.com>

Modify suite to support meson

Zhou jun (38):
  tests/TestSuite_cmdline.py: adapt to support both meson and makefile
    build
  tests/TestSuite_coremask.py: adapt to support both meson and makefile
    build
  tests/TestSuite_distributor.py: adapt to support both meson and
    makefile build
  tests/TestSuite_efd.py: adapt to support both meson and makefile build
  tests/TestSuite_external_memory.py: adapt to support both meson and
    makefile build
  tests/TestSuite_external_mempool_handler.py: adapt to support both
    meson and makefile build
  tests/TestSuite_flow_classify_softnic.py: adapt to support both meson
    and makefile build
  tests/TestSuite_hello_world.py: adapt to support both meson and
    makefile build
  tests/TestSuite_inline_ipsec.py: adapt to support both meson and
    makefile build
  tests/TestSuite_ip_pipeline.py: adapt to support both meson and
    makefile build
  tests/TestSuite_ipfrag.py: adapt to support both meson and makefile
    build
  tests/TestSuite_ipv4_reassembly.py: adapt to support both meson and
    makefile build
  tests/TestSuite_keep_alive.py: adapt to support both meson and
    makefile build
  tests/TestSuite_kni.py: adapt to support both meson and makefile build
  tests/TestSuite_l2fwd.py: adapt to support both meson and makefile
    build
  tests/TestSuite_l3fwdacl.py: adapt to support both meson and makefile
    build
  tests/TestSuite_link_status_interrupt.py: adapt to support both meson
    and makefile build
  tests/TestSuite_metering_and_policing.py: adapt to support both meson
    and makefile build
  tests/TestSuite_multicast.py: adapt to support both meson and makefile
    build
  tests/TestSuite_pvp_virtio_user_4k_pages.py: adapt to support both
    meson and makefile build
  tests/TestSuite_pvp_virtio_user_multi_queues_port_restart.py: adapt to
    support both meson and makefile build
  tests/TestSuite_short_live.py: adapt to support both meson and
    makefile build
  tests/TestSuite_skeleton.py: adapt to support both meson and makefile
    build
  tests/TestSuite_timer.py: adapt to support both meson and makefile
    build
  tests/TestSuite_userspace_ethtool.py: adapt to support both meson and
    makefile build
  tests/TestSuite_vdev_primary_secondary.py: adapt to support both meson
    and makefile build
  tests/TestSuite_vhost_pmd_xstats.py: adapt to support both meson and
    makefile build
  tests/TestSuite_vhost_user_interrupt.py: adapt to support both meson
    and makefile build
  tests/TestSuite_vhost_virtio_pmd_interrupt.py: adapt to support both
    meson and makefile build
  tests/TestSuite_vhost_virtio_user_interrupt.py: adapt to support both
    meson and makefile build
  tests/TestSuite_virtio_event_idx_interrupt.py: adapt to support both
    meson and makefile build
  tests/TestSuite_virtio_pvp_regression.py: adapt to support both meson
    and makefile build
  tests/TestSuite_virtio_user_as_exceptional_path.py: adapt to support
    both meson and makefile build
  tests/TestSuite_vm2vm_virtio_net_perf.py: adapt to support both meson
    and makefile build
  tests/TestSuite_vm2vm_virtio_pmd.py: adapt to support both meson and
    makefile build
  tests/TestSuite_vm2vm_virtio_user.py: adapt to support both meson and
    makefile build
  tests/TestSuite_vmdq.py: adapt to support both meson and makefile
    build
  tests/TestSuite_vxlan_sample.py: adapt to support both meson and
    makefile build

 tests/TestSuite_cmdline.py                         |  4 +--
 tests/TestSuite_coremask.py                        | 16 +++++-------
 tests/TestSuite_distributor.py                     | 13 +++++-----
 tests/TestSuite_efd.py                             | 29 +++++++++++----------
 tests/TestSuite_external_memory.py                 | 12 ++++-----
 tests/TestSuite_external_mempool_handler.py        |  6 +++--
 tests/TestSuite_flow_classify_softnic.py           |  7 +++--
 tests/TestSuite_hello_world.py                     |  5 ++--
 tests/TestSuite_inline_ipsec.py                    |  2 +-
 tests/TestSuite_ip_pipeline.py                     | 30 ++++++++--------------
 tests/TestSuite_ipfrag.py                          | 15 ++++++-----
 tests/TestSuite_ipv4_reassembly.py                 |  3 ++-
 tests/TestSuite_keep_alive.py                      |  5 ++--
 tests/TestSuite_kni.py                             |  7 ++---
 tests/TestSuite_l2fwd.py                           | 11 ++++----
 tests/TestSuite_l3fwdacl.py                        | 22 ++++++++--------
 tests/TestSuite_link_status_interrupt.py           | 11 ++++----
 tests/TestSuite_metering_and_policing.py           |  3 ++-
 tests/TestSuite_multicast.py                       |  7 ++---
 tests/TestSuite_pvp_virtio_user_4k_pages.py        |  5 ++--
 ...te_pvp_virtio_user_multi_queues_port_restart.py |  5 ++--
 tests/TestSuite_short_live.py                      | 11 +++++---
 tests/TestSuite_skeleton.py                        |  4 +--
 tests/TestSuite_timer.py                           |  4 +--
 tests/TestSuite_userspace_ethtool.py               |  4 +--
 tests/TestSuite_vdev_primary_secondary.py          |  8 +++---
 tests/TestSuite_vhost_pmd_xstats.py                |  5 ++--
 tests/TestSuite_vhost_user_interrupt.py            |  6 +++--
 tests/TestSuite_vhost_virtio_pmd_interrupt.py      |  6 +++--
 tests/TestSuite_vhost_virtio_user_interrupt.py     |  8 +++---
 tests/TestSuite_virtio_event_idx_interrupt.py      |  3 ++-
 tests/TestSuite_virtio_pvp_regression.py           |  5 ++--
 tests/TestSuite_virtio_user_as_exceptional_path.py |  5 ++--
 tests/TestSuite_vm2vm_virtio_net_perf.py           |  3 ++-
 tests/TestSuite_vm2vm_virtio_pmd.py                | 20 +++++++++------
 tests/TestSuite_vm2vm_virtio_user.py               | 12 ++++++---
 tests/TestSuite_vmdq.py                            |  8 +++---
 tests/TestSuite_vxlan_sample.py                    | 13 ++++++----
 38 files changed, 187 insertions(+), 156 deletions(-)
  

Comments

Zhou, JunX W Sept. 8, 2020, 7:34 a.m. UTC | #1
Tested-by: junx.w.zhou@intel.com

-----Original Message-----
From: Zhou, JunX W 
Sent: Tuesday, September 8, 2020 3:18 PM
To: dts@dpdk.org
Cc: Zhou, JunX W <junx.w.zhou@intel.com>
Subject: [dts][PATCH V1 00/38] Modify suites to support meson

From: Zhou jun <junx.w.zhou@intel.com>

Modify suite to support meson

Zhou jun (38):
  tests/TestSuite_cmdline.py: adapt to support both meson and makefile
    build
  tests/TestSuite_coremask.py: adapt to support both meson and makefile
    build
  tests/TestSuite_distributor.py: adapt to support both meson and
    makefile build
  tests/TestSuite_efd.py: adapt to support both meson and makefile build
  tests/TestSuite_external_memory.py: adapt to support both meson and
    makefile build
  tests/TestSuite_external_mempool_handler.py: adapt to support both
    meson and makefile build
  tests/TestSuite_flow_classify_softnic.py: adapt to support both meson
    and makefile build
  tests/TestSuite_hello_world.py: adapt to support both meson and
    makefile build
  tests/TestSuite_inline_ipsec.py: adapt to support both meson and
    makefile build
  tests/TestSuite_ip_pipeline.py: adapt to support both meson and
    makefile build
  tests/TestSuite_ipfrag.py: adapt to support both meson and makefile
    build
  tests/TestSuite_ipv4_reassembly.py: adapt to support both meson and
    makefile build
  tests/TestSuite_keep_alive.py: adapt to support both meson and
    makefile build
  tests/TestSuite_kni.py: adapt to support both meson and makefile build
  tests/TestSuite_l2fwd.py: adapt to support both meson and makefile
    build
  tests/TestSuite_l3fwdacl.py: adapt to support both meson and makefile
    build
  tests/TestSuite_link_status_interrupt.py: adapt to support both meson
    and makefile build
  tests/TestSuite_metering_and_policing.py: adapt to support both meson
    and makefile build
  tests/TestSuite_multicast.py: adapt to support both meson and makefile
    build
  tests/TestSuite_pvp_virtio_user_4k_pages.py: adapt to support both
    meson and makefile build
  tests/TestSuite_pvp_virtio_user_multi_queues_port_restart.py: adapt to
    support both meson and makefile build
  tests/TestSuite_short_live.py: adapt to support both meson and
    makefile build
  tests/TestSuite_skeleton.py: adapt to support both meson and makefile
    build
  tests/TestSuite_timer.py: adapt to support both meson and makefile
    build
  tests/TestSuite_userspace_ethtool.py: adapt to support both meson and
    makefile build
  tests/TestSuite_vdev_primary_secondary.py: adapt to support both meson
    and makefile build
  tests/TestSuite_vhost_pmd_xstats.py: adapt to support both meson and
    makefile build
  tests/TestSuite_vhost_user_interrupt.py: adapt to support both meson
    and makefile build
  tests/TestSuite_vhost_virtio_pmd_interrupt.py: adapt to support both
    meson and makefile build
  tests/TestSuite_vhost_virtio_user_interrupt.py: adapt to support both
    meson and makefile build
  tests/TestSuite_virtio_event_idx_interrupt.py: adapt to support both
    meson and makefile build
  tests/TestSuite_virtio_pvp_regression.py: adapt to support both meson
    and makefile build
  tests/TestSuite_virtio_user_as_exceptional_path.py: adapt to support
    both meson and makefile build
  tests/TestSuite_vm2vm_virtio_net_perf.py: adapt to support both meson
    and makefile build
  tests/TestSuite_vm2vm_virtio_pmd.py: adapt to support both meson and
    makefile build
  tests/TestSuite_vm2vm_virtio_user.py: adapt to support both meson and
    makefile build
  tests/TestSuite_vmdq.py: adapt to support both meson and makefile
    build
  tests/TestSuite_vxlan_sample.py: adapt to support both meson and
    makefile build

 tests/TestSuite_cmdline.py                         |  4 +--
 tests/TestSuite_coremask.py                        | 16 +++++-------
 tests/TestSuite_distributor.py                     | 13 +++++-----
 tests/TestSuite_efd.py                             | 29 +++++++++++----------
 tests/TestSuite_external_memory.py                 | 12 ++++-----
 tests/TestSuite_external_mempool_handler.py        |  6 +++--
 tests/TestSuite_flow_classify_softnic.py           |  7 +++--
 tests/TestSuite_hello_world.py                     |  5 ++--
 tests/TestSuite_inline_ipsec.py                    |  2 +-
 tests/TestSuite_ip_pipeline.py                     | 30 ++++++++--------------
 tests/TestSuite_ipfrag.py                          | 15 ++++++-----
 tests/TestSuite_ipv4_reassembly.py                 |  3 ++-
 tests/TestSuite_keep_alive.py                      |  5 ++--
 tests/TestSuite_kni.py                             |  7 ++---
 tests/TestSuite_l2fwd.py                           | 11 ++++----
 tests/TestSuite_l3fwdacl.py                        | 22 ++++++++--------
 tests/TestSuite_link_status_interrupt.py           | 11 ++++----
 tests/TestSuite_metering_and_policing.py           |  3 ++-
 tests/TestSuite_multicast.py                       |  7 ++---
 tests/TestSuite_pvp_virtio_user_4k_pages.py        |  5 ++--
 ...te_pvp_virtio_user_multi_queues_port_restart.py |  5 ++--
 tests/TestSuite_short_live.py                      | 11 +++++---
 tests/TestSuite_skeleton.py                        |  4 +--
 tests/TestSuite_timer.py                           |  4 +--
 tests/TestSuite_userspace_ethtool.py               |  4 +--
 tests/TestSuite_vdev_primary_secondary.py          |  8 +++---
 tests/TestSuite_vhost_pmd_xstats.py                |  5 ++--
 tests/TestSuite_vhost_user_interrupt.py            |  6 +++--
 tests/TestSuite_vhost_virtio_pmd_interrupt.py      |  6 +++--
 tests/TestSuite_vhost_virtio_user_interrupt.py     |  8 +++---
 tests/TestSuite_virtio_event_idx_interrupt.py      |  3 ++-
 tests/TestSuite_virtio_pvp_regression.py           |  5 ++--
 tests/TestSuite_virtio_user_as_exceptional_path.py |  5 ++--
 tests/TestSuite_vm2vm_virtio_net_perf.py           |  3 ++-
 tests/TestSuite_vm2vm_virtio_pmd.py                | 20 +++++++++------
 tests/TestSuite_vm2vm_virtio_user.py               | 12 ++++++---
 tests/TestSuite_vmdq.py                            |  8 +++---
 tests/TestSuite_vxlan_sample.py                    | 13 ++++++----
 38 files changed, 187 insertions(+), 156 deletions(-)
  
Tu, Lijuan Sept. 8, 2020, 9:05 a.m. UTC | #2
Applied the series, thanks

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Zhou, JunX W
> Sent: 2020年9月8日 15:35
> To: dts@dpdk.org
> Subject: Re: [dts] [PATCH V1 00/38] Modify suites to support meson
> 
> Tested-by: junx.w.zhou@intel.com
> 
> -----Original Message-----
> From: Zhou, JunX W
> Sent: Tuesday, September 8, 2020 3:18 PM
> To: dts@dpdk.org
> Cc: Zhou, JunX W <junx.w.zhou@intel.com>
> Subject: [dts][PATCH V1 00/38] Modify suites to support meson
> 
> From: Zhou jun <junx.w.zhou@intel.com>
> 
> Modify suite to support meson
> 
> Zhou jun (38):
>   tests/TestSuite_cmdline.py: adapt to support both meson and makefile
>     build
>   tests/TestSuite_coremask.py: adapt to support both meson and makefile
>     build
>   tests/TestSuite_distributor.py: adapt to support both meson and
>     makefile build
>   tests/TestSuite_efd.py: adapt to support both meson and makefile build
>   tests/TestSuite_external_memory.py: adapt to support both meson and
>     makefile build
>   tests/TestSuite_external_mempool_handler.py: adapt to support both
>     meson and makefile build
>   tests/TestSuite_flow_classify_softnic.py: adapt to support both meson
>     and makefile build
>   tests/TestSuite_hello_world.py: adapt to support both meson and
>     makefile build
>   tests/TestSuite_inline_ipsec.py: adapt to support both meson and
>     makefile build
>   tests/TestSuite_ip_pipeline.py: adapt to support both meson and
>     makefile build
>   tests/TestSuite_ipfrag.py: adapt to support both meson and makefile
>     build
>   tests/TestSuite_ipv4_reassembly.py: adapt to support both meson and
>     makefile build
>   tests/TestSuite_keep_alive.py: adapt to support both meson and
>     makefile build
>   tests/TestSuite_kni.py: adapt to support both meson and makefile build
>   tests/TestSuite_l2fwd.py: adapt to support both meson and makefile
>     build
>   tests/TestSuite_l3fwdacl.py: adapt to support both meson and makefile
>     build
>   tests/TestSuite_link_status_interrupt.py: adapt to support both meson
>     and makefile build
>   tests/TestSuite_metering_and_policing.py: adapt to support both meson
>     and makefile build
>   tests/TestSuite_multicast.py: adapt to support both meson and makefile
>     build
>   tests/TestSuite_pvp_virtio_user_4k_pages.py: adapt to support both
>     meson and makefile build
>   tests/TestSuite_pvp_virtio_user_multi_queues_port_restart.py: adapt to
>     support both meson and makefile build
>   tests/TestSuite_short_live.py: adapt to support both meson and
>     makefile build
>   tests/TestSuite_skeleton.py: adapt to support both meson and makefile
>     build
>   tests/TestSuite_timer.py: adapt to support both meson and makefile
>     build
>   tests/TestSuite_userspace_ethtool.py: adapt to support both meson and
>     makefile build
>   tests/TestSuite_vdev_primary_secondary.py: adapt to support both meson
>     and makefile build
>   tests/TestSuite_vhost_pmd_xstats.py: adapt to support both meson and
>     makefile build
>   tests/TestSuite_vhost_user_interrupt.py: adapt to support both meson
>     and makefile build
>   tests/TestSuite_vhost_virtio_pmd_interrupt.py: adapt to support both
>     meson and makefile build
>   tests/TestSuite_vhost_virtio_user_interrupt.py: adapt to support both
>     meson and makefile build
>   tests/TestSuite_virtio_event_idx_interrupt.py: adapt to support both
>     meson and makefile build
>   tests/TestSuite_virtio_pvp_regression.py: adapt to support both meson
>     and makefile build
>   tests/TestSuite_virtio_user_as_exceptional_path.py: adapt to support
>     both meson and makefile build
>   tests/TestSuite_vm2vm_virtio_net_perf.py: adapt to support both meson
>     and makefile build
>   tests/TestSuite_vm2vm_virtio_pmd.py: adapt to support both meson and
>     makefile build
>   tests/TestSuite_vm2vm_virtio_user.py: adapt to support both meson and
>     makefile build
>   tests/TestSuite_vmdq.py: adapt to support both meson and makefile
>     build
>   tests/TestSuite_vxlan_sample.py: adapt to support both meson and
>     makefile build
> 
>  tests/TestSuite_cmdline.py                         |  4 +--
>  tests/TestSuite_coremask.py                        | 16 +++++-------
>  tests/TestSuite_distributor.py                     | 13 +++++-----
>  tests/TestSuite_efd.py                             | 29 +++++++++++----------
>  tests/TestSuite_external_memory.py                 | 12 ++++-----
>  tests/TestSuite_external_mempool_handler.py        |  6 +++--
>  tests/TestSuite_flow_classify_softnic.py           |  7 +++--
>  tests/TestSuite_hello_world.py                     |  5 ++--
>  tests/TestSuite_inline_ipsec.py                    |  2 +-
>  tests/TestSuite_ip_pipeline.py                     | 30 ++++++++--------------
>  tests/TestSuite_ipfrag.py                          | 15 ++++++-----
>  tests/TestSuite_ipv4_reassembly.py                 |  3 ++-
>  tests/TestSuite_keep_alive.py                      |  5 ++--
>  tests/TestSuite_kni.py                             |  7 ++---
>  tests/TestSuite_l2fwd.py                           | 11 ++++----
>  tests/TestSuite_l3fwdacl.py                        | 22 ++++++++--------
>  tests/TestSuite_link_status_interrupt.py           | 11 ++++----
>  tests/TestSuite_metering_and_policing.py           |  3 ++-
>  tests/TestSuite_multicast.py                       |  7 ++---
>  tests/TestSuite_pvp_virtio_user_4k_pages.py        |  5 ++--
>  ...te_pvp_virtio_user_multi_queues_port_restart.py |  5 ++--
>  tests/TestSuite_short_live.py                      | 11 +++++---
>  tests/TestSuite_skeleton.py                        |  4 +--
>  tests/TestSuite_timer.py                           |  4 +--
>  tests/TestSuite_userspace_ethtool.py               |  4 +--
>  tests/TestSuite_vdev_primary_secondary.py          |  8 +++---
>  tests/TestSuite_vhost_pmd_xstats.py                |  5 ++--
>  tests/TestSuite_vhost_user_interrupt.py            |  6 +++--
>  tests/TestSuite_vhost_virtio_pmd_interrupt.py      |  6 +++--
>  tests/TestSuite_vhost_virtio_user_interrupt.py     |  8 +++---
>  tests/TestSuite_virtio_event_idx_interrupt.py      |  3 ++-
>  tests/TestSuite_virtio_pvp_regression.py           |  5 ++--
>  tests/TestSuite_virtio_user_as_exceptional_path.py |  5 ++--
>  tests/TestSuite_vm2vm_virtio_net_perf.py           |  3 ++-
>  tests/TestSuite_vm2vm_virtio_pmd.py                | 20 +++++++++------
>  tests/TestSuite_vm2vm_virtio_user.py               | 12 ++++++---
>  tests/TestSuite_vmdq.py                            |  8 +++---
>  tests/TestSuite_vxlan_sample.py                    | 13 ++++++----
>  38 files changed, 187 insertions(+), 156 deletions(-)
> 
> --
> 1.8.3.1