Re: [PATCH bpf-next v2 34/35] bpf: samples: do not touch RLIMIT_MEMLOCK

From: Song Liu
Date: Tue Jul 28 2020 - 02:14:31 EST


On Mon, Jul 27, 2020 at 12:26 PM Roman Gushchin <guro@xxxxxx> wrote:
>
> Since bpf is not using rlimit memlock for the memory accounting
> and control, do not change the limit in sample applications.
>
> Signed-off-by: Roman Gushchin <guro@xxxxxx>

Acked-by: Song Liu <songliubraving@xxxxxx>

> ---
[...]
> samples/bpf/xdp_rxq_info_user.c | 6 ------
> samples/bpf/xdp_sample_pkts_user.c | 6 ------
> samples/bpf/xdp_tx_iptunnel_user.c | 6 ------
> samples/bpf/xdpsock_user.c | 7 -------
> 27 files changed, 133 deletions(-)

133 (-) no (+), nice! :)

[...]