PERFORCE change 197556 for review

Takuya ASADA syuu at FreeBSD.org
Fri Aug 12 16:24:02 UTC 2011


http://p4web.freebsd.org/@@197556?ac=10

Change 197556 by syuu at kikurage on 2011/08/12 16:23:15

	Document for ifnet(9)

Affected files ...

.. //depot/projects/soc2011/mq_bpf/src/share/man/man9/ifnet.9#3 edit

Differences ...

==== //depot/projects/soc2011/mq_bpf/src/share/man/man9/ifnet.9#3 (text+ko) ====

@@ -440,6 +440,14 @@
 corresponds to that address which is returned in
 .Fa *retsa .
 Returns zero on success, or an error code on failure.
+.It Fn if_get_rxqueue_len
+Get RX queue length, only required for multiqueue supported interfaces.
+.It Fn if_get_txqueue_len
+Get TX queue length, only required for multiqueue supported interfaces.
+.It Fn if_get_rxqueue_affinity
+Get RX queue affinity, only required for multiqueue supported interfaces.
+.It Fn if_get_txqueue_affinity
+Get TX queue affinity, only required for multiqueue supported interfaces.
 .El
 .Ss "Interface Flags"
 Interface flags are used for a number of different purposes.
@@ -621,6 +629,8 @@
 .It Dv IFCAP_WOL
 A shorthand for
 .Pq Dv IFCAP_WOL_UCAST | IFCAP_WOL_MCAST | IFCAP_WOL_MAGIC .
+.It Dv IFCAP_MULTIQUEUE
+This Ethernet interface supports hardware multiple queue.
 .El
 .Pp
 The ability of advanced network interfaces to offload certain


More information about the p4-projects mailing list