Re: [PATCH net-next v2] ppp: enable TX scatter-gather
Qingfang Deng <[email protected]> Fri, 7 Nov 2025 11:34:47 +0800
| Newsgroups | org.kernel.vger.linux-ppp,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <CALW65jbNbnDJkHA5imp6OR4MST7=G1XMQ3+ddQ38YuQThuKMLQ@mail.gmail.com> |
On Thu, Nov 6, 2025 at 10:19 PM Paolo Abeni <[email protected]> wrote: > Instead of dynamically changing the features, what about always exposing > SG and FRAGLIST and linearize the skb as need for compression's sake? I was thinking the same thing. But then we also need to linearize the skb at PPPoTTY drivers such as ppp_synctty.c