[dts] [PATCH V1 2/2] add a new support drivername in execution file drivername list

xu,huilong huilongx.xu at intel.com
Wed Oct 18 03:26:14 CEST 2017


add uio_pci_generic driver in execution file support driver list

Signed-off-by: xu,huilong <huilongx.xu at intel.com>
---
 executions/execution.cfg       | 2 +-
 executions/execution_FVL.cfg   | 2 +-
 executions/execution_fm10k.cfg | 2 +-
 executions/execution_smoke.cfg | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/executions/execution.cfg b/executions/execution.cfg
index 598c990..0683d74 100644
--- a/executions/execution.cfg
+++ b/executions/execution.cfg
@@ -1,6 +1,6 @@
 [Execution1]
 crbs=<CRB IP Address>
-drivername=<driver name igb_uio or vfio-pci or mlx5_core>
+drivername=<driver name igb_uio or vfio-pci or mlx5_core or uio_pci_generic>
 test_suites=
     cmdline,
     hello_world,
diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg
index c7bcf5f..d5e6cfb 100644
--- a/executions/execution_FVL.cfg
+++ b/executions/execution_FVL.cfg
@@ -1,6 +1,6 @@
 [Execution1]
 crbs=<CRB IP Address>
-drivername=<driver name igb_uio or vfio-pci or mlx5_core>
+drivername=<driver name igb_uio or vfio-pci or mlx5_core or uio_pci_generic>
 test_suites=
     checksum_offload,
     dynamic_config,
diff --git a/executions/execution_fm10k.cfg b/executions/execution_fm10k.cfg
index fb4fc8c..971e4a4 100644
--- a/executions/execution_fm10k.cfg
+++ b/executions/execution_fm10k.cfg
@@ -1,6 +1,6 @@
 [Execution1]
 crbs=<CRB IP Address>
-drivername=<driver name igb_uio or vfio-pci>
+drivername=<driver name igb_uio or vfio-pci or uio_pci_generic>
 test_suites=
     checksum_offload,
     vlan,
diff --git a/executions/execution_smoke.cfg b/executions/execution_smoke.cfg
index 9e5d2e6..f069365 100644
--- a/executions/execution_smoke.cfg
+++ b/executions/execution_smoke.cfg
@@ -1,6 +1,6 @@
 [Execution1]
 crbs=<CRB IP Address>
-drivername=<driver name igb_uio or vfio-pci or mlx5_core>
+drivername=<driver name igb_uio or vfio-pci or mlx5_core or uio_pci_generic>
 test_suites=
     unit_tests_cmdline,
     unit_tests_eal,
-- 
1.9.3



More information about the dts mailing list