Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1731476

Re: [PATCH] ipv4: Namespaceify tcp_fastopen knob

From 严海双 <yanhaishuang@cmss.chinamobile.com>
Newsgroups linux.kernel
Subject Re: [PATCH] ipv4: Namespaceify tcp_fastopen knob
Date 2017-09-13 11:00 +0200
Message-ID <upbGy-542-29@gated-at.bofh.it> (permalink)
References <uoQLL-6L-1@gated-at.bofh.it> <up70e-24C-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



> On 2017年9月13日, at 上午11:57, David Miller <davem@davemloft.net> wrote:
> 
> From: Haishuang Yan <yanhaishuang@cmss.chinamobile.com>
> 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 <lucab@debian.org>
>> Signed-off-by: Haishuang Yan <yanhaishuang@cmss.chinamobile.com>
> ...
>> diff --git a/samples/bpf/test_ipip.sh b/samples/bpf/test_ipip.sh
>> index 1969254..7bbc521 100755
>> --- a/samples/bpf/test_ipip.sh
>> +++ b/samples/bpf/test_ipip.sh
>> @@ -173,6 +173,8 @@ function cleanup {
>> cleanup
>> echo "Testing IP tunnels..."
>> test_ipip
>> +sleep 1
>> test_ipip6
>> +sleep 1
>> test_ip6ip6
>> echo "*** PASS ***"
> 
> This seems like a completely unrelated change.
> 

Sorry, I make a mistake for including my local test changes in this patch.

I will remove this change in v2 commit. Thanks David for reviewing.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] ipv4: Namespaceify tcp_fastopen knob Haishuang Yan <yanhaishuang@cmss.chinamobile.com> - 2017-09-12 12:40 +0200
  Re: [PATCH] ipv4: Namespaceify tcp_fastopen knob David Miller <davem@davemloft.net> - 2017-09-13 06:00 +0200
    Re: [PATCH] ipv4: Namespaceify tcp_fastopen knob 严海双 <yanhaishuang@cmss.chinamobile.com> - 2017-09-13 11:00 +0200

csiph-web