View | Details | Raw Unified | Return to bug 191320 | Differences between
and this patch

Collapse All | Expand All

(-)b/share/man/man4/netmap.4 (-7 / +9 lines)
Lines 27-33 Link Here
27
.\"
27
.\"
28
.\" $FreeBSD$
28
.\" $FreeBSD$
29
.\"
29
.\"
30
.Dd February 13, 2014
30
.Dd June 23, 2014
31
.Dt NETMAP 4
31
.Dt NETMAP 4
32
.Os
32
.Os
33
.Sh NAME
33
.Sh NAME
Lines 758-783 similar to pcap_next(), fetches the next packet Link Here
758
.Sh SUPPORTED DEVICES
758
.Sh SUPPORTED DEVICES
759
.Nm
759
.Nm
760
natively supports the following devices:
760
natively supports the following devices:
761
.Pp
761
.Bl -tag -width "On FreeBSD:" -offset indent
762
On FreeBSD:
762
.It On FreeBSD:
763
.Xr cxgbe 4 ,
763
.Xr em 4 ,
764
.Xr em 4 ,
764
.Xr igb 4 ,
765
.Xr igb 4 ,
765
.Xr ixgbe 4 ,
766
.Xr ixgbe 4 ,
766
.Xr lem 4 ,
767
.Xr lem 4 ,
767
.Xr re 4 .
768
.Xr re 4 .
768
.Pp
769
.It On Linux:
769
On Linux
770
.Xr e1000 4 ,
770
.Xr e1000 4 ,
771
.Xr e1000e 4 ,
771
.Xr e1000e 4 ,
772
.Xr forcedeth 4 ,
772
.Xr igb 4 ,
773
.Xr igb 4 ,
773
.Xr ixgbe 4 ,
774
.Xr ixgbe 4 ,
774
.Xr mlx4 4 ,
775
.Xr mlx4 4 ,
775
.Xr forcedeth 4 ,
776
.Xr r8169 4 .
776
.Xr r8169 4 .
777
.El
777
.Pp
778
.Pp
778
NICs without native support can still be used in
779
NICs without native support can still be used in
779
.Nm
780
.Nm
780
mode through emulation. Performance is inferior to native netmap
781
mode through emulation.
782
Performance is inferior to native
781
mode but still significantly higher than sockets, and approaching
783
mode but still significantly higher than sockets, and approaching
782
that of in-kernel solutions such as Linux's
784
that of in-kernel solutions such as Linux's
783
.Xr pktgen .
785
.Xr pktgen .

Return to bug 191320