summaryrefslogtreecommitdiffstats
path: root/Documentation/networking/devlink-params-mlx5.txt
Commit message (Collapse)AuthorAgeFilesLines
* devlink: move devlink documentation to subfolderJacob Keller2020-01-101-17/+0
| | | | | | | | Combine the documentation for devlink into a subfolder, and provide an index.rst file that can be used to generally describe devlink. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* net/mlx5: Handle "enable_roce" devlink paramMichael Guralnik2019-11-111-0/+5
| | | | | | | | | | | | Register "enable_roce" param, default value is RoCE enabled. Current configuration is stored on mlx5_core_dev and exposed to user through the cmode runtime devlink param. Changing configuration requires changing the cmode driverinit devlink param and calling devlink reload. Signed-off-by: Michael Guralnik <michaelgur@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
* net/mlx5: Document flow_steering_mode devlink paramMichael Guralnik2019-11-111-0/+12
Add documentation for current mlx5 supported devlink param. Signed-off-by: Michael Guralnik <michaelgur@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>