Message ID | 20240617131524.63662-1-hengqi@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show |
Series | virtio_net: fixes for checksum offloading and XDP handling | expand |
Hello: This series was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Mon, 17 Jun 2024 21:15:22 +0800 you wrote: > This series of patches aim to address two specific issues identified in > the virtio_net driver related to checksum offloading and XDP processing of > fully checksummed packets. > > The first patch corrects the handling of checksum offloading in the driver. > The second patch addresses an issue where the XDP program had no trouble > with fully checksummed packets. > > [...] Here is the summary with links: - [1/2] virtio_net: checksum offloading handling fix https://git.kernel.org/netdev/net/c/604141c036e1 - [2/2] virtio_net: fixing XDP for fully checksummed packets handling https://git.kernel.org/netdev/net/c/703eec1b2422 You are awesome, thank you!