diff options
author | Ido Schimmel <idosch@nvidia.com> | 2023-03-21 14:42:00 +0300 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2023-03-22 17:50:32 +0300 |
commit | bb765a743377d46d8da8e7f7e5128022504741b9 (patch) | |
tree | 8776311dcb8549f0746623f26c834ca29ea1c1d9 /scripts/gdb/linux/utils.py | |
parent | 4107b8746d93ace135b8c4da4f19bbae81db785f (diff) | |
download | linux-bb765a743377d46d8da8e7f7e5128022504741b9.tar.xz |
mlxsw: spectrum_fid: Fix incorrect local port type
Local port is a 10-bit number, but it was mistakenly stored in a u8,
resulting in firmware errors when using a netdev corresponding to a
local port higher than 255.
Fix by storing the local port in u16, as is done in the rest of the
code.
Fixes: bf73904f5fba ("mlxsw: Add support for 802.1Q FID family")
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Danielle Ratson <danieller@nvidia.com>
Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/eace1f9d96545ab8a2775db857cb7e291a9b166b.1679398549.git.petrm@nvidia.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions