[Bug 228335] [patch] virtio indirect descriptors should use contiguous memory

2018-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228335 --- Comment #3 from Bryan Venteicher --- 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 alignmen

[Bug 225791] ena driver causing kernel panics on AWS EC2

2018-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225791 Terje Elde changed: What|Removed |Added CC||te...@elde.net --- Comment #1 from Te

Re: bhyve: passthrough of PCIe device without MSI possible?

2018-05-22 Thread Mario Lobo
2018-05-22 16:43 GMT-03:00 Neel Natu : > On Sun, May 20, 2018 at 12:04 PM, Mario Lobo wrote: > > Hi Felix; > > > > I had the same impression and I was attempting to do the same with no > > success. > > > > Have you managed to make it work? > > > > 2018-05-11 12:26 GMT-03:00 Felix Palmen : > > > >

Re: bhyve: passthrough of PCIe device without MSI possible?

2018-05-22 Thread Neel Natu
On Sun, May 20, 2018 at 12:04 PM, Mario Lobo wrote: > Hi Felix; > > I had the same impression and I was attempting to do the same with no > success. > > Have you managed to make it work? > > 2018-05-11 12:26 GMT-03:00 Felix Palmen : > >> I have the following PCIe card on a host running 11.1-RELEAS

[Bug 228335] [patch] virtio indirect descriptors should use contiguous memory

2018-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228335 --- Comment #2 from Nick Reilly --- I'm actually taking the FreeBSD kernel networking components and running them in user space on another OS. I've got the kernel malloc(9) macro'd through to the normal system malloc() and on this OS the al