Re: [PATCH net v2 3/3] virtio-net: use the check_mergeable_len helper
From: Jason Wang <jasowang@redhat.com>
Date: 2025-07-01 02:20:23
Also in:
bpf, lkml, virtualization
From: Jason Wang <jasowang@redhat.com>
Date: 2025-07-01 02:20:23
Also in:
bpf, lkml, virtualization
On Mon, Jun 30, 2025 at 10:43 PM Bui Quang Minh [off-list ref] wrote:
Replace the current repeated code to check received length in mergeable mode with the new check_mergeable_len helper. Signed-off-by: Bui Quang Minh <redacted> ---
Acked-by: Jason Wang <jasowang@redhat.com> Thanks