From 6d9ac64f7bc8aaa7d1f6c309e59e7ddda3413023 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Fri, 21 Jun 2019 23:01:33 +0200 Subject: [PATCH] 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 --- doc/userguide/capture-hardware/ebpf-xdp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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