Re: [PATCH bpf-next v2] bpf: add tcp_notsent_lowat bpf setsockopt

2020-10-09 Thread Daniel Borkmann
On 10/9/20 5:06 PM, Yonghong Song wrote: On 10/9/20 12:03 AM, Nikita V. Shirokov wrote: Adding support for TCP_NOTSENT_LOWAT sockoption (https://lwn.net/Articles/560082/ ) in tcpbpf v1->v2: - addressing yhs@ comments. explicitly defining TCP_NOTSENT_LOWAT in    selftests if it is not defined in

Re: [PATCH bpf-next v2] bpf: add tcp_notsent_lowat bpf setsockopt

2020-10-09 Thread Yonghong Song
On 10/9/20 12:03 AM, Nikita V. Shirokov wrote: Adding support for TCP_NOTSENT_LOWAT sockoption (https://lwn.net/Articles/560082/ ) in tcpbpf v1->v2: - addressing yhs@ comments. explicitly defining TCP_NOTSENT_LOWAT in selftests if it is not defined in the system Signed-off-by: Nikita V. S

[PATCH bpf-next v2] bpf: add tcp_notsent_lowat bpf setsockopt

2020-10-09 Thread Nikita V. Shirokov
Adding support for TCP_NOTSENT_LOWAT sockoption (https://lwn.net/Articles/560082/) in tcpbpf v1->v2: - addressing yhs@ comments. explicitly defining TCP_NOTSENT_LOWAT in selftests if it is not defined in the system Signed-off-by: Nikita V. Shirokov --- include/uapi/linux/bpf.h