[Bug 228335] [patch] virtio indirect descriptors should use contiguous memory
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed May 23 05:20:43 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228335
--- Comment #3 from Bryan Venteicher <bryanv at FreeBSD.org> ---
While the malloc(9) behavior may not be documented, VirtIO is not alone in
depending on the behavior. In fact, bus_dmamem_alloc(9) uses malloc(9) for <=
PAGE_SIZE allocations (given suitable alignment and attributes) so you may
still be susceptible to this depending on what kernel interfaces have been
reimplemented. Also, note there is a strong assumpting in the network stack and
drivers that mbuf clusters (including jumbo) are physically contiguous.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-virtualization
mailing list