diff options
author | Jakub Kicinski <kuba@kernel.org> | 2024-07-12 01:07:12 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-07-13 08:16:23 +0300 |
commit | 73afb518af4af2364793849b069716425a665c6c (patch) | |
tree | 2f3a75b5ceac5da33f558b2f5a3a29639f64aa58 /Kbuild | |
parent | 9c34c6c28c704fb2f6124d7b6a6837bdbc8e72fc (diff) | |
download | linux-73afb518af4af2364793849b069716425a665c6c.tar.xz |
eth: bnxt: bump the entry size in indir tables to u32
Ethtool core stores indirection table with u32 entries, "just to be safe".
Switch the type in the driver, so that it's easier to swap local tables
for the core ones. Memory allocations already use sizeof(*entry), switch
the memset()s as well.
Reviewed-by: Pavan Chebbi <pavan.chebbi@broadcom.com>
Link: https://patch.msgid.link/20240711220713.283778-11-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions