-
- Downloads
bpf: xdp: Add XDP example for head adjustment
The XDP prog checks if the incoming packet matches any VIP:PORT combination in the BPF hashmap. If it is, it will encapsulate the packet with a IPv4/v6 header as instructed by the value of the BPF hashmap and then XDP_TX it out. The VIP:PORT -> IP-Encap-Info can be specified by the cmd args of the user prog. Acked-by:Alexei Starovoitov <ast@kernel.org> Signed-off-by:
Martin KaFai Lau <kafai@fb.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- samples/bpf/Makefile 4 additions, 0 deletionssamples/bpf/Makefile
- samples/bpf/bpf_helpers.h 2 additions, 0 deletionssamples/bpf/bpf_helpers.h
- samples/bpf/bpf_load.c 94 additions, 0 deletionssamples/bpf/bpf_load.c
- samples/bpf/bpf_load.h 1 addition, 0 deletionssamples/bpf/bpf_load.h
- samples/bpf/xdp1_user.c 0 additions, 93 deletionssamples/bpf/xdp1_user.c
- samples/bpf/xdp_tx_iptunnel_common.h 37 additions, 0 deletionssamples/bpf/xdp_tx_iptunnel_common.h
- samples/bpf/xdp_tx_iptunnel_kern.c 236 additions, 0 deletionssamples/bpf/xdp_tx_iptunnel_kern.c
- samples/bpf/xdp_tx_iptunnel_user.c 256 additions, 0 deletionssamples/bpf/xdp_tx_iptunnel_user.c
Loading
Please register or sign in to comment