Re: [PATCH vhost v2 7/7] virtio_net: remove the misleading comment

2024-04-22 Thread Jason Wang
On Mon, Apr 22, 2024 at 3:24 PM Xuan Zhuo wrote: > > We call the build_skb() actually without copying data. > The comment is misleading. So remove it. > > Signed-off-by: Xuan Zhuo Acked-by: Jason Wang Thanks > --- > drivers/net/virtio_net.c | 1 - > 1 file changed, 1 deletion(-) > > diff --g

[PATCH vhost v2 7/7] virtio_net: remove the misleading comment

2024-04-22 Thread Xuan Zhuo
We call the build_skb() actually without copying data. The comment is misleading. So remove it. Signed-off-by: Xuan Zhuo --- drivers/net/virtio_net.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 848e93ccf2ef..ae15254a673b 100644 ---