Re: [RFC PATCH v2 16/48] ip, udp: Support MSG_SPLICE_PAGES

From: David Howells
Date: Thu Mar 30 2023 - 15:50:03 EST


Willem de Bruijn <willemdebruijn.kernel@xxxxxxxxx> wrote:

> Yes exactly. I wasn't sure whether the inner loops required access to
> too many function scope variables to pull this off. But seems like it
> is doable. Great.

The same helpers can be used for both ipv4 and ipv6 as it turns out.

David