git: 73e77cf90ba3 - main - Netmap: fix documentation for NR_REG_NIC_SW mode

Allan Jude allanjude at FreeBSD.org
Sat May 22 01:44:33 UTC 2021


The branch main has been updated by allanjude:

URL: https://cgit.FreeBSD.org/src/commit/?id=73e77cf90ba35809adefcc6cd129da5ef15c8e9d

commit 73e77cf90ba35809adefcc6cd129da5ef15c8e9d
Author:     Allan Jude <allanjude at FreeBSD.org>
AuthorDate: 2021-05-17 23:07:53 +0000
Commit:     Allan Jude <allanjude at FreeBSD.org>
CommitDate: 2021-05-22 01:44:23 +0000

    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
---
 share/man/man4/netmap.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man4/netmap.4 b/share/man/man4/netmap.4
index d247c44b0df8..732e3bfaeaab 100644
--- a/share/man/man4/netmap.4
+++ b/share/man/man4/netmap.4
@@ -655,7 +655,7 @@ In the example below, "netmap:foo" is any valid netmap port name.
 (default) all hardware ring pairs
 .It NR_REG_SW            "netmap:foo^"
 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
 .It NR_REG_ONE_NIC       "netmap:foo-i"
 only the i-th hardware ring pair, where the number is in


More information about the dev-commits-src-all mailing list