test suite reviews and discussions
 help / color / mirror / Atom feed
From: lihong <lihongx.ma@intel.com>
To: dts@dpdk.org
Cc: zhaoyan.chen@intel.com, lihong <lihongx.ma@intel.com>
Subject: [dts] [PATCH V1 2/7] conf: add configuration file of app_name.cfg
Date: Tue,  7 Jul 2020 10:44:58 +0800	[thread overview]
Message-ID: <1594089903-26285-3-git-send-email-lihongx.ma@intel.com> (raw)
In-Reply-To: <1594089903-26285-1-git-send-email-lihongx.ma@intel.com>

Signed-off-by: lihong <lihongx.ma@intel.com>
---
 conf/app_name.cfg | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 119 insertions(+)
 create mode 100644 conf/app_name.cfg

diff --git a/conf/app_name.cfg b/conf/app_name.cfg
new file mode 100644
index 0000000..928b2db
--- /dev/null
+++ b/conf/app_name.cfg
@@ -0,0 +1,119 @@
+# app path configuration
+# [meson/makefile] : the build type
+# app_name=app_path #about the app_path, you can use 'target' instead of build target in the path
+# eg: if the testpmd app_path is: x86_64-native-linuxapp-gcc/app/testpmd,
+#     you can use string 'target' instead of 'x86_64-native-linuxapp-gcc'
+# test-pmd=target/app/testpmd
+[meson]
+pdump=target/app/dpdk-pdump
+proc-info=target/app/dpdk-proc-info
+test=target/app/test/dpdk-test
+test-acl=target/app/dpdk-test-acl
+test-bbdev=target/app/dpdk-test-bbdev
+test-cmdline=target/app/dpdk-test-cmdline
+test-compress-perf=target/app/dpdk-test-compress-perf
+test-crypto-perf=target/app/dpdk-test-crypto-perf
+test-eventdev=target/app/dpdk-test-eventdev
+test-fib=target/app/dpdk-test-fib
+test-pipeline=target/app/dpdk-test-pipeline
+test-pmd=target/app/dpdk-testpmd
+test-sad=target/app/dpdk-test-sad
+ethtool=target/examples/dpdk-ethtool
+eventdev_pipeline=target/examples/dpdk-eventdev_pipeline
+fips_validation=target/examples/dpdk-fips_validation
+flow_classify=target/examples/dpdk-flow_classify
+flow_filtering=target/examples/dpdk-flow_filtering
+helloworld=target/examples/dpdk-helloworld
+ioat=target/examples/dpdk-ioat
+ip_fragmentation=target/examples/dpdk-ip_fragmentation
+ip_pipeline=target/examples/dpdk-ip_pipeline
+ip_reassembly=target/examples/dpdk-ip_reassembly
+ipsec-secgw=target/examples/dpdk-ipsec-secgw
+ipv4_multicast=target/examples/dpdk-ipv4_multicast
+kni=target/examples/dpdk-kni
+l2fwd=target/examples/dpdk-l2fwd
+l2fwd-crypto=target/examples/dpdk-l2fwd-crypto
+l2fwd-event=target/examples/dpdk-l2fwd-event
+l2fwd-jobstats=target/examples/dpdk-l2fwd-jobstats
+l2fwd-keepalive=target/examples/dpdk-l2fwd-keepalive
+l3fwd=target/examples/dpdk-l3fwd
+l3fwd-acl=target/examples/dpdk-l3fwd-acl
+l3fwd-power=target/examples/dpdk-l3fwd-power
+link_status_interrupt=target/examples/dpdk-link_status_interrupt
+ntb=target/examples/dpdk-ntb
+packet_ordering=target/examples/dpdk-packet_ordering
+ptpclient=target/examples/dpdk-ptpclient
+qos_meter=target/examples/dpdk-qos_meter
+qos_sched=target/examples/dpdk-qos_sched
+rxtx_callbacks=target/examples/dpdk-rxtx_callbacks
+service_cores=target/examples/dpdk-service_cores
+skeleton=target/examples/dpdk-skeleton
+tep_termination=target/examples/dpdk-tep_termination
+timer=target/examples/dpdk-timer
+vdpa=target/examples/dpdk-vdpa
+vhost=target/examples/dpdk-vhost
+vhost_blk=target/examples/dpdk-vhost_blk
+vhost_crypto=target/examples/dpdk-vhost_crypto
+vmdq=target/examples/dpdk-vmdq
+vmdq_dcb=target/examples/dpdk-vmdq_dcb
+mp_client=target/examples/dpdk-mp_client
+hotplug_mp=target/examples/dpdk-hotplug_mp
+mp_server=target/examples/dpdk-mp_server
+simple_mp=target/examples/dpdk-simple_mp
+symmetric_mp=target/examples/dpdk-symmetric_mp
+[makefile]
+pdump=target/app/dpdk-pdump
+proc-info=target/app/dpdk-procinfo
+test=target/app/test
+test-acl=target/app/testacl
+test-bbdev=target/app/testbbdev
+test-cmdline=target/app/cmdline_test
+test-compress-perf=target/app/dpdk-test-compress-perf
+test-crypto-perf=target/app/dpdk-test-crypto-perf
+test-eventdev=target/app/dpdk-test-eventdev
+test-pipeline=target/app/testpipeline
+test-pmd=target/app/testpmd
+test-sad=target/app/testsad
+ethtool=examples/ethtool/ethtool-app/target/ethtool
+eventdev_pipeline=examples/build/app/eventdev_pipeline
+fips_validation=examples/build/app/fips_validation
+flow_classify=examples/build/app/flow_classify
+flow_filtering=examples/build/app/flow
+helloworld=examples/build/app/helloworld
+ioat=examples/build/app/ioatfwd
+ip_fragmentation=examples/build/app/ip_fragmentation
+ip_pipeline=examples/build/app/ip_pipeline
+ip_reassembly=examples/build/app/ip_reassembly
+ipsec-secgw=examples/build/app/ipsec-secgw
+ipv4_multicast=examples/build/app/ipv4_multicast
+kni=examples/build/app/kni
+l2fwd=examples/build/app/l2fwd
+l2fwd-crypto=examples/build/app/l2fwd-crypto
+l2fwd-event=examples/build/app/l2fwd-event
+l2fwd-jobstats=examples/build/app/l2fwd-jobstats
+l2fwd-keepalive=examples/build/app/l2fwd-keepalive
+l3fwd=examples/build/app/l3fwd
+l3fwd-acl=examples/build/app/l3fwd-acl
+l3fwd-power=examples/build/app/l3fwd-power
+link_status_interrupt=examples/build/app/link_status_interrupt
+ntb=examples/build/app/ntb_fwd
+packet_ordering=examples/build/app/packet_ordering
+ptpclient=examples/build/app/ptpclient
+qos_meter=examples/build/app/qos_meter
+qos_sched=examples/build/app/qos_sched
+rxtx_callbacks=examples/build/app/rxtx_callbacks
+service_cores==examples/build/app/service_cores
+skeleton=examples/build/app/basicfwd
+tep_termination=examples/build/app/tep_termination
+timer=examples/build/app/timer
+vdpa=examples/build/app/vdpa
+vhost=examples/build/app/vhost-switch
+vhost_blk=examples/build/app/vhost-blk
+vhost_crypto=examples/build/app/vhost-crypto
+vmdq=examples/build/app/vmdq_app
+vmdq_dcb=examples/build/app/vmdq_dcb_app
+mp_client=examples/multi_process/client_server_mp/mp_client/target/app/mp_client
+hotplug_mp=examples/multi_process/hotplug_mp/target/app/hotplug_mp
+mp_server=examples/multi_process/client_server_mp/mp_client/target/app/mp_server
+simple_mp/=examples/multi_process/simple_mp/target/app/simple_mp/
+symmetric_mp=examples/multi_process/symmetric_mp/target/app/symmetric_mp
-- 
2.7.4


  parent 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 [dts] [PATCH V1 0/7] meson build reference lihong
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 ` lihong [this message]
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-3-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).