Re: [PATCH RFC net-next] pppoe: remove unused kernel-mode relay support
Qingfang Deng <[email protected]> Wed, 11 Feb 2026 17:00:12 +0800
| Newsgroups | org.kernel.vger.linux-ppp,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <CALW65ja3sumAh3uzD3W=n=3Rk0J7EDtcpbvdaG6+F2y2dFUp2Q@mail.gmail.com> |
On Wed, Feb 11, 2026 at 4:41 PM Arnd Bergmann <[email protected]> wrote: > > This will lose all compat ioctl support, not just the emulation for > PPPOEIOCSFWD. So I should only remove the if condition while keeping the .compat_ioctl, is that correct? > > Arnd