Mbuf memory handling
Lino Sanfilippo
lsanfil at marvell.com
Wed Feb 6 09:54:44 UTC 2013
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
More information about the freebsd-hackers
mailing list