git: netmap: change header includes
Franco Fichtner
franco at crater.dragonflybsd.org
Thu Jan 2 14:29:12 PST 2014
commit b3f97fadc8dad9d16f5dcbfddbf248086c0b53ab
Author: Franco Fichtner <franco at lastsummer.de>
Date: Thu Jan 2 23:17:46 2014 +0100
netmap: change header includes
Suggested-by: sephe
FWIW, kqfilter() port is not really going well as poll() is doing
a bunch of loosely related drive-by actions that somehow form the
API. The best approach would be to thin out the implementation to
at least get the bare core functionality working. That'll also
include writing new userland glue. Feels more like a fork than a
port that way. :(
Summary of changes:
sys/net/netmap/netmap.c | 17 +++++++----------
sys/net/netmap/netmap_freebsd.c | 4 ++--
sys/net/netmap/netmap_generic.c | 5 ++---
sys/net/netmap/netmap_kern.h | 4 ++--
sys/net/netmap/netmap_mbq.c | 2 +-
sys/net/netmap/netmap_mem2.c | 5 ++---
sys/net/netmap/netmap_vale.c | 5 ++---
7 files changed, 18 insertions(+), 24 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b3f97fadc8dad9d16f5dcbfddbf248086c0b53ab
--
DragonFly BSD source repository
More information about the Commits
mailing list