]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
samples/bpf: Consider frame size in tx_only of xdpsock sample
authorMagnus Karlsson <magnus.karlsson@intel.com>
Thu, 6 May 2021 12:43:49 +0000 (14:43 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 6 May 2021 23:19:55 +0000 (01:19 +0200)
commit3b80d106e110d39d3f678954d3b55078669cf07e
tree61d6a2a17c5cbe3f72244fe251a2f412623e4f58
parent9683e5775c75097c46bd24e65411b16ac6c6cbb3
samples/bpf: Consider frame size in tx_only of xdpsock sample

Fix the tx_only micro-benchmark in xdpsock to take frame size into
consideration. It was hardcoded to the default value of frame_size
which is 4K. Changing this on the command line to 2K made half of the
packets illegal as they were outside the umem and were therefore
discarded by the kernel.

Fixes: 46738f73ea4f ("samples/bpf: add use of need_wakeup flag in xdpsock")
Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Link: https://lore.kernel.org/bpf/20210506124349.6666-1-magnus.karlsson@gmail.com
samples/bpf/xdpsock_user.c