]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
change the netmap mbuf destructor so the same code works also on FreeBSD 9.
authorluigi <luigi@FreeBSD.org>
Tue, 10 Jun 2014 16:06:59 +0000 (16:06 +0000)
committerluigi <luigi@FreeBSD.org>
Tue, 10 Jun 2014 16:06:59 +0000 (16:06 +0000)
commitf598f1250cf91af3d9ec22a4c21f95e186fd5ec6
tree248dac351c75852f433703562b5d2f9bc3a55ff1
parent24c8aa65fd480d11a3674e44d51011f3c574b193
change the netmap mbuf destructor so the same code works also on FreeBSD 9.
For head and 10 this change has no effect, but on stable/9 it would cause
panics when using emulated netmap on top of a standard device driver.
sys/dev/netmap/netmap_generic.c