[dts] [PATCH V1] add sample executable config file

xu,gang gangx.xu at intel.com
Tue May 3 05:18:56 CEST 2016


From: Lijuan Tu <lijuanx.a.tu at intel.com>

Signed-off-by: Lijuan Tu <lijuanx.a.tu at intel.com>
---
 executions/execution_sample.cfg | 51 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)
 create mode 100644 executions/execution_sample.cfg

diff --git a/executions/execution_sample.cfg b/executions/execution_sample.cfg
new file mode 100644
index 0000000..e5094de
--- /dev/null
+++ b/executions/execution_sample.cfg
@@ -0,0 +1,51 @@
+[Execution1]
+crbs=<CRB IP Address>
+drivername=<driver name igb_uio or vfio-pci or mlx5_core>
+test_suites=
+#    bond 
+    cmdline 
+#    distributor 
+#    dpdk_qat 
+#    ethtool 
+#    exception_path
+    helloworld  
+    ip_fragmentation
+    ip_pipeline 
+    ip_reassembly
+#    ipsec-secgw
+#    ipv4_multicast
+    kni  
+    l2fwd  
+#    l2fwd-cat 
+#    l2fwd-crypto
+#    l2fwd-ivshmem 
+#    l2fwd-jobstats
+#    l2fwd-keepalive  
+    l3fwd  
+#    l3fwd-acl
+#    l3fwd-power  
+#    l3fwd-vf 
+    link_status_interrupt 
+#    load_balancer 
+    multi_process  
+    netmap_compat 
+#    packet_ordering
+#    performance-thread
+#    ptpclient 
+#    qos_meter  
+#    qos_sched    
+#    quota_watermark
+    rxtx_callbacks
+    skeleton
+    tep_termination
+    timer
+    vhost
+#    vhost_xen
+    vmdq
+#    vmdq_dcb
+    vm_power_manager
+
+targets=
+    x86_64-native-linuxapp-gcc
+parameters=nic_type=cfg:func=true
+
-- 
1.9.3



More information about the dts mailing list