Message ID | 20210208193410.3859094-1-weiwan@google.com (mailing list archive) |
---|---|
Headers | show |
Series | implement kthread based napi poll | expand |
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
Hello, On Mon, 2021-02-08 at 11:34 -0800, Wei Wang 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. I'd like to explicitly thank Wei and the reviewers for all the effort done to get this merged! Nice and huge work, kudos on you! Thanks! Paolo
On Wed, Feb 10, 2021 at 2:34 AM Paolo Abeni <pabeni@redhat.com> wrote: > > Hello, > > On Mon, 2021-02-08 at 11:34 -0800, Wei Wang 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. > > I'd like to explicitly thank Wei and the reviewers for all the effort > done to get this merged! > > Nice and huge work, kudos on you! Thank you Paolo! And thanks to all the reviewers! > > Thanks! > > Paolo >