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]
Date: Wed, 18 Oct 2023 01:40:26 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Saeed Mahameed <saeed@...nel.org>
Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
 edumazet@...gle.com, saeedm@...dia.com, netdev@...r.kernel.org,
 tariqt@...dia.com, weizhang@...dia.com, moshe@...dia.com, shayd@...dia.com,
 jacob.e.keller@...el.com
Subject: Re: [net-next V3 01/15] net/mlx5: Parallelize vhca event handling

Hello:

This series was applied to netdev/net-next.git (main)
by Saeed Mahameed <saeedm@...dia.com>:

On Sat, 14 Oct 2023 10:18:54 -0700 you wrote:
> From: Wei Zhang <weizhang@...dia.com>
> 
> At present, mlx5 driver have a general purpose
> event handler which not only handles vhca event
> but also many other events. This incurs a huge
> bottleneck because the event handler is
> implemented by single threaded workqueue and all
> events are forced to be handled in serial manner
> even though application tries to create multiple
> SFs simultaneously.
> 
> [...]

Here is the summary with links:
  - [net-next,V3,01/15] net/mlx5: Parallelize vhca event handling
    https://git.kernel.org/netdev/net-next/c/3f7f31fff251
  - [net-next,V3,02/15] net/mlx5: Redesign SF active work to remove table_lock
    https://git.kernel.org/netdev/net-next/c/15fa898aebe5
  - [net-next,V3,03/15] net/mlx5: Avoid false positive lockdep warning by adding lock_class_key
    https://git.kernel.org/netdev/net-next/c/89d351c2241a
  - [net-next,V3,04/15] net/mlx5: Refactor LAG peer device lookout bus logic to mlx5 devcom
    https://git.kernel.org/netdev/net-next/c/e534552c92a4
  - [net-next,V3,05/15] net/mlx5: Replace global mlx5_intf_lock with HCA devcom component lock
    https://git.kernel.org/netdev/net-next/c/b430c1b4f63b
  - [net-next,V3,06/15] net/mlx5: Remove unused declaration
    https://git.kernel.org/netdev/net-next/c/0d2d6bc7e74f
  - [net-next,V3,07/15] net/mlx5: fix config name in Kconfig parameter documentation
    https://git.kernel.org/netdev/net-next/c/58cd34772a30
  - [net-next,V3,08/15] net/mlx5: Use PTR_ERR_OR_ZERO() to simplify code
    https://git.kernel.org/netdev/net-next/c/68e81110fbcf
  - [net-next,V3,09/15] net/mlx5e: Use PTR_ERR_OR_ZERO() to simplify code
    https://git.kernel.org/netdev/net-next/c/5a37b2882418
  - [net-next,V3,10/15] net/mlx5e: Refactor rx_res_init() and rx_res_free() APIs
    https://git.kernel.org/netdev/net-next/c/d90ea84375b8
  - [net-next,V3,11/15] net/mlx5e: Refactor mlx5e_rss_set_rxfh() and mlx5e_rss_get_rxfh()
    https://git.kernel.org/netdev/net-next/c/cae8e6dea279
  - [net-next,V3,12/15] net/mlx5e: Refactor mlx5e_rss_init() and mlx5e_rss_free() API's
    https://git.kernel.org/netdev/net-next/c/0d806cf9c007
  - [net-next,V3,13/15] net/mlx5e: Preparations for supporting larger number of channels
    https://git.kernel.org/netdev/net-next/c/74a8dadac17e
  - [net-next,V3,14/15] net/mlx5e: Increase max supported channels number to 256
    https://git.kernel.org/netdev/net-next/c/6dd6eaf43e8d
  - [net-next,V3,15/15] net/mlx5e: Allow IPsec soft/hard limits in bytes
    https://git.kernel.org/netdev/net-next/c/627aa13921c3

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ