DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: update i40e guide
@ 2018-02-04  3:40 Beilei Xing
  2018-02-06 13:41 ` Kovacevic, Marko
  2018-02-07 16:06 ` Mcnamara, John
  0 siblings, 2 replies; 4+ messages in thread
From: Beilei Xing @ 2018-02-04  3:40 UTC (permalink / raw)
  To: john.mcnamara, dev, jingjing.wu; +Cc: stable

This patch updates the i40e guide with new device
parameter support-multi-driver.

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
Cc: stable@dpdk.org
---
 doc/guides/nics/i40e.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index 166f447..a83af6d 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -136,6 +136,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
 ------------------------------
-- 
2.5.5

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-08  2:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-04  3:40 [dpdk-dev] [PATCH] doc: update i40e guide Beilei Xing
2018-02-06 13:41 ` Kovacevic, Marko
2018-02-07 16:06 ` Mcnamara, John
2018-02-08  2:43   ` Zhang, Helin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).