mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
- Move destruction of per-ring locks to netmap_dtor_locked to mirror the initialization that happens in NIOCREGIF. Otherwise unloading a netmap- capable interface that was never put into netmap mode would try to mtx_destroy an uninitialized mutex, and panic. - Destroy core_lock in netmap_detach, mirroring init in netmap_attach. - Also comment out the knlist_destroy for now as there is currently no knlist_init. Sponsored by: ADARA Networks Reviewed by: luigi@ |
||
|---|---|---|
| .. | ||
| if_em_netmap.h | ||
| if_igb_netmap.h | ||
| if_lem_netmap.h | ||
| if_re_netmap.h | ||
| ixgbe_netmap.h | ||
| netmap.c | ||
| netmap_kern.h | ||
| netmap_mem1.c | ||
| netmap_mem2.c | ||