mbox series

[net-next,0/3] net: bpf_net_context cleanups.

Message ID 20240628103020.1766241-1-bigeasy@linutronix.de (mailing list archive)
Headers show
Series net: bpf_net_context cleanups. | expand

Message

Sebastian Andrzej Siewior June 28, 2024, 10:18 a.m. UTC
Hi,

a small series with bpf_net_context cleanups/ improvements.
Jakub asked for #1 and #2 and while looking around I made #3.

Sebastian

Comments

Jakub Kicinski June 29, 2024, 1:07 a.m. UTC | #1
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!
patchwork-bot+netdevbpf@kernel.org July 2, 2024, 1:40 p.m. UTC | #2
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!
Sebastian Andrzej Siewior July 2, 2024, 1:44 p.m. UTC | #3
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
Sebastian Andrzej Siewior July 2, 2024, 1:45 p.m. UTC | #4
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
Paolo Abeni July 2, 2024, 1:52 p.m. UTC | #5
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