Skip to content

Commit

Permalink
man: use "zero-copy" rather than "transparent"
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaffione committed Jan 4, 2017
1 parent 1d8d9c2 commit 27ecc02
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions share/man/man4/netmap.4
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,7 @@ can be delayed indefinitely.
This flag helps detect
when packets have been sent and a file descriptor can be closed.
.It NS_FORWARD
When a ring is in 'transparent' mode (see
.Sx TRANSPARENT MODE ) ,
When a ring is in 'transparent' mode,
packets marked with this flag are forwarded to the other endpoint
at the next system call, thus restoring (in a selective way)
the connection between a NIC and the host stack.
Expand Down Expand Up @@ -958,7 +957,7 @@ rates, and use multiple send/receive threads and cores.
is another test program which interconnects two
.Nm
ports.
It can be used for transparent forwarding between
It can be used for zero-copy forwarding between
interfaces, as in
.Dl bridge -i ix0 -i ix1
or even connect the NIC to the host stack using netmap
Expand Down

0 comments on commit 27ecc02

Please sign in to comment.