diff options
author | 2025-08-17 23:23:22 +0300 | |
---|---|---|
committer | 2025-08-19 19:35:14 -0700 | |
commit | 8a51507320ebddaab32610199774f69cd7d53e78 (patch) | |
tree | 81eb2a673f21ebf6ba6ee26433ee018ad38c74cf /rust/pin-init/internal/src | |
parent | net/mlx5: HWS, don't rehash on every kind of insertion failure (diff) | |
download | wireguard-linux-8a51507320ebddaab32610199774f69cd7d53e78.tar.xz wireguard-linux-8a51507320ebddaab32610199774f69cd7d53e78.zip |
net/mlx5: HWS, Fix table creation UID
During table creation, caller passes a UID using ft_attr. The UID
value was ignored, which leads to problems when the caller sets the
UID to a non-zero value, such as SHARED_RESOURCE_UID (0xffff) - the
internal FT objects will be created with UID=0.
Fixes: 0869701cba3d ("net/mlx5: HWS, added FW commands handling")
Signed-off-by: Alex Vesker <valex@nvidia.com>
Reviewed-by: Yevgeny Kliteynik <kliteyn@nvidia.com>
Signed-off-by: Mark Bloch <mbloch@nvidia.com>
Link: https://patch.msgid.link/20250817202323.308604-7-mbloch@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'rust/pin-init/internal/src')
0 files changed, 0 insertions, 0 deletions