mbox series

[net-next,0/3] mtk_eth_soc: introduce xdp multi-frag support

Message ID cover.1658955249.git.lorenzo@kernel.org (mailing list archive)
Headers show
Series mtk_eth_soc: introduce xdp multi-frag support | expand

Message

Lorenzo Bianconi July 27, 2022, 9:20 p.m. UTC
Convert mtk_eth_soc driver to xdp_return_frame_bulk APIs.

Lorenzo Bianconi (3):
  net: ethernet: mtk_eth_soc: introduce mtk_xdp_frame_map utility
    routine
  net: ethernet: mtk_eth_soc: introduce xdp multi-frag support
  net: ethernet: mtk_eth_soc: add xdp tx return bulking support

 drivers/net/ethernet/mediatek/mtk_eth_soc.c | 193 +++++++++++++-------
 1 file changed, 128 insertions(+), 65 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 29, 2022, 11:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Wed, 27 Jul 2022 23:20:49 +0200 you wrote:
> Convert mtk_eth_soc driver to xdp_return_frame_bulk APIs.
> 
> Lorenzo Bianconi (3):
>   net: ethernet: mtk_eth_soc: introduce mtk_xdp_frame_map utility
>     routine
>   net: ethernet: mtk_eth_soc: introduce xdp multi-frag support
>   net: ethernet: mtk_eth_soc: add xdp tx return bulking support
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] net: ethernet: mtk_eth_soc: introduce mtk_xdp_frame_map utility routine
    https://git.kernel.org/netdev/net-next/c/b16fe6d82b71
  - [net-next,2/3] net: ethernet: mtk_eth_soc: introduce xdp multi-frag support
    https://git.kernel.org/netdev/net-next/c/155738a4f319
  - [net-next,3/3] net: ethernet: mtk_eth_soc: add xdp tx return bulking support
    https://git.kernel.org/netdev/net-next/c/853246dbf5e8

You are awesome, thank you!