Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163048179
D56691.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
716 B
Referenced Files
None
Subscribers
None
D56691.id.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
@@ -484,7 +484,7 @@
error = bus_dma_tag_create(
bus_get_dma_tag(dev), /* parent */
- sizeof(uint16_t), /* alignment */
+ 1, /* alignment */
0, /* boundary */
BUS_SPACE_MAXADDR, /* lowaddr */
BUS_SPACE_MAXADDR, /* highaddr */
@@ -506,7 +506,7 @@
error = bus_dma_tag_create(
bus_get_dma_tag(dev), /* parent */
- sizeof(uint16_t), /* alignment */
+ 1, /* alignment */
0, /* boundary */
BUS_SPACE_MAXADDR, /* lowaddr */
BUS_SPACE_MAXADDR, /* highaddr */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 20, 2:44 PM (3 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32471279
Default Alt Text
D56691.id.diff (716 B)
Attached To
Mode
D56691: virtio_net: Set rx/tx busdma alignment to 1 byte
Attached
Detach File
Event Timeline
Log In to Comment