cxgbetool.8 (28a6b24729c4e8f77c60834614c78dd890e64668) | cxgbetool.8 (811a82d53aaf905bebb523600d375a457069f022) |
---|---|
1.\" Copyright (c) 2015, 2018 Chelsio Inc 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions are met: 6.\" 7.\" 1. Redistributions of source code must retain the above copyright notice, 8.\" this list of conditions and the following disclaimer. --- 17 unchanged lines hidden (view full) --- 26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28.\" POSSIBILITY OF SUCH DAMAGE. 29.\" 30.\" * Other names and brands may be claimed as the property of others. 31.\" 32.\" $FreeBSD$ 33.\" | 1.\" Copyright (c) 2015, 2018 Chelsio Inc 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions are met: 6.\" 7.\" 1. Redistributions of source code must retain the above copyright notice, 8.\" this list of conditions and the following disclaimer. --- 17 unchanged lines hidden (view full) --- 26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28.\" POSSIBILITY OF SUCH DAMAGE. 29.\" 30.\" * Other names and brands may be claimed as the property of others. 31.\" 32.\" $FreeBSD$ 33.\" |
34.Dd May 23, 2021 | 34.Dd April 14, 2022 |
35.Dt CXGBETOOL 8 36.Os 37.Sh NAME 38.Nm cxgbetool 39.Nd Userspace companion to 40.Xr cxgbe 4 41.Sh SYNOPSIS 42.Bl -item -compact --- 601 unchanged lines hidden (view full) --- 644.It Cm cong Ar algo 645Use the specified congestion control algorithm. 646.Ar algo 647must be one of 648.Cm reno Ns , Cm tahoe Ns , Cm newreno Ns , or Cm highspeed Ns . 649.It Cm class Ar sc 650Bind the connection to the specified tx scheduling class. 651Valid range is 0 to 14 (for T4) and 0 to 15 (T5 onwards). | 35.Dt CXGBETOOL 8 36.Os 37.Sh NAME 38.Nm cxgbetool 39.Nd Userspace companion to 40.Xr cxgbe 4 41.Sh SYNOPSIS 42.Bl -item -compact --- 601 unchanged lines hidden (view full) --- 644.It Cm cong Ar algo 645Use the specified congestion control algorithm. 646.Ar algo 647must be one of 648.Cm reno Ns , Cm tahoe Ns , Cm newreno Ns , or Cm highspeed Ns . 649.It Cm class Ar sc 650Bind the connection to the specified tx scheduling class. 651Valid range is 0 to 14 (for T4) and 0 to 15 (T5 onwards). |
652.It Cm rxq Ar qid | 652.It Cm rxq Ar qnum |
653Use the specified offload rx queue. | 653Use the specified offload rx queue. |
654.Ar qid 655should be between 0 and nofldrxq for the ifnet. | 654.Ar qnum 655should be 656.Cm random Ns , Cm roundrobin Ns , 657or a number between 0 and nofldrxq for the ifnet. |
656.It Cm txq Ar qnum 657Use the specified offload tx queue. | 658.It Cm txq Ar qnum 659Use the specified offload tx queue. |
658.Ar qid 659should be between 0 and nofldtxq for the ifnet. | 660.Ar qnum 661should be 662.Cm random Ns , Cm roundrobin Ns , 663or a number between 0 and nofldtxq for the ifnet. |
660.It Cm bind Ar qnum 661Shorthand for 662.Cm rxq Ar qnum Cm txq Ar qnum Ns . | 664.It Cm bind Ar qnum 665Shorthand for 666.Cm rxq Ar qnum Cm txq Ar qnum Ns . |
663Use only when nofldrxq is the same as nofldtxq. | 667Use when nofldrxq is the same as nofldtxq. |
664.It Cm mss Ar val 665Set the advertised TCP MSS in the SYN for this connection to 666.Ar val 667(in bytes). 668The hardware MTU table must already have an entry that is suitable for the MSS. 669.El 670.Pp 671.It Example of a COP. --- 145 unchanged lines hidden --- | 668.It Cm mss Ar val 669Set the advertised TCP MSS in the SYN for this connection to 670.Ar val 671(in bytes). 672The hardware MTU table must already have an entry that is suitable for the MSS. 673.El 674.Pp 675.It Example of a COP. --- 145 unchanged lines hidden --- |