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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225791
Terje Elde changed:
What|Removed |Added
CC||te...@elde.net
--- Comment #1 from Te
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 :
> >
> >
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
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