Re: [PATCH net] l2tp: ppp: use max L2TP header size for PPP channel hdrlen
Qingfang Deng <[email protected]> Tue, 17 Mar 2026 11:06:32 +0800
| Newsgroups | org.kernel.vger.linux-ppp,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <CALW65jbz+tLH3h5HhHw_623VJf0SMMu9hcLJ9Ssd_k759beQwg@mail.gmail.com> |
On Tue, Mar 17, 2026 at 10:55 AM Jakub Kicinski <[email protected]> wrote: > If the main effect of this patch is that we avoid reallocations I think > this is an optimization and should go to net-next? Yes, it is to avoid skb reallocations. I can repost it to net-next. Regards, Qingfang