On Thu, Jun 26, 2025 at 12:10 AM Bui Quang Minh <[email protected]> wrote: > > Currently, we have repeated code to check the received mergeable buffer's > length with allocated size. This commit creates a helper to do that and > converts current code to use it. > > Signed-off-by: Bui Quang Minh <[email protected]>
I think it would be better to introduce this as patch 1, so a mergeable XDP path can use that directly. This will have a smaller changeset. Thanks

