Commit 0ad598d0 authored by Shay Drory's avatar Shay Drory Committed by Saeed Mahameed

devlink: Clarifies max_macs generic devlink param

The generic param max_macs documentation isn't clear.
Replace it with a more descriptive documentation
Signed-off-by: default avatarShay Drory <shayd@nvidia.com>
Reviewed-by: default avatarJiri Pirko <jiri@nvidia.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
parent 57ca7678
...@@ -118,8 +118,10 @@ own name. ...@@ -118,8 +118,10 @@ own name.
errors. errors.
* - ``max_macs`` * - ``max_macs``
- u32 - u32
- Specifies the maximum number of MAC addresses per ethernet port of - Typically macvlan, vlan net devices mac are also programmed in their
this device. parent netdevice's Function rx filter. This parameter limit the
maximum number of unicast mac address filters to receive traffic from
per ethernet port of this device.
* - ``region_snapshot_enable`` * - ``region_snapshot_enable``
- Boolean - Boolean
- Enable capture of ``devlink-region`` snapshots. - Enable capture of ``devlink-region`` snapshots.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment