diff options
author | Tushar Dave <tushar.n.dave@oracle.com> | 2017-10-28 02:28:22 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-29 04:17:32 +0100 |
commit | 21d72af7dcf0c9f78f4fbdb93315568731014e66 (patch) | |
tree | 0daabc4e288b2d450dbe8f9bd13331c38d20eef3 /fs/binfmt_em86.c | |
parent | samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp1 (diff) | |
download | linux-21d72af7dcf0c9f78f4fbdb93315568731014e66.tar.xz linux-21d72af7dcf0c9f78f4fbdb93315568731014e66.zip |
samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp_redirect_map
Default rlimit RLIMIT_MEMLOCK is 64KB, causes bpf map failure.
e.g.
[root@labbpf]# ./xdp_redirect_map $(</sys/class/net/eth2/ifindex) \
> $(</sys/class/net/eth3/ifindex)
failed to create a map: 1 Operation not permitted
The failure is 100% when multiple xdp programs are running. Fix it.
Signed-off-by: Tushar Dave <tushar.n.dave@oracle.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/binfmt_em86.c')
0 files changed, 0 insertions, 0 deletions