[dts] [PATCH V1] executions: add comment for using igb_uio

Haiyang Zhao haiyangx.zhao at intel.com
Wed Dec 23 10:20:59 CET 2020


add comment of using igb_uio in all the execution files.

Signed-off-by: Haiyang Zhao <haiyangx.zhao at intel.com>
---
 executions/execution.cfg        | 1 +
 executions/execution_FVL.cfg    | 1 +
 executions/execution_fm10k.cfg  | 1 +
 executions/execution_rxmode.cfg | 1 +
 executions/execution_smoke.cfg  | 1 +
 5 files changed, 5 insertions(+)

diff --git a/executions/execution.cfg b/executions/execution.cfg
index 0a1ac3cb..34ebc2bd 100644
--- a/executions/execution.cfg
+++ b/executions/execution.cfg
@@ -1,5 +1,6 @@
 [Execution1]
 crbs=<CRB IP Address>
+#using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst
 drivername=<driver name igb_uio or vfio-pci or mlx5_core or uio_pci_generic>
 build_type=<makefile or meson>
 test_suites=
diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg
index 84c16490..b9633492 100644
--- a/executions/execution_FVL.cfg
+++ b/executions/execution_FVL.cfg
@@ -1,5 +1,6 @@
 [Execution1]
 crbs=<CRB IP Address>
+#using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst
 drivername=<driver name igb_uio or vfio-pci or mlx5_core or uio_pci_generic>
 build_type=<makefile or meson>
 test_suites=
diff --git a/executions/execution_fm10k.cfg b/executions/execution_fm10k.cfg
index dbd2b96e..414e7131 100644
--- a/executions/execution_fm10k.cfg
+++ b/executions/execution_fm10k.cfg
@@ -1,5 +1,6 @@
 [Execution1]
 crbs=<CRB IP Address>
+#using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst
 drivername=<driver name igb_uio or vfio-pci or uio_pci_generic>
 build_type=<makefile or meson>
 test_suites=
diff --git a/executions/execution_rxmode.cfg b/executions/execution_rxmode.cfg
index e1bf9812..d8feb535 100644
--- a/executions/execution_rxmode.cfg
+++ b/executions/execution_rxmode.cfg
@@ -1,5 +1,6 @@
 [Execution1]
 crbs=<CRB IP Address>
+#using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst
 drivername=igb_uio
 rx_mode=scalar
 build_type=<makefile or meson>
diff --git a/executions/execution_smoke.cfg b/executions/execution_smoke.cfg
index ea5bd3fd..59a4075f 100644
--- a/executions/execution_smoke.cfg
+++ b/executions/execution_smoke.cfg
@@ -1,5 +1,6 @@
 [Execution1]
 crbs=<CRB IP Address>
+#using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst
 drivername=<driver name igb_uio or vfio-pci or mlx5_core or uio_pci_generic>
 build_type=<makefile or meson>
 test_suites=
-- 
2.17.1



More information about the dts mailing list