]> git.ipfire.org Git - people/ms/suricata.git/commit
af-packet: implementation of XDP bypass
authorEric Leblond <eric@regit.org>
Mon, 27 Nov 2017 23:21:54 +0000 (00:21 +0100)
committerEric Leblond <eric@regit.org>
Tue, 6 Feb 2018 15:58:18 +0000 (16:58 +0100)
commit8c880879486705fc2c121c4791128bc7f20ef6c8
treea366411d6bac108136893dd0dc6e339a6c223f93
parent31c947b4d8ecd97829ce5293ddbafb89c3aaaebc
af-packet: implementation of XDP bypass

This patch adds support for XDP bypass. It provides an XDP
filter that can be loaded to realize the bypass of flows.
configure.ac
ebpf/Makefile.am
ebpf/bypass_filter.c
ebpf/xdp_filter.c [new file with mode: 0644]
src/runmode-af-packet.c
src/source-af-packet.c
src/source-af-packet.h
src/util-ebpf.c
src/util-ebpf.h
suricata.yaml.in