public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
* [PATCH] doc: fix documentation for NBL PMD
@ 2026-03-02 20:21 Stephen Hemminger
  2026-03-03  1:49 ` 回复:[PATCH] " Dimon
  2026-03-03 14:37 ` [PATCH] " Stephen Hemminger
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Hemminger @ 2026-03-02 20:21 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger, Dimon Zhao, Kyo Liu, Leon Yu, Sam Chen

The revised documentation had some issues with formatting and
setting up vfio-pci was not described. Use the existing ENA
documentation as a template to resolve these discrepancies.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 doc/guides/nics/nbl.rst | 42 +++++++++++++++++++----------------------
 1 file changed, 19 insertions(+), 23 deletions(-)

diff --git a/doc/guides/nics/nbl.rst b/doc/guides/nics/nbl.rst
index a9f439ae96..da4604781e 100644
--- a/doc/guides/nics/nbl.rst
+++ b/doc/guides/nics/nbl.rst
@@ -78,40 +78,36 @@ it is necessary to force I/O virtual address (IOVA)
 to be mapped to physical address (PA)
 with the EAL command line option ``--iova-mode=pa``.
 
-Only PF supports Coexistence Between DPDK And Kernel Driver, VF does not.
+Only PF supports coexistence between DPDK and kernel driver; VF does not.
 
 
 Prerequisites
 -------------
 
-- Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>`
-  to setup the basic DPDK environment.
+#. Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>`
+   to setup the basic DPDK environment.
 
-- Learn about `Nebulamatrix Series NICs
-  <https://www.nebula-matrix.com/main>`_.
+#. NBL PMD requires the ``vfio-pci`` kernel driver.
+   The ``igb_uio`` and ``uio_pci_generic`` drivers are not supported.
 
+   Insert the ``vfio-pci`` kernel module using the command ``modprobe vfio-pci``.
+   Please make sure that IOMMU is enabled in your system,
+   or use ``vfio-pci`` in ``noiommu`` mode::
 
-Multiple Processes
-------------------
+     echo 1 > /sys/module/vfio/parameters/enable_unsafe_noiommu_mode
 
-The NBL PMD does not support multiple processes.
+   Note that VF requires ``vfio-pci`` in ``noiommu`` mode
+   when no IOMMU is available on the system.
 
+#. Bind the intended NBL device to ``vfio-pci``.
 
-Limitations or Known Issues
----------------------------
-
-32-bit architectures are not supported.
-
-Windows and BSD are not supported yet.
-
-**igb_uio Driver Support**
+#. Learn about `Nebulamatrix Series NICs
+   <https://www.nebula-matrix.com/main>`_.
 
-The ``igb_uio`` driver is not supported.
 
-**uio_pci_generic Driver Support**
-
-The ``uio_pci_generic`` driver is not supported.
-
-**VFIO no-IOMMU mode**
-If there is no IOMMU available on the system, VF must use ``vfio`` driver in ``noiommu`` mode.
+Limitations or Known Issues
+---------------------------
 
+- 32-bit architectures are not supported.
+- Windows and BSD are not supported yet.
+- Multiple processes are not supported.
-- 
2.51.0


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

* 回复:[PATCH] doc: fix documentation for NBL PMD
  2026-03-02 20:21 [PATCH] doc: fix documentation for NBL PMD Stephen Hemminger
@ 2026-03-03  1:49 ` Dimon
  2026-03-03 14:37 ` [PATCH] " Stephen Hemminger
  1 sibling, 0 replies; 3+ messages in thread
From: Dimon @ 2026-03-03  1:49 UTC (permalink / raw)
  To: Stephen Hemminger, dev; +Cc: Kyo Liu, Leon, Sam

[-- Attachment #1: Type: text/plain, Size: 3144 bytes --]

Hi Stephen,
Thank you for the patch and the detailed improvements to the NBL documentation.
The changes look good to me.
------------------------------------------------------------------
发件人:Stephen Hemminger <stephen@networkplumber.org>
发送时间:2026年3月3日(周二) 04:21
收件人:dev<dev@dpdk.org>
抄 送:Stephen Hemminger<stephen@networkplumber.org>; Dimon<dimon.zhao@nebula-matrix.com>; Kyo Liu<kyo.liu@nebula-matrix.com>; Leon<leon.yu@nebula-matrix.com>; Sam<sam.chen@nebula-matrix.com>
主 题:[PATCH] doc: fix documentation for NBL PMD
The revised documentation had some issues with formatting and
setting up vfio-pci was not described. Use the existing ENA
documentation as a template to resolve these discrepancies.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 doc/guides/nics/nbl.rst | 42 +++++++++++++++++++----------------------
 1 file changed, 19 insertions(+), 23 deletions(-)
diff --git a/doc/guides/nics/nbl.rst b/doc/guides/nics/nbl.rst
index a9f439ae96..da4604781e 100644
--- a/doc/guides/nics/nbl.rst
+++ b/doc/guides/nics/nbl.rst
@@ -78,40 +78,36 @@ it is necessary to force I/O virtual address (IOVA)
 to be mapped to physical address (PA)
 with the EAL command line option ``--iova-mode=pa``.
-Only PF supports Coexistence Between DPDK And Kernel Driver, VF does not.
+Only PF supports coexistence between DPDK and kernel driver; VF does not.
 Prerequisites
 -------------
-- Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>`
- to setup the basic DPDK environment.
+#. Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>`
+ to setup the basic DPDK environment.
-- Learn about `Nebulamatrix Series NICs
- <https://www.nebula-matrix.com/main> <https://www.nebula-matrix.com/main> >`_.
+#. NBL PMD requires the ``vfio-pci`` kernel driver.
+ The ``igb_uio`` and ``uio_pci_generic`` drivers are not supported.
+ Insert the ``vfio-pci`` kernel module using the command ``modprobe vfio-pci``.
+ Please make sure that IOMMU is enabled in your system,
+ or use ``vfio-pci`` in ``noiommu`` mode::
-Multiple Processes
-------------------
+ echo 1 > /sys/module/vfio/parameters/enable_unsafe_noiommu_mode
-The NBL PMD does not support multiple processes.
+ Note that VF requires ``vfio-pci`` in ``noiommu`` mode
+ when no IOMMU is available on the system.
+#. Bind the intended NBL device to ``vfio-pci``.
-Limitations or Known Issues
----------------------------
-
-32-bit architectures are not supported.
-
-Windows and BSD are not supported yet.
-
-**igb_uio Driver Support**
+#. Learn about `Nebulamatrix Series NICs
+ <https://www.nebula-matrix.com/main> <https://www.nebula-matrix.com/main> >`_.
-The ``igb_uio`` driver is not supported.
-**uio_pci_generic Driver Support**
-
-The ``uio_pci_generic`` driver is not supported.
-
-**VFIO no-IOMMU mode**
-If there is no IOMMU available on the system, VF must use ``vfio`` driver in ``noiommu`` mode.
+Limitations or Known Issues
+---------------------------
+- 32-bit architectures are not supported.
+- Windows and BSD are not supported yet.
+- Multiple processes are not supported.
-- 
2.51.0

[-- Attachment #2: Type: text/html, Size: 4871 bytes --]

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

* Re: [PATCH] doc: fix documentation for NBL PMD
  2026-03-02 20:21 [PATCH] doc: fix documentation for NBL PMD Stephen Hemminger
  2026-03-03  1:49 ` 回复:[PATCH] " Dimon
@ 2026-03-03 14:37 ` Stephen Hemminger
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2026-03-03 14:37 UTC (permalink / raw)
  To: dev; +Cc: Dimon Zhao, Kyo Liu, Leon Yu, Sam Chen

On Mon,  2 Mar 2026 12:21:44 -0800
Stephen Hemminger <stephen@networkplumber.org> wrote:

> The revised documentation had some issues with formatting and
> setting up vfio-pci was not described. Use the existing ENA
> documentation as a template to resolve these discrepancies.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
Queued to next-net

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

end of thread, other threads:[~2026-03-03 14:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02 20:21 [PATCH] doc: fix documentation for NBL PMD Stephen Hemminger
2026-03-03  1:49 ` 回复:[PATCH] " Dimon
2026-03-03 14:37 ` [PATCH] " Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox