mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 23:41:57 +00:00
virtio_net: remove the misleading comment
We call the build_skb() actually without copying data. The comment is misleading. So remove it. Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com> Acked-by: Jason Wang <jasowang@redhat.com> Link: https://lore.kernel.org/r/20240511031404.30903-5-xuanzhuo@linux.alibaba.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
defd28aa5a
commit
9719f039d3
@ -743,7 +743,6 @@ static struct sk_buff *page_to_skb(struct virtnet_info *vi,
|
|||||||
|
|
||||||
shinfo_size = SKB_DATA_ALIGN(sizeof(struct skb_shared_info));
|
shinfo_size = SKB_DATA_ALIGN(sizeof(struct skb_shared_info));
|
||||||
|
|
||||||
/* copy small packet so we can reuse these pages */
|
|
||||||
if (!NET_IP_ALIGN && len > GOOD_COPY_LEN && tailroom >= shinfo_size) {
|
if (!NET_IP_ALIGN && len > GOOD_COPY_LEN && tailroom >= shinfo_size) {
|
||||||
skb = virtnet_build_skb(buf, truesize, p - buf, len);
|
skb = virtnet_build_skb(buf, truesize, p - buf, len);
|
||||||
if (unlikely(!skb))
|
if (unlikely(!skb))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user