aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/mlx5en.4
Commit message (Collapse)AuthorAgeFilesLines
* Initial version of Mellanox in-kernel firmware upgrade support.Hans Petter Selasky2019-05-081-1/+4
| | | | | | | | | Submitted by: slavash@ MFC after: 3 days Sponsored by: Mellanox Technologies Notes: svn path=/head/; revision=347285
* Add support for hardware rate limiting to mlx5en(4).Hans Petter Selasky2018-05-291-4/+7
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=334332
* Clean up issues reported by mandoc -TlintChristian Brueffer2015-12-141-1/+1
| | | | Notes: svn path=/head/; revision=292205
* Update the mlx5en(4) manual page.Hans Petter Selasky2015-12-031-1/+7
| | | | | | | | | | MFC after: 1 week Submitted by: Mark Bloch <markb@mellanox.com> Sponsored by: Mellanox Technologies Differential Revision: https://reviews.freebsd.org/D4348 Notes: svn path=/head/; revision=291684
* Bump .DdEnji Cooper2015-11-231-1/+1
| | | | Notes: svn path=/head/; revision=291169
* - Fix bad double space between HW and LROEnji Cooper2015-11-231-2/+2
| | | | | | | | | - Fix improperly capitalized `interface` MFC after: 1 week Notes: svn path=/head/; revision=291168
* Add the mlx5 and mlx5en modules to the i386 and amd64 kernel builds byHans Petter Selasky2015-11-191-0/+124
default and add a manual page for mlx5en. The mlx5 module contains shared code for both infiniband and ethernet. The mlx5en module contains specific code for ethernet functionality only. A mlx5ib module is in the works for infiniband support. Supported hardware: - ConnectX-4: 10/20/25/40/50/56/100Gb/s speeds. - ConnectX-4 LX: 10/25/40/50Gb/s speeds (low power consumption) Refer to the mlx5en(4) manual page for a comprehensive list. The team porting the mlx5 driver(s) to FreeBSD: - Hans Petter Selasky <hselasky@freebsd.org> - Oded Shanoon <odeds@mellanox.com> - Meny Yossefi <menyy@mellanox.com> - Shany Michaely <shanim@mellanox.com> - Shahar Klein <shahark@mellanox.com> - Daria Genzel <dariaz@mellanox.com> - Mark Bloch <markb@mellanox.com> Differential Revision: https://reviews.freebsd.org/D4163 Submitted by: Mark Block <markb@mellanox.com> Sponsored by: Mellanox Technologies Reviewed by: gnn @ MFC after: 3 days Notes: svn path=/head/; revision=291072