mbox series

[V1,0/6] support meson build

Message ID 20200826101522.110423-1-weix.ling@intel.com (mailing list archive)
Headers
Series support meson build |

Message

Ling, WeiX Aug. 26, 2020, 10:15 a.m. UTC
  support meson build

lingwei (6):
  tests/TestSuite_metrics:support meson build
  tests/TestSuite_af_xdp_2:support meson build
  tests/TestSuite_macsec_for_ixgbe.py:support meson build
  tests/TestSuite_packet_ordering:support meson build
  tests/TestSuite_qos_meter.py:support meson build
  tests/TestSuite_vmdq_dcb:support meson build

 tests/TestSuite_af_xdp_2.py         |  6 +++---
 tests/TestSuite_macsec_for_ixgbe.py |  9 ++++++---
 tests/TestSuite_metrics.py          | 12 ++----------
 tests/TestSuite_packet_ordering.py  |  6 ++++--
 tests/TestSuite_qos_meter.py        |  3 ++-
 tests/TestSuite_vmdq_dcb.py         |  8 +++++---
 6 files changed, 22 insertions(+), 22 deletions(-)
  

Comments

Tu, Lijuan Aug. 27, 2020, 5:06 a.m. UTC | #1
> Subject: [dts] [PATCH V1 0/6] support meson build
> 
> support meson build
> 
> lingwei (6):
>   tests/TestSuite_metrics:support meson build
>   tests/TestSuite_af_xdp_2:support meson build
>   tests/TestSuite_macsec_for_ixgbe.py:support meson build
>   tests/TestSuite_packet_ordering:support meson build
>   tests/TestSuite_qos_meter.py:support meson build
>   tests/TestSuite_vmdq_dcb:support meson build
> 
>  tests/TestSuite_af_xdp_2.py         |  6 +++---
>  tests/TestSuite_macsec_for_ixgbe.py |  9 ++++++---
>  tests/TestSuite_metrics.py          | 12 ++----------
>  tests/TestSuite_packet_ordering.py  |  6 ++++--
>  tests/TestSuite_qos_meter.py        |  3 ++-
>  tests/TestSuite_vmdq_dcb.py         |  8 +++++---
>  6 files changed, 22 insertions(+), 22 deletions(-)

Applied the series