Re: [PATCH v3 net-next 5/7] samples/bpf: Add option to dump socket settings

2017-08-31 Thread Alexei Starovoitov
On Thu, Aug 31, 2017 at 03:05:48PM -0700, David Ahern wrote: > Add option to dump socket settings. Will be used in the next patch > to verify bpf programs are correctly setting mark, priority and > device based on the cgroup attachment for the program run. > > Signed-off-by: David Ahern Acked-by

[PATCH v3 net-next 5/7] samples/bpf: Add option to dump socket settings

2017-08-31 Thread David Ahern
Add option to dump socket settings. Will be used in the next patch to verify bpf programs are correctly setting mark, priority and device based on the cgroup attachment for the program run. Signed-off-by: David Ahern --- samples/bpf/test_cgrp2_sock.c | 75