Message ID | 20210514183954.7129-1-mcroce@linux.microsoft.com (mailing list archive) |
---|---|
Headers | show |
Series | net: use XDP helpers | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 14 May 2021 20:39:51 +0200 you wrote: > From: Matteo Croce <mcroce@microsoft.com> > > The commit 43b5169d8355 ("net, xdp: Introduce xdp_init_buff utility > routine") and commit be9df4aff65f ("net, xdp: Introduce xdp_prepare_buff > utility routine") introduces two useful helpers to populate xdp_buff. > Use it in drivers which still open codes that routines. > > [...] Here is the summary with links: - [net-next,1/3] stmmac: use XDP helpers https://git.kernel.org/netdev/net-next/c/d172268f93cf - [net-next,2/3] igc: use XDP helpers https://git.kernel.org/netdev/net-next/c/082294f294f6 - [net-next,3/3] vhost_net: use XDP helpers https://git.kernel.org/netdev/net-next/c/224bf7db5518 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Matteo Croce <mcroce@microsoft.com> The commit 43b5169d8355 ("net, xdp: Introduce xdp_init_buff utility routine") and commit be9df4aff65f ("net, xdp: Introduce xdp_prepare_buff utility routine") introduces two useful helpers to populate xdp_buff. Use it in drivers which still open codes that routines. Matteo Croce (3): stmmac: use XDP helpers igc: use XDP helpers vhost_net: use XDP helpers drivers/net/ethernet/intel/igc/igc_main.c | 9 +++------ drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 9 +++------ drivers/vhost/net.c | 6 ++---- 3 files changed, 8 insertions(+), 16 deletions(-)