You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/ebpf
Eric Leblond 4f57008a23 af-packet: add support for XDP cpu redirect map
This patch adds a boolean option "xdp-cpu-redirect" to af-packet
interface configuration. If set, then the XDP filter will load
balance the skb creation on specified CPUs instead of doing the
creation on the CPU handling the packet. In the case of a card
with asymetric hashing this will allow to avoid saturating the
single CPU handling the trafic.

The XDP filter must contains a set of map allowing load balancing.
This is the case of xdp_filter.bpf.

Fixed-by: Jesper Dangaard Brouer <netoptimizer@brouer.com>
8 years ago
..
Makefile.am ebpf: implement vlan filter 8 years ago
bpf_helpers.h ebpf: import more recent version of helpers 8 years ago
bypass_filter.c af-packet: add missing copyright header 8 years ago
filter.c af-packet: add missing copyright header 8 years ago
lb.c af-packet: add missing copyright header 8 years ago
vlan_filter.c af-packet: add missing copyright header 8 years ago
xdp_filter.c af-packet: add support for XDP cpu redirect map 8 years ago