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

* Re: [dpdk-dev] [PATCH] doc: update i40e guide
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Kovacevic, Marko @ 2018-02-06 13:41 UTC (permalink / raw)
  To: Xing, Beilei, Mcnamara, John, dev, Wu, Jingjing; +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(+)
> 

Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>

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

* Re: [dpdk-dev] [PATCH] doc: update i40e guide
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Mcnamara, John @ 2018-02-07 16:06 UTC (permalink / raw)
  To: Xing, Beilei, dev, Wu, Jingjing; +Cc: stable



> -----Original Message-----
> From: Xing, Beilei
> Sent: Sunday, February 4, 2018 3:41 AM
> To: Mcnamara, John <john.mcnamara@intel.com>; dev@dpdk.org; Wu, Jingjing
> <jingjing.wu@intel.com>
> Cc: stable@dpdk.org
> Subject: [PATCH] doc: update i40e guide
> 
> This patch updates the i40e guide with new device parameter support-multi-
> driver.
> 
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>


Acked-by: John McNamara <john.mcnamara@intel.com>

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

* Re: [dpdk-dev] [PATCH] doc: update i40e guide
  2018-02-07 16:06 ` Mcnamara, John
@ 2018-02-08  2:43   ` Zhang, Helin
  0 siblings, 0 replies; 4+ messages in thread
From: Zhang, Helin @ 2018-02-08  2:43 UTC (permalink / raw)
  To: Mcnamara, John, Xing, Beilei, dev, Wu, Jingjing



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mcnamara, John
> Sent: Thursday, February 8, 2018 12:07 AM
> To: Xing, Beilei; dev@dpdk.org; Wu, Jingjing
> Cc: stable@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] doc: update i40e guide
> 
> 
> 
> > -----Original Message-----
> > From: Xing, Beilei
> > Sent: Sunday, February 4, 2018 3:41 AM
> > To: Mcnamara, John <john.mcnamara@intel.com>; dev@dpdk.org; Wu,
> > Jingjing <jingjing.wu@intel.com>
> > Cc: stable@dpdk.org
> > Subject: [PATCH] doc: update i40e guide
> >
> > This patch updates the i40e guide with new device parameter
> > support-multi- driver.
> >
> > Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> 
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>
Applied to dpdk-next-net-intel, thanks!

/Helin
> 

^ 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).