All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: add VF support statement
@ 2017-04-18  5:36 Qiming Yang
  2017-04-26 15:07 ` Mcnamara, John
  2017-05-03  6:21 ` [PATCH v2] " Qiming Yang
  0 siblings, 2 replies; 4+ messages in thread
From: Qiming Yang @ 2017-04-18  5:36 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, jingjing.wu, Qiming Yang

This patch adds two note in doc build_dpdk, suggests DPDK user
don't use ``vfio-pci`` and ``uio_pci_generic`` module to create
virtual functions(VFs).

Signed-off-by: Qiming Yang <qiming.yang@intel.com>
---
 doc/guides/linux_gsg/build_dpdk.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/guides/linux_gsg/build_dpdk.rst b/doc/guides/linux_gsg/build_dpdk.rst
index 9d24573..b79ca48 100644
--- a/doc/guides/linux_gsg/build_dpdk.rst
+++ b/doc/guides/linux_gsg/build_dpdk.rst
@@ -155,6 +155,10 @@ can provide the uio capability. This module can be loaded using the command
 
     sudo modprobe uio_pci_generic
 
+.. note::
+
+    ``uio_pci_generic`` module doesn't support to create virtual functions.
+
 As an alternative to the ``uio_pci_generic``, the DPDK also includes the igb_uio
 module which can be found in the kmod subdirectory referred to above. It can
 be loaded as shown below:
@@ -187,6 +191,10 @@ however please consult your distributions documentation to make sure that is the
 
 Also, to use VFIO, both kernel and BIOS must support and be configured to use IO virtualization (such as Intel® VT-d).
 
+.. note::
+
+    ``vfio-pci`` module doesn't support to create virtual functions.
+
 For proper operation of VFIO when running DPDK applications as a non-privileged user, correct permissions should also be set up.
 This can be done by using the DPDK setup script (called dpdk-setup.sh and located in the usertools directory).
 
-- 
2.7.4

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

* Re: [PATCH] doc: add VF support statement
  2017-04-18  5:36 [PATCH] doc: add VF support statement Qiming Yang
@ 2017-04-26 15:07 ` Mcnamara, John
  2017-05-03  6:21 ` [PATCH v2] " Qiming Yang
  1 sibling, 0 replies; 4+ messages in thread
From: Mcnamara, John @ 2017-04-26 15:07 UTC (permalink / raw)
  To: Yang, Qiming, dev; +Cc: Richardson, Bruce, Wu, Jingjing, Yang, Qiming



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Qiming Yang
> Sent: Tuesday, April 18, 2017 6:36 AM
> To: dev@dpdk.org
> Cc: Richardson, Bruce <bruce.richardson@intel.com>; Wu, Jingjing
> <jingjing.wu@intel.com>; Yang, Qiming <qiming.yang@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: add VF support statement
> 
> This patch adds two note in doc build_dpdk, suggests DPDK user don't use
> ``vfio-pci`` and ``uio_pci_generic`` module to create virtual
> functions(VFs).
> 
> Signed-off-by: Qiming Yang <qiming.yang@intel.com>
> ---
>  doc/guides/linux_gsg/build_dpdk.rst | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/doc/guides/linux_gsg/build_dpdk.rst
> b/doc/guides/linux_gsg/build_dpdk.rst
> index 9d24573..b79ca48 100644
> --- a/doc/guides/linux_gsg/build_dpdk.rst
> +++ b/doc/guides/linux_gsg/build_dpdk.rst
> @@ -155,6 +155,10 @@ can provide the uio capability. This module can be
> loaded using the command
> 
>      sudo modprobe uio_pci_generic
> 
> +.. note::
> +
> +    ``uio_pci_generic`` module doesn't support to create virtual
> functions.


Would be better as:

The ``uio_pci_generic`` module doesn't support the creation of virtual functions.


> +
> +.. note::
> +
> +    ``vfio-pci`` module doesn't support to create virtual functions.
> +


Would be better as:

The `` vfio-pci `` module doesn't support the creation of virtual functions.



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

* [PATCH v2] doc: add VF support statement
  2017-04-18  5:36 [PATCH] doc: add VF support statement Qiming Yang
  2017-04-26 15:07 ` Mcnamara, John
@ 2017-05-03  6:21 ` Qiming Yang
  2017-05-07 12:16   ` Thomas Monjalon
  1 sibling, 1 reply; 4+ messages in thread
From: Qiming Yang @ 2017-05-03  6:21 UTC (permalink / raw)
  To: dev; +Cc: stable, john.mcnamara, bruce.richardson, Qiming Yang

This patch adds two note in doc build_dpdk, suggests DPDK user
don't use ``vfio-pci`` and ``uio_pci_generic`` module to create
virtual functions(VFs).

Signed-off-by: Qiming Yang <qiming.yang@intel.com>
---
v2 changes:
* use better expression.
---
---
 doc/guides/linux_gsg/build_dpdk.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/guides/linux_gsg/build_dpdk.rst b/doc/guides/linux_gsg/build_dpdk.rst
index 9d24573..cf6c06d 100644
--- a/doc/guides/linux_gsg/build_dpdk.rst
+++ b/doc/guides/linux_gsg/build_dpdk.rst
@@ -155,6 +155,10 @@ can provide the uio capability. This module can be loaded using the command
 
     sudo modprobe uio_pci_generic
 
+.. note::
+
+    ``uio_pci_generic`` module doesn't support the creation of virtual functions.
+
 As an alternative to the ``uio_pci_generic``, the DPDK also includes the igb_uio
 module which can be found in the kmod subdirectory referred to above. It can
 be loaded as shown below:
@@ -187,6 +191,10 @@ however please consult your distributions documentation to make sure that is the
 
 Also, to use VFIO, both kernel and BIOS must support and be configured to use IO virtualization (such as Intel® VT-d).
 
+.. note::
+
+    ``vfio-pci`` module doesn't support the creation of virtual functions.
+
 For proper operation of VFIO when running DPDK applications as a non-privileged user, correct permissions should also be set up.
 This can be done by using the DPDK setup script (called dpdk-setup.sh and located in the usertools directory).
 
-- 
2.7.4

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

* Re: [PATCH v2] doc: add VF support statement
  2017-05-03  6:21 ` [PATCH v2] " Qiming Yang
@ 2017-05-07 12:16   ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2017-05-07 12:16 UTC (permalink / raw)
  To: Qiming Yang; +Cc: dev, stable, john.mcnamara, bruce.richardson

03/05/2017 08:21, Qiming Yang:
> This patch adds two note in doc build_dpdk, suggests DPDK user
> don't use ``vfio-pci`` and ``uio_pci_generic`` module to create
> virtual functions(VFs).
> 
> Signed-off-by: Qiming Yang <qiming.yang@intel.com>

Applied, thanks

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

end of thread, other threads:[~2017-05-07 12:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-18  5:36 [PATCH] doc: add VF support statement Qiming Yang
2017-04-26 15:07 ` Mcnamara, John
2017-05-03  6:21 ` [PATCH v2] " Qiming Yang
2017-05-07 12:16   ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.