Re: [PATCH] net: page_pool: fix refcounting issues with fragmented allocation

From: Alexander Duyck
Date: Thu Jan 26 2023 - 11:40:38 EST


?

On Thu, Jan 26, 2023 at 8:08 AM Alexander Duyck
<alexander.duyck@xxxxxxxxx> wrote:
>
> On Thu, Jan 26, 2023 at 1:15 AM Felix Fietkau <nbd@xxxxxxxx> wrote:
> >

...

> > - if I return false in skb_try_coalesce, it still crashes:
> > https://nbd.name/p/18cac078
>
> Yeah, I wasn't suspecting skb_try_coalesce since we have exercised the
> code. My thought was something like the function you mentioned above
> plus cloning or something else.

One question I would have. Is GRO happening after the call to
ieee80211_amsdu_to_8023s? If so we might want to try switching that
off to see if it might be aggregating page pool frames and non-page
pool frames together.