aboutsummaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2020-11-14 02:29:00 +0100
committerDaniel Borkmann <daniel@iogearbox.net>2020-11-14 02:30:03 +0100
commitc14d61fca0d10498bf267c0ab1f381dd0b35d96b (patch)
tree710de0411e07d3ebe0233c8eeb5f80245cf3b63b /samples
parentbpf: Expose bpf_d_path helper to sleepable LSM hooks (diff)
parentnet: mlx5: Add xdp tx return bulking support (diff)
downloadlinux-dev-c14d61fca0d10498bf267c0ab1f381dd0b35d96b.tar.xz
linux-dev-c14d61fca0d10498bf267c0ab1f381dd0b35d96b.zip
Merge branch 'xdp-redirect-bulk'
Lorenzo Bianconi says: ==================== XDP bulk APIs introduce a defer/flush mechanism to return pages belonging to the same xdp_mem_allocator object (identified via the mem.id field) in bulk to optimize I-cache and D-cache since xdp_return_frame is usually run inside the driver NAPI tx completion loop. Convert mvneta, mvpp2 and mlx5 drivers to xdp_return_frame_bulk APIs. More details on benchmarks run on mlx5 can be found here: https://github.com/xdp-project/xdp-project/blob/master/areas/mem/xdp_bulk_return01.org Changes since v5: - do not keep looping over ptr_ring if the cache is full but release leftover pages running page_pool_return_page Changes since v4: - fix comments - introduce xdp_frame_bulk_init utility routine - compiler annotations for I-cache code layout - move rcu_read_lock outside fast-path - mlx5 xdp bulking code optimization Changes since v3: - align DEV_MAP_BULK_SIZE to XDP_BULK_QUEUE_SIZE - refactor page_pool_put_page_bulk to avoid code duplication Changes since v2: - move mvneta changes in a dedicated patch Changes since v1: - improve comments - rework xdp_return_frame_bulk routine logic - move count and xa fields at the beginning of xdp_frame_bulk struct - invert logic in page_pool_put_page_bulk for loop ==================== Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions