Re: [PATCH net-next v2] ppp: enable TX scatter-gather

From: Qingfang Deng

Date: Thu Nov 06 2025 - 22:35:01 EST


On Thu, Nov 6, 2025 at 10:19 PM Paolo Abeni <pabeni@xxxxxxxxxx> 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