Re: [PATCH v2] tun: avoid high-order page allocation for packet header

From: Eric Dumazet
Date: Tue Aug 01 2023 - 09:31:14 EST


On Tue, Aug 1, 2023 at 3:14 PM Willem de Bruijn
<willemdebruijn.kernel@xxxxxxxxx> wrote:
>
>> This exactly same allocation logic also exists in packet_alloc_skb and
> tap_alloc_skb. If changing one of them, perhaps should address convert
> all at the same time, to keep behavior consistent.

Sure, I can take care of them as well.