mbox series

[net,v2,0/2] virtio_net: fix two bugs related to XDP

Message ID 20230315015223.89137-1-xuanzhuo@linux.alibaba.com (mailing list archive)
Headers show
Series virtio_net: fix two bugs related to XDP | expand

Message

Xuan Zhuo March 15, 2023, 1:52 a.m. UTC
This patch set fixes two bugs related to XDP.
These two patch is not associated.

v2:
    1. add unlikely()

v1:
    1. fix the grammer error

Xuan Zhuo (2):
  virtio_net: fix page_to_skb() miss headroom
  virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails

 drivers/net/virtio_net.c | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

--
2.32.0.3.g01195cf9f

Comments

patchwork-bot+netdevbpf@kernel.org March 16, 2023, 5:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Wed, 15 Mar 2023 09:52:21 +0800 you wrote:
> This patch set fixes two bugs related to XDP.
> These two patch is not associated.
> 
> v2:
>     1. add unlikely()
> 
> v1:
>     1. fix the grammer error
> 
> [...]

Here is the summary with links:
  - [net,v2,1/2] virtio_net: fix page_to_skb() miss headroom
    https://git.kernel.org/netdev/net/c/fa0f1ba7c823
  - [net,v2,2/2] virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails
    https://git.kernel.org/netdev/net/c/1a3bd6eabae3

You are awesome, thank you!