On Mon, Jul 6, 2020 at 4:04 PM Stanislav Fomichev <[email protected]> wrote: > > Simple test that enforces a single SOCK_DGRAM socker per cgroup. > > Signed-off-by: Stanislav Fomichev <[email protected]> > ---
Acked-by: Andrii Nakryiko <[email protected]> > .../selftests/bpf/prog_tests/udp_limit.c | 75 +++++++++++++++++++ > tools/testing/selftests/bpf/progs/udp_limit.c | 42 +++++++++++ > 2 files changed, 117 insertions(+) > create mode 100644 tools/testing/selftests/bpf/prog_tests/udp_limit.c > create mode 100644 tools/testing/selftests/bpf/progs/udp_limit.c > [...]
