1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
# NAME
mstcongestion
# SYNPOSIS
> mstcongestion \[OPTIONS\]
>
> \<-d|-\-device \<PCI DEVICE\>\> \[-\-mode \<MODE\>\] \[-\-action
> \<ACTION\>\] \[-q|-\-query\] \[-h|-\-help\] \[-v|-\-version\]
# DESCRIPTION
> mstcongestion is a utility for configuring Mellanox device's receive
> congestion handling.
OPTIONS
> mstcongestion \[OPTIONS\]
- **-d**|-\-device \<PCI DEVICE\>
: Mellanox PCI device address
- **-\-mode** \<MODE\>
: Set Mode, options are: \[aggressive | dynamic\]
- **-\-action** \<ACTION\>
: Set Action, options are: \[disabled | drop | mark\]
- **-q**|-\-query
: Query congestion
- **-h**|-\-help
: Show help message and exit
- **-v**|-\-version
: Show version and exit
# SEE ALSO
The full documentation for **mstcongestion,** is maintained as a Texinfo
manual. If the **info** and **mstcongestion,** programs are properly
installed at your site, the command
> **info mstcongestion,**
should give you access to the complete manual.
|