linux-stable/net/xdp
Toke Høiland-Jørgensen 32637e3300 bpf: Expand map key argument of bpf_redirect_map to u64
For queueing packets in XDP we want to add a new redirect map type with
support for 64-bit indexes. To prepare fore this, expand the width of the
'key' argument to the bpf_redirect_map() helper. Since BPF registers are
always 64-bit, this should be safe to do after the fact.

Acked-by: Song Liu <song@kernel.org>
Reviewed-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Link: https://lore.kernel.org/r/20221108140601.149971-3-toke@redhat.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2022-11-15 09:00:27 -08:00
..
Kconfig
Makefile
xdp_umem.c xsk: Expose min chunk size to drivers 2022-09-30 07:55:45 -07:00
xdp_umem.h
xsk.c xsk: Inherit need_wakeup flag for shared sockets 2022-09-22 17:16:22 +02:00
xsk.h
xsk_buff_pool.c xsk: Inherit need_wakeup flag for shared sockets 2022-09-22 17:16:22 +02:00
xsk_diag.c
xsk_queue.c
xsk_queue.h xsk: Fix backpressure mechanism on Tx 2022-08-31 20:52:09 +02:00
xskmap.c bpf: Expand map key argument of bpf_redirect_map to u64 2022-11-15 09:00:27 -08:00