[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <165900661269.21458.8046586286921169324.git-patchwork-notify@kernel.org>
Date: Thu, 28 Jul 2022 11:10:12 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Dimitris Michailidis <d.michailidis@...gible.com>
Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
netdev@...r.kernel.org
Subject: Re: [PATCH net] net/funeth: Fix fun_xdp_tx() and XDP packet reclaim
Hello:
This patch was applied to netdev/net.git (master)
by Paolo Abeni <pabeni@...hat.com>:
On Tue, 26 Jul 2022 14:59:23 -0700 you wrote:
> The current implementation of fun_xdp_tx(), used for XPD_TX, is
> incorrect in that it takes an address/length pair and later releases it
> with page_frag_free(). It is OK for XDP_TX but the same code is used by
> ndo_xdp_xmit. In that case it loses the XDP memory type and releases the
> packet incorrectly for some of the types. Assorted breakage follows.
>
> Change fun_xdp_tx() to take xdp_frame and rely on xdp_return_frame() in
> reclaim.
>
> [...]
Here is the summary with links:
- [net] net/funeth: Fix fun_xdp_tx() and XDP packet reclaim
https://git.kernel.org/netdev/net/c/51a83391d77b
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists