]> git.dujemihanovic.xyz Git - linux.git/commit
net/mlx5: Read the TC mapping of all priorities on ETS query
authorMaher Sanalla <msanalla@nvidia.com>
Wed, 15 Mar 2023 09:04:38 +0000 (11:04 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Tue, 21 Mar 2023 21:06:32 +0000 (14:06 -0700)
commit44d553188c38ac74b799dfdcebafef2f7bb70942
tree6cb1a9d8a16cf3264dd1e1d044335893e7878f90
parent7e3fce82d945cf6e7f99034b113ff2d250d7524d
net/mlx5: Read the TC mapping of all priorities on ETS query

When ETS configurations are queried by the user to get the mapping
assignment between packet priority and traffic class, only priorities up
to maximum TCs are queried from QTCT register in FW to retrieve their
assigned TC, leaving the rest of the priorities mapped to the default
TC #0 which might be misleading.

Fix by querying the TC mapping of all priorities on each ETS query,
regardless of the maximum number of TCs configured in FW.

Fixes: 820c2c5e773d ("net/mlx5e: Read ETS settings directly from firmware")
Signed-off-by: Maher Sanalla <msanalla@nvidia.com>
Reviewed-by: Moshe Shemesh <moshe@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c