Re: [PATCH] ipv4: Namespaceify tcp_fastopen knob

2017-09-13 Thread 严海双
> On 2017年9月13日, at 上午11:57, David Miller wrote: > > From: Haishuang Yan > Date: Tue, 12 Sep 2017 18:30:57 +0800 > >> Different namespace application might require enable TCP Fast Open >> feature independently of the host. >> >> Reported-by: Luca BRUNO >> Signed-off-by: Haishuang Yan > ...

Re: [PATCH] ipv4: Namespaceify tcp_fastopen knob

2017-09-12 Thread David Miller
From: Haishuang Yan Date: Tue, 12 Sep 2017 18:30:57 +0800 > Different namespace application might require enable TCP Fast Open > feature independently of the host. > > Reported-by: Luca BRUNO > Signed-off-by: Haishuang Yan ... > diff --git a/samples/bpf/test_ipip.sh b/samples/bpf/test_ipip.sh

[PATCH] ipv4: Namespaceify tcp_fastopen knob

2017-09-12 Thread Haishuang Yan
Different namespace application might require enable TCP Fast Open feature independently of the host. Reported-by: Luca BRUNO Signed-off-by: Haishuang Yan --- include/net/netns/ipv4.h | 2 ++ include/net/tcp.h | 1 - net/ipv4/af_inet.c | 7 --- net/ipv4/sysctl_net_ipv4