diff options
author | David S. Miller <davem@davemloft.net> | 2020-02-28 11:59:53 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-02-28 11:59:53 -0800 |
commit | 549da33801266c6cb04431add7c205bb43e93acf (patch) | |
tree | 6a2768c713c4bb3666e434c1310a8d4bdef5ecc0 /Documentation | |
parent | 9f6e055907362f6692185c1c9658295d24095c74 (diff) | |
parent | bc1d75fa79860ec9d065cd3de041f86811d48563 (diff) | |
download | linux-549da33801266c6cb04431add7c205bb43e93acf.tar.bz2 |
Merge tag 'mlx5-updates-2020-02-27' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Saeed Mahameed says:
====================
mlx5-updates-2020-02-27
mlx5 misc updates and minor cleanups:
1) Use per vport tables for mirroring
2) Improve log messages for SW steering (DR)
3) Add devlink fdb_large_groups parameter
4) E-Switch, Allow goto earlier chain
5) Don't allow forwarding between uplink representors
6) Add support for devlink-port in non-representors mode
7) Minor misc cleanups
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/devlink/mlx5.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/networking/devlink/mlx5.rst b/Documentation/networking/devlink/mlx5.rst index 629a6e69c036..4e4b97f7971a 100644 --- a/Documentation/networking/devlink/mlx5.rst +++ b/Documentation/networking/devlink/mlx5.rst @@ -37,6 +37,12 @@ parameters. * ``smfs`` Software managed flow steering. In SMFS mode, the HW steering entities are created and manage through the driver without firmware intervention. + * - ``fdb_large_groups`` + - u32 + - driverinit + - Control the number of large groups (size > 1) in the FDB table. + + * The default value is 15, and the range is between 1 and 1024. The ``mlx5`` driver supports reloading via ``DEVLINK_CMD_RELOAD`` |