Netmap: fix documentation for NR_REG_NIC_SW mode
The correct character to add to the intername name is *, not + Reviewed by: vmaffione, bcr Sponsored By: Klara Inc. Differential Revision: https://reviews.freebsd.org/D30324
This commit is contained in:
parent
3975688563
commit
73e77cf90b
@ -655,7 +655,7 @@ In the example below, "netmap:foo" is any valid netmap port name.
|
|||||||
(default) all hardware ring pairs
|
(default) all hardware ring pairs
|
||||||
.It NR_REG_SW "netmap:foo^"
|
.It NR_REG_SW "netmap:foo^"
|
||||||
the ``host rings'', connecting to the host stack.
|
the ``host rings'', connecting to the host stack.
|
||||||
.It NR_REG_NIC_SW "netmap:foo+"
|
.It NR_REG_NIC_SW "netmap:foo*"
|
||||||
all hardware rings and the host rings
|
all hardware rings and the host rings
|
||||||
.It NR_REG_ONE_NIC "netmap:foo-i"
|
.It NR_REG_ONE_NIC "netmap:foo-i"
|
||||||
only the i-th hardware ring pair, where the number is in
|
only the i-th hardware ring pair, where the number is in
|
||||||
|
Loading…
Reference in New Issue
Block a user