Skip to content

Commit

Permalink
doc: fix multiport syntax in nfp guide
Browse files Browse the repository at this point in the history
[ upstream commit 8202309 ]

Fix up the suffix of the PCI ID to be consistent with the code.

Fixes: 979f2ba ("doc: improve multiport PF in nfp guide")

Signed-off-by: Chaoyong He <chaoyong.he@corigine.com>
Signed-off-by: Heinrich Kuhn <heinrich.kuhn@netronome.com>
  • Loading branch information
hechaoyong authored and steevenlee committed Jun 8, 2021
1 parent 7abfd66 commit bfaab15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/guides/nics/nfp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ although once they are created, DPDK apps should be able to use them as normal
PCI ports.

NFP ports belonging to same PF can be seen inside PMD initialization with a
suffix added to the PCI ID: wwww:xx:yy.z_port_n. For example, a PF with PCI ID
suffix added to the PCI ID: wwww:xx:yy.z_portn. For example, a PF with PCI ID
0000:03:00.0 and four ports is seen by the PMD code as:

.. code-block:: console
0000:03:00.0_port_0
0000:03:00.0_port_1
0000:03:00.0_port_2
0000:03:00.0_port_3
0000:03:00.0_port0
0000:03:00.0_port1
0000:03:00.0_port2
0000:03:00.0_port3
.. Note::

Expand Down

0 comments on commit bfaab15

Please sign in to comment.