Re: git: 012ecdde3a81 - main - ice: use newly exposed RSS hash key API rather than ad-hoc hashing
- Reply: Navdeep Parhar : "Re: git: 012ecdde3a81 - main - ice: use newly exposed RSS hash key API rather than ad-hoc hashing"
- In reply to: Andrew Gallatin : "git: 012ecdde3a81 - main - ice: use newly exposed RSS hash key API rather than ad-hoc hashing"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Nov 2025 21:44:51 UTC
On Sat, 22 Nov 2025, Andrew Gallatin wrote:
Hi Drew,
> The branch main has been updated by gallatin:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=012ecdde3a810c52cc2f68a22afa1a1b7d699bff
>
> commit 012ecdde3a810c52cc2f68a22afa1a1b7d699bff
> Author: Andrew Gallatin <gallatin@FreeBSD.org>
> AuthorDate: 2025-11-22 14:29:33 +0000
> Commit: Andrew Gallatin <gallatin@FreeBSD.org>
> CommitDate: 2025-11-22 14:29:33 +0000
>
> ice: use newly exposed RSS hash key API rather than ad-hoc hashing
Sorry for leaving both here on one of the commits;
a GENERIC kernel compile now yields these two warnings:
/usr/src/sys/dev/cxgbe/t4_main.c:7159:1: warning: unused function 'hashen_to_hashconfig' [-Wunused-function]
7159 | hashen_to_hashconfig(int hashen)
| ^~~~~~~~~~~~~~~~~~~~
1 warning generated.
/usr/src/sys/dev/ice/ice_lib.c:7357:1: warning: unused function 'ice_get_default_rss_key' [-Wunused-function]
7357 | ice_get_default_rss_key(u8 *seed)
| ^~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
--
Bjoern A. Zeeb r15:7