On 11/24/25 1:44 PM, Bjoern A. Zeeb wrote:
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 <[email protected]>
AuthorDate: 2025-11-22 14:29:33 +0000
Commit: Andrew Gallatin <[email protected]>
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.
This one is fixed in a303b1455fb5.
Regards,
Navdeep