Skip to content

Commit

Permalink
net/mlx5: Document flow_steering_mode devlink param
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mikijoy authored and Saeed Mahameed committed Nov 11, 2019
1 parent 6c7295e commit e90cde0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Documentation/networking/devlink-params-mlx5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
flow_steering_mode [DEVICE, DRIVER-SPECIFIC]
Controls the flow steering mode of the driver.
Two modes are supported:
1. 'dmfs' - Device managed flow steering.
2. 'smfs - Software/Driver managed flow steering.
In DMFS mode, the HW steering entities are created and
managed through the Firmware.
In SMFS mode, the HW steering entities are created and
managed though by the driver directly into Hardware
without firmware intervention.
Type: String
Configuration mode: runtime

0 comments on commit e90cde0

Please sign in to comment.