|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0 |
|
| #
92c76c2c |
| 12-Dec-2018 |
Hans Petter Selasky <[email protected]> |
MFC r341572 and r341590: mlx5fpga: Initial code import.
Submitted by: kib@ Sponsored by: Mellanox Technologies
|
|
Revision tags: release/12.0.0, release/11.2.0 |
|
| #
38535d6c |
| 29-May-2018 |
Hans Petter Selasky <[email protected]> |
Add support for hardware rate limiting to mlx5en(4).
The hardware rate limiting feature is enabled by the RATELIMIT kernel option. Please refer to ifconfig(8) and the txrtlmt option and the SO_MAX_P
Add support for hardware rate limiting to mlx5en(4).
The hardware rate limiting feature is enabled by the RATELIMIT kernel option. Please refer to ifconfig(8) and the txrtlmt option and the SO_MAX_PACING_RATE set socket option for more information. This feature is compatible with hardware transmit send offload, TSO.
A set of sysctl(8) knobs under dev.mce.<N>.rate_limit are provided to setup the ratelimit table and also to fine tune various rate limit related parameters.
Sponsored by: Mellanox Technologies
show more ...
|
| #
118063fb |
| 08-Mar-2018 |
Hans Petter Selasky <[email protected]> |
Add support for explicit congestion notification, ECN, to mlx5ib(4).
ECN configuration and statistics is available through a set of sysctl(8) nodes under sys.class.infiniband.mlx5_X.cong . The ECN c
Add support for explicit congestion notification, ECN, to mlx5ib(4).
ECN configuration and statistics is available through a set of sysctl(8) nodes under sys.class.infiniband.mlx5_X.cong . The ECN configuration nodes can also be used as loader tunables.
MFC after: 1 week Sponsored by: Mellanox Technologies
show more ...
|
| #
8e6e287f |
| 10-Nov-2017 |
Hans Petter Selasky <[email protected]> |
Update mlx5ib(4) to match Linux 4.9 and the new ibcore APIs.
Sponsored by: Mellanox Technologies
|
|
Revision tags: release/10.4.0 |
|
| #
12515907 |
| 23-Aug-2017 |
Hans Petter Selasky <[email protected]> |
Add new mlx5ib(4) driver to the kernel source tree which supports Remote DMA over Converged Ethernet, RoCE, for the ConnectX-4 series of PCI express network cards.
There is currently no user-space s
Add new mlx5ib(4) driver to the kernel source tree which supports Remote DMA over Converged Ethernet, RoCE, for the ConnectX-4 series of PCI express network cards.
There is currently no user-space support and this driver only supports kernel side non-routable RoCE V1. The krping kernel module can be used to test this driver. Full user-space support including RoCE V2 will be added as part of the ongoing upgrade to ibcore from Linux 4.9. Otherwise this driver is feature equivalent to mlx4ib(4). The mlx5ib(4) kernel module will only be built when WITH_OFED=YES is specified.
MFC after: 2 weeks Sponsored by: Mellanox Technologies
show more ...
|