Re: [PATCH net-next v11 0/3] implement kthread based napi poll

2021-02-10 Thread Paolo Abeni
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

Re: [PATCH net-next v11 0/3] implement kthread based napi poll

2021-02-09 Thread patchwork-bot+netdevbpf
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