netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Wei Wang <weiwan@google.com>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
	edumazet@google.com, pabeni@redhat.com,
	hannes@stressinduktion.org, alexanderduyck@fb.com, nbd@nbd.name
Subject: Re: [PATCH net-next v11 0/3] implement kthread based napi poll
Date: Tue, 09 Feb 2021 23:50:11 +0000	[thread overview]
Message-ID: <161291461176.1297.15958999110530994258.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210208193410.3859094-1-weiwan@google.com>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Mon,  8 Feb 2021 11:34:07 -0800 you wrote:
> The idea of moving the napi poll process out of softirq context to a
> kernel thread based context is not new.
> Paolo Abeni and Hannes Frederic Sowa have proposed patches to move napi
> poll to kthread back in 2016. And Felix Fietkau has also proposed
> patches of similar ideas to use workqueue to process napi poll just a
> few weeks ago.
> 
> [...]

Here is the summary with links:
  - [net-next,v11,1/3] net: extract napi poll functionality to __napi_poll()
    https://git.kernel.org/netdev/net-next/c/898f8015ffe7
  - [net-next,v11,2/3] net: implement threaded-able napi poll loop support
    https://git.kernel.org/netdev/net-next/c/29863d41bb6e
  - [net-next,v11,3/3] net: add sysfs attribute to control napi threaded mode
    https://git.kernel.org/netdev/net-next/c/5fdd2f0e5c64

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



  parent reply	other threads:[~2021-02-10  0:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-08 19:34 [PATCH net-next v11 0/3] implement kthread based napi poll Wei Wang
2021-02-08 19:34 ` [PATCH net-next v11 1/3] net: extract napi poll functionality to __napi_poll() Wei Wang
2021-02-08 19:34 ` [PATCH net-next v11 2/3] net: implement threaded-able napi poll loop support Wei Wang
2021-02-08 19:34 ` [PATCH net-next v11 3/3] net: add sysfs attribute to control napi threaded mode Wei Wang
2021-02-08 20:52   ` Alexander Duyck
2021-02-09 23:50 ` patchwork-bot+netdevbpf [this message]
2021-02-10 10:34 ` [PATCH net-next v11 0/3] implement kthread based napi poll Paolo Abeni
2021-02-10 21:07   ` Wei Wang

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=161291461176.1297.15958999110530994258.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=alexanderduyck@fb.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hannes@stressinduktion.org \
    --cc=kuba@kernel.org \
    --cc=nbd@nbd.name \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=weiwan@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).