diff options
author | Martin KaFai Lau <kafai@fb.com> | 2016-12-08 00:53:14 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-12-08 20:25:13 +0100 |
commit | 12d8bb64e3f65f5287ff17c084d076a28daa8096 (patch) | |
tree | e772f55d041956a3e07a487b48b42df8a0b830bf /kernel/ucount.c | |
parent | mlx4: xdp: Reserve headroom for receiving packet when XDP prog is active (diff) | |
download | linux-12d8bb64e3f65f5287ff17c084d076a28daa8096.tar.xz linux-12d8bb64e3f65f5287ff17c084d076a28daa8096.zip |
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>
Diffstat (limited to 'kernel/ucount.c')
0 files changed, 0 insertions, 0 deletions