mbox series

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

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

Message

Zhou, JunX W Sept. 16, 2020, 12:29 p.m. UTC
  Modify suites to support meson

*** BLURB HERE ***

Zhou, Jun (10):
  tests/TestSuite_ddp_gtp_qregion.py: Instead of getting the rxq&txq
    value from common_base to rte_config.h
  tests/TestSuite_ddp_l2tpv3.py: Instead of getting the rxq&txq value
    from common_base to rte_config.h
  tests/TestSuite_ddp_ppp_l2tp.py: Instead of getting the rxq&txq value
    from common_base to rte_config.h
  tests/TestSuite_dynamic_flowtype.py: Instead of getting the rxq&txq
    value from common_base to rte_config.h
  tests/TestSuite_dynamic_queue.py: Instead of getting the rxq&txq value
    from common_base to rte_config.h
  tests/TestSuite_ipv4_reassembly.py: change mode of set parameter to
    adapt meson build
  tests/TestSuite_qinq_filter.py: change mode of set parameter to adapt
    meson build
  tests/TestSuite_queue_start_stop.py:adapt to support both meson and
    makefile build
  tests/tests/TestSuite_rxtx_callbacks.py:adapt to support both meson
    and makefile build
  tests/TestSuite_ddp_gtp.py: adapt to support both meson and makefile
    build

 tests/TestSuite_ddp_gtp.py          | 13 +++++--------
 tests/TestSuite_ddp_gtp_qregion.py  |  6 +++---
 tests/TestSuite_ddp_l2tpv3.py       |  7 +++----
 tests/TestSuite_ddp_ppp_l2tp.py     |  6 +++---
 tests/TestSuite_dynamic_flowtype.py |  6 +++---
 tests/TestSuite_dynamic_queue.py    | 12 ++++++------
 tests/TestSuite_ipv4_reassembly.py  |  7 +++----
 tests/TestSuite_qinq_filter.py      |  7 ++-----
 tests/TestSuite_queue_start_stop.py |  5 +++--
 tests/TestSuite_rxtx_callbacks.py   |  4 ++--
 10 files changed, 33 insertions(+), 40 deletions(-)
  

Comments

Zhou, JunX W Sept. 17, 2020, 2:19 a.m. UTC | #1
Tested-by: Zhou, Jun  <junx.w.zhou@intel.com>

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

Modify suites to support meson
  
Tu, Lijuan Sept. 23, 2020, 8:43 a.m. UTC | #2
Applied, thanks

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Zhou, Jun
> Sent: 2020年9月16日 20:30
> To: dts@dpdk.org
> Cc: Zhou, JunX W <junx.w.zhou@intel.com>
> Subject: [dts] [PATCH V1 00/10] Modify suites to support meson
> 
> Modify suites to support meson
> 
> *** BLURB HERE ***
> 
> Zhou, Jun (10):
>   tests/TestSuite_ddp_gtp_qregion.py: Instead of getting the rxq&txq
>     value from common_base to rte_config.h
>   tests/TestSuite_ddp_l2tpv3.py: Instead of getting the rxq&txq value
>     from common_base to rte_config.h
>   tests/TestSuite_ddp_ppp_l2tp.py: Instead of getting the rxq&txq value
>     from common_base to rte_config.h
>   tests/TestSuite_dynamic_flowtype.py: Instead of getting the rxq&txq
>     value from common_base to rte_config.h
>   tests/TestSuite_dynamic_queue.py: Instead of getting the rxq&txq value
>     from common_base to rte_config.h
>   tests/TestSuite_ipv4_reassembly.py: change mode of set parameter to
>     adapt meson build
>   tests/TestSuite_qinq_filter.py: change mode of set parameter to adapt
>     meson build
>   tests/TestSuite_queue_start_stop.py:adapt to support both meson and
>     makefile build
>   tests/tests/TestSuite_rxtx_callbacks.py:adapt to support both meson
>     and makefile build
>   tests/TestSuite_ddp_gtp.py: adapt to support both meson and makefile
>     build
> 
>  tests/TestSuite_ddp_gtp.py          | 13 +++++--------
>  tests/TestSuite_ddp_gtp_qregion.py  |  6 +++---
>  tests/TestSuite_ddp_l2tpv3.py       |  7 +++----
>  tests/TestSuite_ddp_ppp_l2tp.py     |  6 +++---
>  tests/TestSuite_dynamic_flowtype.py |  6 +++---
>  tests/TestSuite_dynamic_queue.py    | 12 ++++++------
>  tests/TestSuite_ipv4_reassembly.py  |  7 +++----
>  tests/TestSuite_qinq_filter.py      |  7 ++-----
>  tests/TestSuite_queue_start_stop.py |  5 +++--
>  tests/TestSuite_rxtx_callbacks.py   |  4 ++--
>  10 files changed, 33 insertions(+), 40 deletions(-)
> 
> --
> 2.25.1