Message ID | 20200911144542.28336-1-weix.ling@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | use API to set dpdk config when use meson | expand |
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(-)
> 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