Re: [PATCH bpf-next] samples/bpf: detach prog from cgroup

2018-03-01 Thread Daniel Borkmann
On 03/01/2018 06:47 AM, Prashant Bhole wrote: > test_cgrp2_sock.sh and test_cgrp2_sock2.sh tests keep the program > attached to cgroup even after completion. > Using detach functionality of test_cgrp2_sock in both scripts. > > Signed-off-by: Prashant Bhole Applied to bpf-next, thanks Prashant!

Re: [PATCH bpf-next] samples/bpf: detach prog from cgroup

2018-03-01 Thread David Ahern
On 2/28/18 10:47 PM, Prashant Bhole wrote: > test_cgrp2_sock.sh and test_cgrp2_sock2.sh tests keep the program > attached to cgroup even after completion. > Using detach functionality of test_cgrp2_sock in both scripts. > > Signed-off-by: Prashant Bhole > --- > samples/bpf/test_cgrp2_sock.sh |