Re: [PATCH net-next] ppp: use IFF_NO_QUEUE in virtual interfaces
[email protected] Wed, 05 Mar 2025 01:20:43 +0000
| Newsgroups | org.kernel.vger.linux-ppp,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <174113764348.356990.15690869237633709247.git-patchwork-notify@kernel.org> |
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <[email protected]>: On Sat, 1 Mar 2025 21:55:16 +0800 you wrote: > For PPPoE, PPTP, and PPPoL2TP, the start_xmit() function directly > forwards packets to the underlying network stack and never returns > anything other than 1. So these interfaces do not require a qdisc, > and the IFF_NO_QUEUE flag should be set. > > Introduces a direct_xmit flag in struct ppp_channel to indicate when > IFF_NO_QUEUE should be applied. The flag is set in ppp_connect_channel() > for relevant protocols. > > [...] Here is the summary with links: - [net-next] ppp: use IFF_NO_QUEUE in virtual interfaces https://git.kernel.org/netdev/net-next/c/95d0d094ba26 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html