opnsense-src/sys/dev/netmap
Luigi Rizzo 3c0caf6ce6 Some code restructuring to bring the memory allocator out of netmap.c
and make it easier to replace it with a different implementation.
On passing, also fix indentation.

NOTE: I know that #include "foo.c" is ugly, but the alternative
(add another entry to sys/conf/files, add a separate header with
structs and prototypes, and expose functions that are meant to
be private) looks even worse to me.
We need a more modular way to specify dependencies and build options.
2012-04-12 11:27:09 +00:00
..
head.diff
if_em_netmap.h A bunch of netmap fixes: 2012-02-27 19:05:01 +00:00
if_igb_netmap.h A bunch of netmap fixes: 2012-02-27 19:05:01 +00:00
if_lem_netmap.h A bunch of netmap fixes: 2012-02-27 19:05:01 +00:00
if_re_netmap.h A bunch of netmap fixes: 2012-02-27 19:05:01 +00:00
ixgbe_netmap.h A couple of changes related to ixgbe operation in netmap mode: 2012-04-11 16:11:08 +00:00
netmap.c Some code restructuring to bring the memory allocator out of netmap.c 2012-04-12 11:27:09 +00:00
netmap_kern.h Some code restructuring to bring the memory allocator out of netmap.c 2012-04-12 11:27:09 +00:00
netmap_mem1.c Some code restructuring to bring the memory allocator out of netmap.c 2012-04-12 11:27:09 +00:00