lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250924183000.6c2559a8@kernel.org>
Date: Wed, 24 Sep 2025 18:30:00 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Jiawen Wu <jiawenwu@...stnetic.com>
Cc: netdev@...r.kernel.org, Andrew Lunn <andrew+netdev@...n.ch>, "David S.
 Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Paolo
 Abeni <pabeni@...hat.com>, Simon Horman <horms@...nel.org>, Alexander
 Lobakin <aleksander.lobakin@...el.com>, Mengyuan Lou
 <mengyuanlou@...-swift.com>
Subject: Re: [PATCH net-next v5 1/4] net: libwx: support separate RSS
 configuration for every pool

On Mon, 22 Sep 2025 17:43:24 +0800 Jiawen Wu wrote:
> +	if (features & NETIF_F_RXHASH)
>  		wx->rss_enabled = true;
> -	} else {
> -		wr32m(wx, WX_RDB_RA_CTL, WX_RDB_RA_CTL_RSS_EN, 0);
> +	else
>  		wx->rss_enabled = false;

this is just:

	wx->rss_enabled = !!(features & NETIF_F_RXHASH);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ