doc: add multi-driver option in i40e guide
authorBeilei Xing <beilei.xing@intel.com>
Sun, 4 Feb 2018 03:40:57 +0000 (11:40 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 8 Feb 2018 11:39:58 +0000 (12:39 +0100)
This patch updates the i40e guide with new device parameter of
'support-multi-driver'.

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/nics/i40e.rst

index 3bef88f..e1b8083 100644 (file)
@@ -109,6 +109,17 @@ Runtime Config Options
   1, 2, 4, 8 or 16. If no such parameter is configured, the number of queues
   per VF is 4 by default.
 
+- ``Support multiple driver`` (default ``disable``)
+
+  There was a multiple driver support issue during use of 700 series Ethernet
+  Adapter with both Linux kernel and DPDK PMD. To fix this issue, ``devargs``
+  parameter ``support-multi-driver`` is introduced, for example::
+
+    -w 84:00.0,support-multi-driver=1
+
+  With the above configuration, DPDK PMD will not change global registers, and
+  will switch PF interrupt from IntN to Int0 to avoid interrupt conflict between
+  DPDK and Linux Kernel.
 
 Driver compilation and testing
 ------------------------------