Message ID | 20230114082229.62143-1-hengqi@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show |
Series | virtio-net: support multi buffer xdp | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Sat, 14 Jan 2023 16:22:19 +0800 you wrote: > Changes since PATCH v4: > - Make netdev_warn() in [PATCH 2/10] independent from [PATCH 3/10]. > > Changes since PATCH v3: > - Separate fix patch [2/10] for MTU calculation of single buffer xdp. > Note that this patch needs to be backported to the stable branch. > > [...] Here is the summary with links: - [net-next,v5,01/10] virtio-net: disable the hole mechanism for xdp https://git.kernel.org/netdev/net-next/c/484beac2ffc1 - [net-next,v5,02/10] virtio-net: fix calculation of MTU for single-buffer xdp https://git.kernel.org/netdev/net-next/c/e814b958ad88 - [net-next,v5,03/10] virtio-net: set up xdp for multi buffer packets https://git.kernel.org/netdev/net-next/c/8d9bc36de5fc - [net-next,v5,04/10] virtio-net: update bytes calculation for xdp_frame https://git.kernel.org/netdev/net-next/c/50bd14bc98fa - [net-next,v5,05/10] virtio-net: build xdp_buff with multi buffers https://git.kernel.org/netdev/net-next/c/ef75cb51f139 - [net-next,v5,06/10] virtio-net: construct multi-buffer xdp in mergeable https://git.kernel.org/netdev/net-next/c/22174f79a44b - [net-next,v5,07/10] virtio-net: transmit the multi-buffer xdp https://git.kernel.org/netdev/net-next/c/97717e8dbda1 - [net-next,v5,08/10] virtio-net: build skb from multi-buffer xdp https://git.kernel.org/netdev/net-next/c/b26aa481b4b7 - [net-next,v5,09/10] virtio-net: remove xdp related info from page_to_skb() https://git.kernel.org/netdev/net-next/c/18117a842ab0 - [net-next,v5,10/10] virtio-net: support multi-buffer xdp https://git.kernel.org/netdev/net-next/c/fab89bafa95b You are awesome, thank you!