From patchwork Tue Jul 21 22:58:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ma, LihongX" X-Patchwork-Id: 74599 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 55DFEA0526; Wed, 22 Jul 2020 08:30:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1568E1BFCA; Wed, 22 Jul 2020 08:30:04 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E09AA1BFCA for ; Wed, 22 Jul 2020 08:30:01 +0200 (CEST) IronPort-SDR: QycpPNMgO2VNLfouZPcRW08rdjxhHXqHcB3Ue/rqgcY0pXE5+nxpYW+zC8dXlyPX2Mx52VEe9P 7nQZ05mrO1tg== X-IronPort-AV: E=McAfee;i="6000,8403,9689"; a="211821700" X-IronPort-AV: E=Sophos;i="5.75,381,1589266800"; d="scan'208";a="211821700" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jul 2020 23:29:56 -0700 IronPort-SDR: S1dSui5BLDwHBMkNCCEx7UTMBocgopXhBZiiKamD0vt0rhC9g/DQsnrt3Uop3jZUWEb13kxu/S yZR+4AX/Q5UA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,381,1589266800"; d="scan'208";a="487886778" Received: from dpdk-lihong-ub1604.sh.intel.com ([10.67.118.174]) by fmsmga006.fm.intel.com with ESMTP; 21 Jul 2020 23:29:55 -0700 From: lihong To: dts@dpdk.org Cc: weix.ling@intel.com, lihong Date: Wed, 22 Jul 2020 06:58:08 +0800 Message-Id: <1595372288-26392-1-git-send-email-lihongx.ma@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V1] conf/app_name: correct the example name path on makefile X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: lihong --- conf/app_name.cfg | 86 +++++++++++++++++++++++++++---------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/conf/app_name.cfg b/conf/app_name.cfg index 928b2db..c7c1044 100644 --- a/conf/app_name.cfg +++ b/conf/app_name.cfg @@ -74,46 +74,46 @@ 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 +ethtool=examples/ethtool/ethtool-app/ethtool +eventdev_pipeline=examples/eventdev_pipeline/build/app/eventdev_pipeline +fips_validation=examples/fips_validation/build/app/fips_validation +flow_classify=examples/flow_classify/build/app/flow_classify +flow_filtering=examples/flow_filtering/build/app/flow +helloworld=examples/helloworld/build/app/helloworld +ioat=examples/ioat/build/app/ioatfwd +ip_fragmentation=examples/ip_fragmentation/build/app/ip_fragmentation +ip_pipeline=examples/ip_pipeline/build/app/ip_pipeline +ip_reassembly=examples/ip_reassembly/build/app/ip_reassembly +ipsec-secgw=examples/ipsec-secgw/build/app/ipsec-secgw +ipv4_multicast=examples/ipv4_multicast/build/app/ipv4_multicast +kni=examples/kni/build/app/kni +l2fwd=examples/l2fwd/build/app/l2fwd +l2fwd-crypto=examples/l2fwd-crypto/build/app/l2fwd-crypto +l2fwd-event=examples/l2fwd-event/build/app/l2fwd-event +l2fwd-jobstats=examples/l2fwd-jobstats/build/app/l2fwd-jobstats +l2fwd-keepalive=examples/l2fwd-keepalive/build/app/l2fwd-keepalive +l3fwd=examples/l3fwd/build/app/l3fwd +l3fwd-acl=examples/l3fwd-acl/build/app/l3fwd-acl +l3fwd-power=examples/l3fwd-power/build/app/l3fwd-power +link_status_interrupt=examples/link_status_interrupt/build/app/link_status_interrupt +ntb=examples/ntb/build/app/ntb_fwd +packet_ordering=examples/packet_ordering/build/app/packet_ordering +ptpclient=examples/ptpclient/build/app/ptpclient +qos_meter=examples/qos_meter/build/app/qos_meter +qos_sched=examples/qos_sched/build/app/qos_sched +rxtx_callbacks=examples/rxtx_callbacks/build/app/rxtx_callbacks +service_cores=examples/service_cores/build/app/service_cores +skeleton=examples/skeleto/build/app/basicfwd +tep_termination=examples/tep_termination/build/app/tep_termination +timer=examples/timer/build/app/timer +vdpa=examples/vdpa/build/app/vdpa +vhost=examples/vhost/build/app/vhost-switch +vhost_blk=examples/vhost_blk/build/app/vhost-blk +vhost_crypto=examples/vhost_crypto/build/app/vhost-crypto +vmdq=examples/vmdq/build/app/vmdq_app +vmdq_dcb=examples/vmdq_dcb/build/app/vmdq_dcb_app +mp_client=examples/multi_process/client_server_mp/mp_client/build/app/mp_client +hotplug_mp=examples/multi_process/hotplug_mp/build/app/hotplug_mp +mp_server=examples/multi_process/client_server_mp/mp_server/build/app/mp_server +simple_mp=examples/multi_process/simple_mp/build/app/simple_mp +symmetric_mp=examples/multi_process/symmetric_mp/build/app/symmetric_mp