Author: melifaro
Date: Tue Mar 19 13:36:19 2013
New Revision: 248506
URL: http://svnweb.freebsd.org/changeset/base/248506

Log:
  Merge r248112.
  
  Document netstat -Q flags meaning.

Modified:
  stable/9/usr.bin/netstat/netstat.1
Directory Properties:
  stable/9/usr.bin/   (props changed)
  stable/9/usr.bin/netstat/   (props changed)

Modified: stable/9/usr.bin/netstat/netstat.1
==============================================================================
--- stable/9/usr.bin/netstat/netstat.1  Tue Mar 19 13:29:01 2013        
(r248505)
+++ stable/9/usr.bin/netstat/netstat.1  Tue Mar 19 13:36:19 2013        
(r248506)
@@ -28,7 +28,7 @@
 .\"    @(#)netstat.1   8.8 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd February 22, 2010
+.Dd March 10, 2013
 .Dt NETSTAT 1
 .Os
 .Sh NAME
@@ -301,6 +301,11 @@ is repeated, counters with a value of ze
 Show
 .Xr netisr 9
 statistics.
+The flags field shows available ISR handlers:
+.Bl -column ".Li W" ".Dv NETISR_SNP_FLAGS_DRAINEDCPU"
+.It Li C Ta Dv NETISR_SNP_FLAGS_M2CPUID Ta "Able to map mbuf to cpu id"
+.It Li D Ta Dv NETISR_SNP_FLAGS_DRAINEDCPU  Ta "Has queue drain handler"
+.It Li F Ta Dv NETISR_SNP_FLAGS_M2FLOW Ta "Able to map mbuf to flow id"
 .El
 .Pp
 Some options have the general meaning:
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to