Message ID | 20240628103020.1766241-1-bigeasy@linutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | net: bpf_net_context cleanups. | expand |
On Fri, 28 Jun 2024 12:18:53 +0200 Sebastian Andrzej Siewior wrote: > a small series with bpf_net_context cleanups/ improvements. > Jakub asked for #1 and #2 I thought you'd just add flags check in xdp_do_flush(), but I guess this is even faster :) Reviewed-by: Jakub Kicinski <kuba@kernel.org> Thank you!
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Fri, 28 Jun 2024 12:18:53 +0200 you wrote: > Hi, > > a small series with bpf_net_context cleanups/ improvements. > Jakub asked for #1 and #2 and while looking around I made #3. > > Sebastian Here is the summary with links: - [net-next,1/3] net: Remove task_struct::bpf_net_context init on fork. https://git.kernel.org/netdev/net-next/c/2896624be30b - [net-next,2/3] net: Optimize xdp_do_flush() with bpf_net_context infos. https://git.kernel.org/netdev/net-next/c/d839a73179ae - [net-next,3/3] net: Move flush list retrieval to where it is used. https://git.kernel.org/netdev/net-next/c/e3d69f585d65 You are awesome, thank you!
On 2024-07-02 13:40:33 [+0000], patchwork-bot+netdevbpf@kernel.org wrote:
> You are awesome, thank you!
no, I am not. The last one does not compile. I was waiting for some
feedback.
Let me send a fix real quick…
Sebastian
On 2024-07-02 15:44:30 [+0200], To patchwork-bot+netdevbpf@kernel.org wrote: > On 2024-07-02 13:40:33 [+0000], patchwork-bot+netdevbpf@kernel.org wrote: > > You are awesome, thank you! > no, I am not. The last one does not compile. I was waiting for some > feedback. > Let me send a fix real quick… Sorry. Wrong series. All good. Sebastian
On Tue, 2024-07-02 at 15:45 +0200, Sebastian Andrzej Siewior wrote: > On 2024-07-02 15:44:30 [+0200], To patchwork-bot+netdevbpf@kernel.org wrote: > > On 2024-07-02 13:40:33 [+0000], patchwork-bot+netdevbpf@kernel.org wrote: > > > You are awesome, thank you! > > no, I am not. The last one does not compile. I was waiting for some > > feedback. > > Let me send a fix real quick… > > Sorry. Wrong series. All good. Well, I actually test-build the series locally before pushing. Sometimes that is not enough, hopefully it was, this time :) /P