mbox series

[V1,00/15] support meson build method

Message ID 20200903082839.30213-1-linglix.chen@intel.com (mailing list archive)
Headers
Series support meson build method |

Message

Lingli Chen Sept. 3, 2020, 8:28 a.m. UTC
  modify dts to support meson build method.

Chen Linglix (15):
  tests/TestSuite_unit_tests_cmdline:update to support meson build
  tests/TestSuite_unit_tests_crc:update to support meson build
  tests/TestSuite_unit_tests_dump:update to support meson build
  tests/TestSuite_unit_tests_eal:update to support meson build
  tests/TestSuite_unit_tests_kni:update to support meson build
  tests/TestSuite_unit_tests_loopback:update to support meson build
  tests/TestSuite_unit_tests_lpm:update to support meson build
  tests/TestSuite_unit_tests_mbuf:update to support meson build
  tests/TestSuite_unit_tests_mempool:update to support meson build
  tests/TestSuite_unit_tests_pmd_perf:update to support meson build
  tests/TestSuite_unit_tests_power:update to support meson build
  tests/TestSuite_unit_tests_qos:update to support meson build
  tests/TestSuite_unit_tests_ringpmd:update to support meson build
  tests/TestSuite_unit_tests_ring:update to support meson build
  tests/TestSuite_unit_tests_timer:update to support meson build

 tests/TestSuite_unit_tests_cmdline.py  |  3 ++-
 tests/TestSuite_unit_tests_crc.py      |  3 ++-
 tests/TestSuite_unit_tests_dump.py     | 30 +++++++++++++++++++-----------
 tests/TestSuite_unit_tests_eal.py      | 10 ++++++----
 tests/TestSuite_unit_tests_kni.py      |  3 ++-
 tests/TestSuite_unit_tests_loopback.py | 18 +++++++-----------
 tests/TestSuite_unit_tests_lpm.py      | 20 ++++++++------------
 tests/TestSuite_unit_tests_mbuf.py     |  3 ++-
 tests/TestSuite_unit_tests_mempool.py  |  6 ++++--
 tests/TestSuite_unit_tests_pmd_perf.py |  6 ++++--
 tests/TestSuite_unit_tests_power.py    |  9 ++++++---
 tests/TestSuite_unit_tests_qos.py      |  9 ++++++---
 tests/TestSuite_unit_tests_ring.py     |  6 ++++--
 tests/TestSuite_unit_tests_ringpmd.py  |  6 ++++--
 tests/TestSuite_unit_tests_timer.py    |  6 ++++--
 15 files changed, 80 insertions(+), 58 deletions(-)
  

Comments

Lingli Chen Sept. 3, 2020, 8:41 a.m. UTC | #1
Tested-by:  Chen, LingliX <linglix.chen@intel.com>

Regards,
Chen, LingliX

-----Original Message-----
From: Chen, LingliX 
Sent: Thursday, September 3, 2020 4:28 PM
To: dts@dpdk.org
Cc: Chen, LingliX <linglix.chen@intel.com>
Subject: [dts][PATCH V1 00/15] support meson build method

modify dts to support meson build method.

Chen Linglix (15):
  tests/TestSuite_unit_tests_cmdline:update to support meson build
  tests/TestSuite_unit_tests_crc:update to support meson build
  tests/TestSuite_unit_tests_dump:update to support meson build
  tests/TestSuite_unit_tests_eal:update to support meson build
  tests/TestSuite_unit_tests_kni:update to support meson build
  tests/TestSuite_unit_tests_loopback:update to support meson build
  tests/TestSuite_unit_tests_lpm:update to support meson build
  tests/TestSuite_unit_tests_mbuf:update to support meson build
  tests/TestSuite_unit_tests_mempool:update to support meson build
  tests/TestSuite_unit_tests_pmd_perf:update to support meson build
  tests/TestSuite_unit_tests_power:update to support meson build
  tests/TestSuite_unit_tests_qos:update to support meson build
  tests/TestSuite_unit_tests_ringpmd:update to support meson build
  tests/TestSuite_unit_tests_ring:update to support meson build
  tests/TestSuite_unit_tests_timer:update to support meson build

 tests/TestSuite_unit_tests_cmdline.py  |  3 ++-
 tests/TestSuite_unit_tests_crc.py      |  3 ++-
 tests/TestSuite_unit_tests_dump.py     | 30 +++++++++++++++++++-----------
 tests/TestSuite_unit_tests_eal.py      | 10 ++++++----
 tests/TestSuite_unit_tests_kni.py      |  3 ++-
 tests/TestSuite_unit_tests_loopback.py | 18 +++++++-----------
 tests/TestSuite_unit_tests_lpm.py      | 20 ++++++++------------
 tests/TestSuite_unit_tests_mbuf.py     |  3 ++-
 tests/TestSuite_unit_tests_mempool.py  |  6 ++++--  tests/TestSuite_unit_tests_pmd_perf.py |  6 ++++--
 tests/TestSuite_unit_tests_power.py    |  9 ++++++---
 tests/TestSuite_unit_tests_qos.py      |  9 ++++++---
 tests/TestSuite_unit_tests_ring.py     |  6 ++++--
 tests/TestSuite_unit_tests_ringpmd.py  |  6 ++++--
 tests/TestSuite_unit_tests_timer.py    |  6 ++++--
 15 files changed, 80 insertions(+), 58 deletions(-)

--
1.8.3.1
  
Ma, LihongX Sept. 4, 2020, 6:09 a.m. UTC | #2
Ack-by: Lihong Ma<lihongx.ma@intel.com>

Regards,
Ma,lihong

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Chen Linglix
> Sent: Thursday, September 3, 2020 4:28 PM
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>
> Subject: [dts] [PATCH V1 00/15] support meson build method
> 
> modify dts to support meson build method.
> 
> Chen Linglix (15):
>   tests/TestSuite_unit_tests_cmdline:update to support meson build
>   tests/TestSuite_unit_tests_crc:update to support meson build
>   tests/TestSuite_unit_tests_dump:update to support meson build
>   tests/TestSuite_unit_tests_eal:update to support meson build
>   tests/TestSuite_unit_tests_kni:update to support meson build
>   tests/TestSuite_unit_tests_loopback:update to support meson build
>   tests/TestSuite_unit_tests_lpm:update to support meson build
>   tests/TestSuite_unit_tests_mbuf:update to support meson build
>   tests/TestSuite_unit_tests_mempool:update to support meson build
>   tests/TestSuite_unit_tests_pmd_perf:update to support meson build
>   tests/TestSuite_unit_tests_power:update to support meson build
>   tests/TestSuite_unit_tests_qos:update to support meson build
>   tests/TestSuite_unit_tests_ringpmd:update to support meson build
>   tests/TestSuite_unit_tests_ring:update to support meson build
>   tests/TestSuite_unit_tests_timer:update to support meson build
> 
>  tests/TestSuite_unit_tests_cmdline.py  |  3 ++-
>  tests/TestSuite_unit_tests_crc.py      |  3 ++-
>  tests/TestSuite_unit_tests_dump.py     | 30 +++++++++++++++++++-----------
>  tests/TestSuite_unit_tests_eal.py      | 10 ++++++----
>  tests/TestSuite_unit_tests_kni.py      |  3 ++-
>  tests/TestSuite_unit_tests_loopback.py | 18 +++++++-----------
>  tests/TestSuite_unit_tests_lpm.py      | 20 ++++++++------------
>  tests/TestSuite_unit_tests_mbuf.py     |  3 ++-
>  tests/TestSuite_unit_tests_mempool.py  |  6 ++++--
> tests/TestSuite_unit_tests_pmd_perf.py |  6 ++++--
>  tests/TestSuite_unit_tests_power.py    |  9 ++++++---
>  tests/TestSuite_unit_tests_qos.py      |  9 ++++++---
>  tests/TestSuite_unit_tests_ring.py     |  6 ++++--
>  tests/TestSuite_unit_tests_ringpmd.py  |  6 ++++--
>  tests/TestSuite_unit_tests_timer.py    |  6 ++++--
>  15 files changed, 80 insertions(+), 58 deletions(-)
> 
> --
> 1.8.3.1
  
Tu, Lijuan Sept. 9, 2020, 8:09 a.m. UTC | #3
Applied, thanks

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Chen, LingliX
> Sent: 2020年9月3日 16:42
> To: dts@dpdk.org
> Subject: Re: [dts] [PATCH V1 00/15] support meson build method
> 
> Tested-by:  Chen, LingliX <linglix.chen@intel.com>
> 
> Regards,
> Chen, LingliX
> 
> -----Original Message-----
> From: Chen, LingliX
> Sent: Thursday, September 3, 2020 4:28 PM
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>
> Subject: [dts][PATCH V1 00/15] support meson build method
> 
> modify dts to support meson build method.
> 
> Chen Linglix (15):
>   tests/TestSuite_unit_tests_cmdline:update to support meson build
>   tests/TestSuite_unit_tests_crc:update to support meson build
>   tests/TestSuite_unit_tests_dump:update to support meson build
>   tests/TestSuite_unit_tests_eal:update to support meson build
>   tests/TestSuite_unit_tests_kni:update to support meson build
>   tests/TestSuite_unit_tests_loopback:update to support meson build
>   tests/TestSuite_unit_tests_lpm:update to support meson build
>   tests/TestSuite_unit_tests_mbuf:update to support meson build
>   tests/TestSuite_unit_tests_mempool:update to support meson build
>   tests/TestSuite_unit_tests_pmd_perf:update to support meson build
>   tests/TestSuite_unit_tests_power:update to support meson build
>   tests/TestSuite_unit_tests_qos:update to support meson build
>   tests/TestSuite_unit_tests_ringpmd:update to support meson build
>   tests/TestSuite_unit_tests_ring:update to support meson build
>   tests/TestSuite_unit_tests_timer:update to support meson build
> 
>  tests/TestSuite_unit_tests_cmdline.py  |  3 ++-
>  tests/TestSuite_unit_tests_crc.py      |  3 ++-
>  tests/TestSuite_unit_tests_dump.py     | 30 +++++++++++++++++++-----------
>  tests/TestSuite_unit_tests_eal.py      | 10 ++++++----
>  tests/TestSuite_unit_tests_kni.py      |  3 ++-
>  tests/TestSuite_unit_tests_loopback.py | 18 +++++++-----------
>  tests/TestSuite_unit_tests_lpm.py      | 20 ++++++++------------
>  tests/TestSuite_unit_tests_mbuf.py     |  3 ++-
>  tests/TestSuite_unit_tests_mempool.py  |  6 ++++--
> tests/TestSuite_unit_tests_pmd_perf.py |  6 ++++--
>  tests/TestSuite_unit_tests_power.py    |  9 ++++++---
>  tests/TestSuite_unit_tests_qos.py      |  9 ++++++---
>  tests/TestSuite_unit_tests_ring.py     |  6 ++++--
>  tests/TestSuite_unit_tests_ringpmd.py  |  6 ++++--
>  tests/TestSuite_unit_tests_timer.py    |  6 ++++--
>  15 files changed, 80 insertions(+), 58 deletions(-)
> 
> --
> 1.8.3.1