Re: [net-next PATCH 1/4] samples/bpf: adjust rlimit RLIMIT_MEMLOCK for traceex2, tracex3 and tracex4

2017-05-03 Thread David Miller
From: Alexei Starovoitov Date: Tue, 2 May 2017 17:53:16 -0700 > On Tue, May 02, 2017 at 02:31:50PM +0200, Jesper Dangaard Brouer wrote: >> Needed to adjust max locked memory RLIMIT_MEMLOCK for testing these bpf >> samples >> as these are using more and larger maps

Re: [net-next PATCH 1/4] samples/bpf: adjust rlimit RLIMIT_MEMLOCK for traceex2, tracex3 and tracex4

2017-05-03 Thread Jesper Dangaard Brouer
On Tue, 2 May 2017 17:53:16 -0700 Alexei Starovoitov wrote: > On Tue, May 02, 2017 at 02:31:50PM +0200, Jesper Dangaard Brouer wrote: > > Needed to adjust max locked memory RLIMIT_MEMLOCK for testing these bpf > > samples > > as these are using more and larger maps

Re: [net-next PATCH 1/4] samples/bpf: adjust rlimit RLIMIT_MEMLOCK for traceex2, tracex3 and tracex4

2017-05-02 Thread Alexei Starovoitov
On Tue, May 02, 2017 at 02:31:50PM +0200, Jesper Dangaard Brouer wrote: > Needed to adjust max locked memory RLIMIT_MEMLOCK for testing these bpf > samples > as these are using more and larger maps than can fit in distro default > 64Kbytes limit. > > Signed-off-by: Jesper Dangaard Brouer

[net-next PATCH 1/4] samples/bpf: adjust rlimit RLIMIT_MEMLOCK for traceex2, tracex3 and tracex4

2017-05-02 Thread Jesper Dangaard Brouer
Needed to adjust max locked memory RLIMIT_MEMLOCK for testing these bpf samples as these are using more and larger maps than can fit in distro default 64Kbytes limit. Signed-off-by: Jesper Dangaard Brouer --- samples/bpf/tracex2_user.c |7 +++