From: Eric Leblond Date: Fri, 21 Jun 2019 21:01:33 +0000 (+0200) Subject: doc: only balance by ip pair X-Git-Tag: suricata-5.0.0-rc1~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d9ac64f7bc8aaa7d1f6c309e59e7ddda3413023;p=thirdparty%2Fsuricata.git doc: only balance by ip pair As there is some issue with defrag, let's recommend to only do IP pair load-balacing for RSS --- diff --git a/doc/userguide/capture-hardware/ebpf-xdp.rst b/doc/userguide/capture-hardware/ebpf-xdp.rst index faf4e52370..41286bbfe9 100644 --- a/doc/userguide/capture-hardware/ebpf-xdp.rst +++ b/doc/userguide/capture-hardware/ebpf-xdp.rst @@ -337,7 +337,7 @@ Balance as much as you can Try to use the network's card balancing as much as possible :: for proto in tcp4 udp4 ah4 esp4 sctp4 tcp6 udp6 ah6 esp6 sctp6; do - /sbin/ethtool -N eth3 rx-flow-hash $proto sdfn + /sbin/ethtool -N eth3 rx-flow-hash $proto sd done The XDP CPU redirect case