Re: [PATCH net-next 2/8] bpf: Add mark and priority to sock options that can be set

2017-08-22 Thread Alexei Starovoitov
On Tue, Aug 22, 2017 at 05:20:15PM -0700, David Ahern wrote: > Add socket mark and priority to fields that can be set by > ebpf program when a socket is created. > > Signed-off-by: David Ahern lgtm Acked-by: Alexei Starovoitov

[PATCH net-next 2/8] bpf: Add mark and priority to sock options that can be set

2017-08-22 Thread David Ahern
Add socket mark and priority to fields that can be set by ebpf program when a socket is created. Signed-off-by: David Ahern --- include/uapi/linux/bpf.h | 2 ++ net/core/filter.c| 26 ++ 2 files changed, 28 insertions(+) diff --git