opnsense-src/tools/tools/netmap
Luigi Rizzo d76bf4ff7b A bit of cleanup in the names of fields of netmap-related structures.
Use the name 'ring' instead of 'queue' in all fields.
Bump NETMAP_API.
2012-04-13 16:03:07 +00:00
..
bridge.c A bit of cleanup in the names of fields of netmap-related structures. 2012-04-13 16:03:07 +00:00
click-test.cfg Bring in support for netmap, a framework for very efficient packet 2011-11-17 12:17:39 +00:00
Makefile Bring in support for netmap, a framework for very efficient packet 2011-11-17 12:17:39 +00:00
pcap.c we need to specify a NETMAP_API version or the ioctl() will fail. 2012-04-06 14:26:05 +00:00
pkt-gen.c A bunch of netmap fixes: 2012-02-27 19:05:01 +00:00
README Bring in support for netmap, a framework for very efficient packet 2011-11-17 12:17:39 +00:00

$FreeBSD$

This directory contains examples that use netmap

	pkt-gen		a packet sink/source using the netmap API

	bridge		a two-port jumper wire, also using the native API

	testpcap	a jumper wire using libnetmap (or libpcap)

	click*		various click examples