netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jakub Kicinski <kuba@kernel.org>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
	pabeni@redhat.com, herbert@gondor.apana.org.au,
	alexander.duyck@gmail.com, hkallweit1@gmail.com, andrew@lunn.ch,
	willemb@google.com
Subject: Re: [PATCH net-next v4 0/7] net: lockless stop/wake combo macros
Date: Tue, 11 Apr 2023 01:30:19 +0000	[thread overview]
Message-ID: <168117661968.11047.3319343248314930577.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230407012536.273382-1-kuba@kernel.org>

Hello:

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

On Thu,  6 Apr 2023 18:25:29 -0700 you wrote:
> A lot of drivers follow the same scheme to stop / start queues
> without introducing locks between xmit and NAPI tx completions.
> I'm guessing they all copy'n'paste each other's code.
> The original code dates back all the way to e1000 and Linux 2.6.19.
> 
> v4:
>  - adjust a comment in patch 4
>  - use IS_ENABLED() in patch 7
> v3: https://lore.kernel.org/all/20230405223134.94665-1-kuba@kernel.org/
>  - render the info as part of documentation, maybe someone will
>    notice and use it (patches 1, 2, 3 are new)
>  - use the __after_atomic barrier
>  - add last patch to avoid a barrier in the wake path
> more detailed change logs in the patches.
> 
> [...]

Here is the summary with links:
  - [net-next,v4,1/7] docs: net: reformat driver.rst from a list to sections
    https://git.kernel.org/netdev/net-next/c/d2f5c68e3f71
  - [net-next,v4,2/7] docs: net: move the probe and open/close sections of driver.rst up
    https://git.kernel.org/netdev/net-next/c/da4f0f82ee9d
  - [net-next,v4,3/7] docs: net: use C syntax highlight in driver.rst
    https://git.kernel.org/netdev/net-next/c/8336462539ae
  - [net-next,v4,4/7] net: provide macros for commonly copied lockless queue stop/wake code
    https://git.kernel.org/netdev/net-next/c/c91c46de6bbc
  - [net-next,v4,5/7] ixgbe: use new queue try_stop/try_wake macros
    https://git.kernel.org/netdev/net-next/c/9ded5bc77fe5
  - [net-next,v4,6/7] bnxt: use new queue try_stop/try_wake macros
    https://git.kernel.org/netdev/net-next/c/08a096780d92
  - [net-next,v4,7/7] net: piggy back on the memory barrier in bql when waking queues
    https://git.kernel.org/netdev/net-next/c/301f227fc860

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



      parent reply	other threads:[~2023-04-11  1:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-07  1:25 [PATCH net-next v4 0/7] net: lockless stop/wake combo macros Jakub Kicinski
2023-04-07  1:25 ` [PATCH net-next v4 1/7] docs: net: reformat driver.rst from a list to sections Jakub Kicinski
2023-04-07  1:25 ` [PATCH net-next v4 2/7] docs: net: move the probe and open/close sections of driver.rst up Jakub Kicinski
2023-04-07  1:25 ` [PATCH net-next v4 3/7] docs: net: use C syntax highlight in driver.rst Jakub Kicinski
2023-04-07  1:25 ` [PATCH net-next v4 4/7] net: provide macros for commonly copied lockless queue stop/wake code Jakub Kicinski
2023-04-07  1:25 ` [PATCH net-next v4 5/7] ixgbe: use new queue try_stop/try_wake macros Jakub Kicinski
2023-04-07  1:25 ` [PATCH net-next v4 6/7] bnxt: " Jakub Kicinski
2023-04-07  9:25   ` Eric Dumazet
2023-04-07 14:36     ` Jakub Kicinski
2023-04-07  1:25 ` [PATCH net-next v4 7/7] net: piggy back on the memory barrier in bql when waking queues Jakub Kicinski
2023-04-11  1:30 ` 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=168117661968.11047.3319343248314930577.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=alexander.duyck@gmail.com \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=hkallweit1@gmail.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=willemb@google.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).