Re: [PATCH net-next 6/7] virtio_net: separate receive_mergeable

2024-05-29 Thread Jason Wang
On Wed, May 8, 2024 at 4:05 PM Xuan Zhuo wrote: > > This commit separates the function receive_mergeable(), > put the logic of appending frag to the skb as an independent function. > The subsequent commit will reuse it. > > Signed-off-by: Xuan Zhuo Acked-by: Jason Wang Thanks

[PATCH net-next 6/7] virtio_net: separate receive_mergeable

2024-05-08 Thread Xuan Zhuo
This commit separates the function receive_mergeable(), put the logic of appending frag to the skb as an independent function. The subsequent commit will reuse it. Signed-off-by: Xuan Zhuo --- drivers/net/virtio/virtnet.h | 4 ++ drivers/net/virtio/virtnet_main.c | 77 +++--