mirror of https://github.com/OISF/suricata
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.
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 | 8 years ago | |
bpf_helpers.h | 8 years ago | |
bypass_filter.c | 8 years ago | |
filter.c | 8 years ago | |
lb.c | 8 years ago | |
vlan_filter.c | 8 years ago | |
xdp_filter.c | 8 years ago |