Re: [PATCH RFC net-next] pppoe: remove unused kernel-mode relay support
From: Arnd Bergmann
Date: Wed Feb 11 2026 - 04:13:17 EST
On Wed, Feb 11, 2026, at 10:00, Qingfang Deng wrote:
> On Wed, Feb 11, 2026 at 4:41 PM Arnd Bergmann <arnd@xxxxxxxx> 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?
Yes, exactly. Specifically this will keep the translation for
PPPIOCGMRU, PPPIOCSMRU, PPPIOCSFLAGS, and PPPIOCGL2TPSTATS
socket ioctls, which don't need any translation.
Arnd