summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2018-07-27 07:14:36 +0200
committerDaniel Borkmann <daniel@iogearbox.net>2018-07-27 07:14:37 +0200
commit2367bd99f62bd952fea5c534eeb1d84c113da38e (patch)
treeffbdb4369d622002053e76ff33e6332d0989ca22 /tools
parentsamples/bpf: Add BTF build flags to Makefile (diff)
parentnfp: bpf: improve map offload info messages (diff)
downloadlinux-2367bd99f62bd952fea5c534eeb1d84c113da38e.tar.xz
linux-2367bd99f62bd952fea5c534eeb1d84c113da38e.zip
Merge branch 'bpf-nfp-perf-event-improvements'
Jakub Kicinski says: ==================== This set is focused on improving the performance of perf events reported from BPF offload. Perf events can now be received on packet data queues, which significantly improves the performance (from total of 0.5 Msps to 5Msps per core). To get to this performance we need a fast path for control messages which will operate on raw buffers and recycle them immediately. Patch 5 replaces the map pointers for perf maps with map IDs. We look the pointers up in a hashtable, anyway, to validate they are correct, so there is no performance difference. Map IDs have the advantage of being easier to understand for users in case of errors (we no longer print raw pointers to the logs). Last patch improves info messages about map offload. ==================== Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions