Date: Mon, 24 Nov 2025 21:44:51 +0000 (UTC) From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> To: Andrew Gallatin <gallatin@FreeBSD.org> Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 012ecdde3a81 - main - ice: use newly exposed RSS hash key API rather than ad-hoc hashing Message-ID: <9r78995p-qr67-070-rn81-o0n870nqp0oo@mnoonqbm.arg> In-Reply-To: <6921c920.308a4.39021509@gitrepo.freebsd.org> References: <6921c920.308a4.39021509@gitrepo.freebsd.org>
index | next in thread | previous in thread | raw e-mail
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:7help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9r78995p-qr67-070-rn81-o0n870nqp0oo>
