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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <168061501781.4633.8487272906411516809.git-patchwork-notify@kernel.org>
Date:   Tue, 04 Apr 2023 13:30:17 +0000
From:   patchwork-bot+netdevbpf@...nel.org
To:     Corinna Vinschen <vinschen@...hat.com>
Cc:     peppe.cavallaro@...com, alexandre.torgue@...s.st.com,
        joabreu@...opsys.com, netdev@...r.kernel.org
Subject: Re: [PATCH v2 net] net: stmmac: fix up RX flow hash indirection table
 when setting channels

Hello:

This patch was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@...hat.com>:

On Mon,  3 Apr 2023 14:11:20 +0200 you wrote:
> stmmac_reinit_queues() fails to fix up the RX hash.  Even if the number
> of channels gets restricted, the output of `ethtool -x' indicates that
> all RX queues are used:
> 
>   $ ethtool -l enp0s29f2
>   Channel parameters for enp0s29f2:
>   Pre-set maximums:
>   RX:		8
>   TX:		8
>   Other:		n/a
>   Combined:	n/a
>   Current hardware settings:
>   RX:		8
>   TX:		8
>   Other:		n/a
>   Combined:	n/a
>   $ ethtool -x enp0s29f2
>   RX flow hash indirection table for enp0s29f2 with 8 RX ring(s):
>       0:      0     1     2     3     4     5     6     7
>       8:      0     1     2     3     4     5     6     7
>   [...]
>   $ ethtool -L enp0s29f2 rx 3
>   $ ethtool -x enp0s29f2
>   RX flow hash indirection table for enp0s29f2 with 3 RX ring(s):
>       0:      0     1     2     3     4     5     6     7
>       8:      0     1     2     3     4     5     6     7
>   [...]
> 
> [...]

Here is the summary with links:
  - [v2,net] net: stmmac: fix up RX flow hash indirection table when setting channels
    https://git.kernel.org/netdev/net/c/218c597325f4

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html


Powered by blists - more mailing lists