mbox series

[net-next,0/2] bpf: Remove xdp_do_flush_map().

Message ID 20230908143215.869913-1-bigeasy@linutronix.de (mailing list archive)
Headers show
Series bpf: Remove xdp_do_flush_map(). | expand

Message

Sebastian Andrzej Siewior Sept. 8, 2023, 2:32 p.m. UTC
Hi,

#1 is a s/xdp_do_flush_map/xdp_do_flush/ on all drivers.
#2 follows as the removal of xdp_do_flush_map from the API.

I had #1 split in several patches per vendor and then decided to merge
it. I can repost it with one patch per vendor if this preferred.

Sebastian

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 3, 2023, 2:40 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri,  8 Sep 2023 16:32:13 +0200 you wrote:
> Hi,
> 
> #1 is a s/xdp_do_flush_map/xdp_do_flush/ on all drivers.
> #2 follows as the removal of xdp_do_flush_map from the API.
> 
> I had #1 split in several patches per vendor and then decided to merge
> it. I can repost it with one patch per vendor if this preferred.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().
    https://git.kernel.org/netdev/net-next/c/7f04bd109d4c
  - [net-next,2/2] bpf: Remove xdp_do_flush_map().
    https://git.kernel.org/netdev/net-next/c/75cec20345fa

You are awesome, thank you!