mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
TUNABLE variable (hw.netmap.buf_size) so we can experiment with values different from 2048 which may give better cache performance. - rearrange the memory allocation code so it will be easier to replace it with a different implementation. The current code relies on a single large contiguous chunk of memory obtained through contigmalloc. The new implementation (not committed yet) uses multiple smaller chunks which are easier to fit in a fragmented address space. |
||
|---|---|---|
| .. | ||
| bridge.c | ||
| click-test.cfg | ||
| Makefile | ||
| pcap.c | ||
| pkt-gen.c | ||
| README | ||
$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