summaryrefslogtreecommitdiffstats
path: root/samples/kobject
diff options
context:
space:
mode:
authorMagnus Karlsson <magnus.karlsson@intel.com>2020-08-28 14:51:05 +0200
committerDaniel Borkmann <daniel@iogearbox.net>2020-08-31 22:34:25 +0200
commitc8a039a47ffe06077929f29c9d4c7cba01a2104b (patch)
tree7bb041c8f5e73a19617a6dfddeaee3f7a00f3f28 /samples/kobject
parentacabf32805f79df6a8433f1392ed6ed8371722e5 (diff)
downloadlinux-c8a039a47ffe06077929f29c9d4c7cba01a2104b.tar.bz2
samples/bpf: Optimize l2fwd performance in xdpsock
Optimize the throughput performance of the l2fwd sub-app in the xdpsock sample application by removing a duplicate syscall and increasing the size of the fill ring. The latter needs some further explanation. We recommend that you set the fill ring size >= HW RX ring size + AF_XDP RX ring size. Make sure you fill up the fill ring with buffers at regular intervals, and you will with this setting avoid allocation failures in the driver. These are usually quite expensive since drivers have not been written to assume that allocation failures are common. For regular sockets, kernel allocated memory is used that only runs out in OOM situations that should be rare. These two performance optimizations together lead to a 6% percent improvement for the l2fwd app on my machine. Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/1598619065-1944-1-git-send-email-magnus.karlsson@intel.com
Diffstat (limited to 'samples/kobject')
0 files changed, 0 insertions, 0 deletions