svn commit: r338762 - head/usr.sbin/cxgbetool

Navdeep Parhar np at FreeBSD.org
Tue Sep 18 22:41:31 UTC 2018


Author: np
Date: Tue Sep 18 22:41:30 2018
New Revision: 338762
URL: https://svnweb.freebsd.org/changeset/base/338762

Log:
  cxgbetool(8): Clarify the meaning of the "queue" parameter used to steer
  traffic to a particular queue.
  
  Submitted by:	Krishnamraju Eraparaju @ Chelsio
  Approved by:	re@ (kib@)

Modified:
  head/usr.sbin/cxgbetool/cxgbetool.8

Modified: head/usr.sbin/cxgbetool/cxgbetool.8
==============================================================================
--- head/usr.sbin/cxgbetool/cxgbetool.8	Tue Sep 18 21:34:37 2018	(r338761)
+++ head/usr.sbin/cxgbetool/cxgbetool.8	Tue Sep 18 22:41:30 2018	(r338762)
@@ -31,7 +31,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Aug 8, 2018
+.Dd Sep 18, 2018
 .Dt CXGBETOOL 8
 .Os
 .Sh NAME
@@ -418,9 +418,12 @@ Filter has priority over active and server regions of 
 Operational parameters that can be used with filters with
 .Cm action pass Ns :
 .It Cm queue
-Rx queue index to which to deliver the packet.  By default, packets that hit a
-filter with action pass are delivered based on their RSS hash as usual.  Use
-this to steer them to a particular queue.
+Context id of an ingress queue to which to deliver the packet.
+The context id is available in
+.Va dev.cxgbe.%d.rxq.%d.cntxt_id .
+By default, packets that hit a filter with action pass are delivered based on
+their RSS hash as usual.
+Use this to steer them to a particular queue.
 .It Cm rpttid
 Report the filter tid instead of the RSS hash in the rx descriptor.
 0 (default) or 1.


More information about the svn-src-all mailing list