Skip to content

Files

Latest commit

a0386df · Jul 20, 2020

History

History
This branch is 1 commit ahead of, 387 commits behind luigirizzo/netmap:master.

utils

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 10, 2017
Jan 31, 2018
Nov 5, 2019
Nov 5, 2019
Oct 25, 2016
Dec 11, 2018
Oct 24, 2016
Jul 20, 2020
Sep 27, 2018
Nov 6, 2019
Nov 5, 2019
Nov 5, 2019
Nov 5, 2019
Nov 5, 2019
Nov 5, 2019
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Nov 5, 2019
Dec 7, 2018
Nov 5, 2019
Oct 24, 2016
Dec 11, 2018
Oct 24, 2016
Dec 16, 2016
Sep 1, 2019
$FreeBSD$

This directory contains miscellaneous programs related to netmap

	ctrl-api-test.c		suite of unit tests for the netmap control ABI
	sync_kloop_test.c	example program for the CSB mode with sync-kloop
	extmem-example.c	example program for the extmem feature
	producer.c		transmitter example with constant per-packet
				work
	testmmap.c		test program for interactively test the netmap
				control ABI (open, mmap, NIOCREGIF, NIOCGETINFO)
	test_nm.c		example program for nm_inject and nm_dispatch
	fd_server.[ch]		helper program for integration tests
	get_avail_tx_packets.c	"
	get_max_tx_packets.c	"
	functional.c		"
	tests/			suite of integration tests (shell scripts)
	test_lib		helper shell functions for integration tests
	randomized_tests	script to run all the integration tests
	switch-modules/		(old) patches for Open VSwitch to use netmap
	click-test.cfg		(old) simple click example
	testcsum.c		(old) benchmarks for checksum computation
	testlock.c		(old) benchmarks for locks and concurrency
	test_select.c		(old) benchmarks for select() and poll()
	testmod/		(old) benchmarks for FreeBSD kernel