Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146045257
D43136.id131616.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
344 B
Referenced Files
None
Subscribers
None
D43136.id131616.diff
View Options
diff --git a/sys/dev/virtio/network/if_vtnet.c b/sys/dev/virtio/network/if_vtnet.c
--- a/sys/dev/virtio/network/if_vtnet.c
+++ b/sys/dev/virtio/network/if_vtnet.c
@@ -1532,8 +1532,8 @@
m_freem(m_head);
return (NULL);
}
-
m->m_len = size;
+ m_adj(m, ETHER_ALIGN);
if (m_head != NULL) {
m_tail->m_next = m;
m_tail = m;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 28, 8:17 AM (9 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29060244
Default Alt Text
D43136.id131616.diff (344 B)
Attached To
Mode
D43136: vtnet: Adjust rx buffer so IP header 32-bit aligned
Attached
Detach File
Event Timeline
Log In to Comment