netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Petr Machata <petrm@nvidia.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, netdev@vger.kernel.org, idosch@nvidia.com,
	amcohen@nvidia.com, mlxsw@nvidia.com
Subject: Re: [PATCH net-next 00/15] mlxsw: Preparations for improving performance
Date: Thu, 04 Apr 2024 03:50:32 +0000	[thread overview]
Message-ID: <171220263296.6004.11333970605032251807.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1712062203.git.petrm@nvidia.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 2 Apr 2024 15:54:13 +0200 you wrote:
> Amit Cohen writes:
> 
> mlxsw driver will use NAPI for event processing in a next patch set.
> Some additional improvements will be added later. This patch set
> prepares the code for NAPI usage and refactor some relevant areas. See
> more details in commit messages.
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] mlxsw: pci: Move mlxsw_pci_eq_{init, fini}()
    https://git.kernel.org/netdev/net-next/c/d38718a525a3
  - [net-next,02/15] mlxsw: pci: Move mlxsw_pci_cq_{init, fini}()
    https://git.kernel.org/netdev/net-next/c/f46de9f0e70c
  - [net-next,03/15] mlxsw: pci: Do not setup tasklet from operation
    https://git.kernel.org/netdev/net-next/c/fb29028ae718
  - [net-next,04/15] mlxsw: pci: Arm CQ doorbell regardless of number of completions
    https://git.kernel.org/netdev/net-next/c/38b124cb4ee5
  - [net-next,05/15] mlxsw: pci: Remove unused counters
    https://git.kernel.org/netdev/net-next/c/57beea8e5667
  - [net-next,06/15] mlxsw: pci: Make style changes in mlxsw_pci_eq_tasklet()
    https://git.kernel.org/netdev/net-next/c/29ad2a990648
  - [net-next,07/15] mlxsw: pci: Poll command interface for each cmd_exec()
    https://git.kernel.org/netdev/net-next/c/d4b3930b19f7
  - [net-next,08/15] mlxsw: pci: Rename MLXSW_PCI_EQS_COUNT
    https://git.kernel.org/netdev/net-next/c/7bc6a3098c38
  - [net-next,09/15] mlxsw: pci: Use only one event queue
    https://git.kernel.org/netdev/net-next/c/6fc280a36515
  - [net-next,10/15] mlxsw: pci: Remove unused wait queue
    https://git.kernel.org/netdev/net-next/c/2c200863fcc7
  - [net-next,11/15] mlxsw: pci: Make style change in mlxsw_pci_cq_tasklet()
    https://git.kernel.org/netdev/net-next/c/a0639236d420
  - [net-next,12/15] mlxsw: pci: Break mlxsw_pci_cq_tasklet() into tasklets per queue type
    https://git.kernel.org/netdev/net-next/c/1df7d871e349
  - [net-next,13/15] mlxsw: pci: Remove mlxsw_pci_sdq_count()
    https://git.kernel.org/netdev/net-next/c/0cd1453b7e55
  - [net-next,14/15] mlxsw: pci: Remove mlxsw_pci_cq_count()
    https://git.kernel.org/netdev/net-next/c/82238f0ddb46
  - [net-next,15/15] mlxsw: pci: Store DQ pointer as part of CQ structure
    https://git.kernel.org/netdev/net-next/c/77c6e27df9e5

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



      parent reply	other threads:[~2024-04-04  3:50 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-02 13:54 [PATCH net-next 00/15] mlxsw: Preparations for improving performance Petr Machata
2024-04-02 13:54 ` [PATCH net-next 01/15] mlxsw: pci: Move mlxsw_pci_eq_{init, fini}() Petr Machata
2024-04-03 12:36   ` Simon Horman
2024-04-02 13:54 ` [PATCH net-next 02/15] mlxsw: pci: Move mlxsw_pci_cq_{init, fini}() Petr Machata
2024-04-03 12:37   ` Simon Horman
2024-04-02 13:54 ` [PATCH net-next 03/15] mlxsw: pci: Do not setup tasklet from operation Petr Machata
2024-04-03 12:37   ` Simon Horman
2024-04-02 13:54 ` [PATCH net-next 04/15] mlxsw: pci: Arm CQ doorbell regardless of number of completions Petr Machata
2024-04-03 12:37   ` Simon Horman
2024-04-02 13:54 ` [PATCH net-next 05/15] mlxsw: pci: Remove unused counters Petr Machata
2024-04-03 12:38   ` Simon Horman
2024-04-02 13:54 ` [PATCH net-next 06/15] mlxsw: pci: Make style changes in mlxsw_pci_eq_tasklet() Petr Machata
2024-04-03 12:38   ` Simon Horman
2024-04-02 13:54 ` [PATCH net-next 07/15] mlxsw: pci: Poll command interface for each cmd_exec() Petr Machata
2024-04-03 12:38   ` Simon Horman
2024-04-02 13:54 ` [PATCH net-next 08/15] mlxsw: pci: Rename MLXSW_PCI_EQS_COUNT Petr Machata
2024-04-03 12:39   ` Simon Horman
2024-04-02 13:54 ` [PATCH net-next 09/15] mlxsw: pci: Use only one event queue Petr Machata
2024-04-03 12:39   ` Simon Horman
2024-04-02 13:54 ` [PATCH net-next 10/15] mlxsw: pci: Remove unused wait queue Petr Machata
2024-04-03 12:39   ` Simon Horman
2024-04-02 13:54 ` [PATCH net-next 11/15] mlxsw: pci: Make style change in mlxsw_pci_cq_tasklet() Petr Machata
2024-04-03 12:39   ` Simon Horman
2024-04-02 13:54 ` [PATCH net-next 12/15] mlxsw: pci: Break mlxsw_pci_cq_tasklet() into tasklets per queue type Petr Machata
2024-04-03 12:40   ` Simon Horman
2024-04-02 13:54 ` [PATCH net-next 13/15] mlxsw: pci: Remove mlxsw_pci_sdq_count() Petr Machata
2024-04-03 12:40   ` Simon Horman
2024-04-02 13:54 ` [PATCH net-next 14/15] mlxsw: pci: Remove mlxsw_pci_cq_count() Petr Machata
2024-04-03 12:40   ` Simon Horman
2024-04-02 13:54 ` [PATCH net-next 15/15] mlxsw: pci: Store DQ pointer as part of CQ structure Petr Machata
2024-04-03 12:40   ` Simon Horman
2024-04-04  3:50 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=171220263296.6004.11333970605032251807.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=amcohen@nvidia.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=idosch@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=mlxsw@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=petrm@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).