From: lihong <lihongx.ma@intel.com>
To: dts@dpdk.org
Cc: zhaoyan.chen@intel.com, lihong <lihongx.ma@intel.com>
Subject: [dts] [PATCH V1 0/7] meson build reference
Date: Tue, 7 Jul 2020 10:44:56 +0800 [thread overview]
Message-ID: <1594089903-26285-1-git-send-email-lihongx.ma@intel.com> (raw)
lihong (7):
executions: add build_type field in all executions cfg
conf: add configuration file of app_name.cfg
framework/config: get configuration information from app_name.cfg
framework: read and save the build_type from execution.cfg
framework: add meson build method and get apps name of current build
type
framework/pmd_output: replace the hard code app path with the
configured app path
tests: replace the hard code app path with the configured app path
conf/app_name.cfg | 119 +++++++++++++++++++++++++++
executions/execution.cfg | 2 +
executions/execution_FVL.cfg | 2 +
executions/execution_fm10k.cfg | 2 +
executions/execution_rxmode.cfg | 3 +
executions/execution_smoke.cfg | 1 +
framework/config.py | 29 +++++++
framework/dts.py | 7 ++
framework/dut.py | 8 +-
framework/pmd_output.py | 3 +-
framework/project_dpdk.py | 128 ++++++++++++++++++++++++++++--
framework/settings.py | 1 +
tests/TestSuite_multiprocess.py | 53 ++++++++-----
tests/TestSuite_vhost_multi_queue_qemu.py | 14 ++--
14 files changed, 335 insertions(+), 37 deletions(-)
create mode 100644 conf/app_name.cfg
--
2.7.4
next reply other threads:[~2020-07-07 10:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-07 2:44 lihong [this message]
2020-07-07 2:44 ` [dts] [PATCH V1 1/7] executions: add build_type field in all executions cfg lihong
2020-07-07 2:44 ` [dts] [PATCH V1 2/7] conf: add configuration file of app_name.cfg lihong
2020-07-07 2:44 ` [dts] [PATCH V1 3/7] framework/config: get configuration information from app_name.cfg lihong
2020-07-07 2:45 ` [dts] [PATCH V1 4/7] framework: read and save the build_type from execution.cfg lihong
2020-07-07 2:45 ` [dts] [PATCH V1 5/7] framework: add meson build method and get apps name of current build type lihong
2020-07-07 2:45 ` [dts] [PATCH V1 6/7] framework/pmd_output: replace the hard code app path with the configured app path lihong
2020-07-07 2:45 ` [dts] [PATCH V1 7/7] tests: " lihong
2020-07-07 10:20 ` [dts] [PATCH V1 0/7] meson build reference Xiao, QimaiX
2020-07-20 7:08 ` Tu, Lijuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1594089903-26285-1-git-send-email-lihongx.ma@intel.com \
--to=lihongx.ma@intel.com \
--cc=dts@dpdk.org \
--cc=zhaoyan.chen@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).