[dts] [PATCH V1 3/3] conf/app_name: modify app name by dpdk change

Wei Ling weix.ling at intel.com
Mon Nov 8 09:45:26 CET 2021


1.According to dpdk commit d0473104("examples/ioat: port application to dmadev API")
change from example/ioat to /example/dma, dts need to change sync with dpdk.

2.DTS need to modify the app name in the app_name.cfg.

Signed-off-by: Wei Ling <weix.ling at intel.com>
---
 conf/app_name.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/app_name.cfg b/conf/app_name.cfg
index e1fc4977..985ee115 100644
--- a/conf/app_name.cfg
+++ b/conf/app_name.cfg
@@ -24,7 +24,7 @@ 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
+dma=target/examples/dpdk-dma
 ip_fragmentation=target/examples/dpdk-ip_fragmentation
 ip_pipeline=target/examples/dpdk-ip_pipeline
 ip_reassembly=target/examples/dpdk-ip_reassembly
-- 
2.25.1



More information about the dts mailing list