mbox series

[V1,0/5] use API to set dpdk config when use meson

Message ID 20200911144542.28336-1-weix.ling@intel.com (mailing list archive)
Headers
Series use API to set dpdk config when use meson |

Message

Ling, WeiX Sept. 11, 2020, 2:45 p.m. UTC
  use API to set dpdk config when use meson

lingwei (5):
  tests/l3fwd_base:use API to set dpdk config when use meson
  tests/TestSuite_af_xdp_2:use API to set dpdk config when use meson
  tests/TestSuite_nic_single_core_perf:use API to set dpdk config when
    use meson
  tests/TestSuite_vmdq_dcb:use API to set dpdk config when use meson
  tests/TestSuite_vmdq:use API to set dpdk config when use meson

 tests/TestSuite_af_xdp_2.py             |  3 ++-
 tests/TestSuite_nic_single_core_perf.py |  4 ++++
 tests/TestSuite_vmdq.py                 |  5 ++++-
 tests/TestSuite_vmdq_dcb.py             | 13 ++++---------
 tests/l3fwd_base.py                     |  2 ++
 5 files changed, 16 insertions(+), 11 deletions(-)
  

Comments

Ling, WeiX Sept. 11, 2020, 7:04 a.m. UTC | #1
Tested-by: Ling, Wei <weix.ling@intel.com>

Regards,
Ling Wei

-----Original Message-----
From: Ling, WeiX <weix.ling@intel.com> 
Sent: Friday, September 11, 2020 10:46 PM
To: dts@dpdk.org
Cc: Ling, WeiX <weix.ling@intel.com>
Subject: [dts][PATCH V1 0/5] use API to set dpdk config when use meson

use API to set dpdk config when use meson

lingwei (5):
  tests/l3fwd_base:use API to set dpdk config when use meson
  tests/TestSuite_af_xdp_2:use API to set dpdk config when use meson
  tests/TestSuite_nic_single_core_perf:use API to set dpdk config when
    use meson
  tests/TestSuite_vmdq_dcb:use API to set dpdk config when use meson
  tests/TestSuite_vmdq:use API to set dpdk config when use meson

 tests/TestSuite_af_xdp_2.py             |  3 ++-
 tests/TestSuite_nic_single_core_perf.py |  4 ++++
 tests/TestSuite_vmdq.py                 |  5 ++++-
 tests/TestSuite_vmdq_dcb.py             | 13 ++++---------
 tests/l3fwd_base.py                     |  2 ++
 5 files changed, 16 insertions(+), 11 deletions(-)
  
Tu, Lijuan Sept. 15, 2020, 8:42 a.m. UTC | #2
> Subject: [dts] [PATCH V1 0/5] use API to set dpdk config when use meson
> 
> use API to set dpdk config when use meson
> 
> lingwei (5):
>   tests/l3fwd_base:use API to set dpdk config when use meson
>   tests/TestSuite_af_xdp_2:use API to set dpdk config when use meson
>   tests/TestSuite_nic_single_core_perf:use API to set dpdk config when
>     use meson
>   tests/TestSuite_vmdq_dcb:use API to set dpdk config when use meson
>   tests/TestSuite_vmdq:use API to set dpdk config when use meson

Applied