Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751924AbdIMIuD convert rfc822-to-8bit (ORCPT ); Wed, 13 Sep 2017 04:50:03 -0400 Received: from cmccmta3.chinamobile.com ([221.176.66.81]:20179 "EHLO cmccmta3.chinamobile.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750776AbdIMIt7 (ORCPT ); Wed, 13 Sep 2017 04:49:59 -0400 X-RM-TRANSID: 2eec59b8f13408c-2c2c0 X-RM-SPAM-FLAG: 00000000 X-RM-TRANSID: 2eea59b8f132843-6afe3 Content-Type: text/plain; charset=gb2312 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [PATCH] ipv4: Namespaceify tcp_fastopen knob From: =?gb2312?B?0c+6o8ur?= In-Reply-To: <20170912.205709.130426973112637232.davem@davemloft.net> Date: Wed, 13 Sep 2017 16:49:54 +0800 Cc: kuznet@ms2.inr.ac.ru, edumazet@google.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: References: <1505212257-13386-1-git-send-email-yanhaishuang@cmss.chinamobile.com> <20170912.205709.130426973112637232.davem@davemloft.net> To: David Miller X-Mailer: Apple Mail (2.3273) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 957 Lines: 33 > 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 > ... >> 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.