Re: [PATCH net v2 0/3] virtio-net: fixes for mergeable XDP receive path

2025-07-03 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Mon, 30 Jun 2025 21:42:09 +0700 you wrote: > Hi everyone, > > This series contains fixes for XDP receive path in virtio-net > - Patch 1: add a missing check for the received data length with our > allocated buffer size i

[PATCH net v2 0/3] virtio-net: fixes for mergeable XDP receive path

2025-06-30 Thread Bui Quang Minh
Hi everyone, This series contains fixes for XDP receive path in virtio-net - Patch 1: add a missing check for the received data length with our allocated buffer size in mergeable mode. - Patch 2: remove a redundant truesize check with PAGE_SIZE in mergeable mode - Patch 3: make the current repeate