Hi all,

I want to implement a device driver for a NIC which stores received data into 
chunks within
a page (>=4k) in host memory. One page shall be used for multiple packets and 
freed
after all mbufs linked to that page have been processed. So I would like to 
know what is the recommended way
to handle this in FreeBSD? Any hints are very appreciated.

Regards,
Lino


_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to