Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752237AbdIMNDG (ORCPT ); Wed, 13 Sep 2017 09:03:06 -0400 Received: from mail-it0-f68.google.com ([209.85.214.68]:37174 "EHLO mail-it0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751111AbdIMNDC (ORCPT ); Wed, 13 Sep 2017 09:03:02 -0400 X-Google-Smtp-Source: AOwi7QAnDS0o/trfY8DdgTEchXbcM3dJBwldL8hAm0/cEVYz/50z2SMkYwk2trjc6H10s5Zx8Tx3Sw== Message-ID: <1505307779.15310.157.camel@edumazet-glaptop3.roam.corp.google.com> Subject: Re: [PATCH v2] ipv4: Namespaceify tcp_fastopen knob From: Eric Dumazet To: Haishuang Yan Cc: "David S. Miller" , Alexey Kuznetsov , Eric Dumazet , Luca BRUNO , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 13 Sep 2017 06:02:59 -0700 In-Reply-To: <1505306674.15310.155.camel@edumazet-glaptop3.roam.corp.google.com> References: <1505301598-12681-1-git-send-email-yanhaishuang@cmss.chinamobile.com> <1505306674.15310.155.camel@edumazet-glaptop3.roam.corp.google.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 635 Lines: 21 On Wed, 2017-09-13 at 05:44 -0700, Eric Dumazet wrote: > On Wed, 2017-09-13 at 19:19 +0800, Haishuang Yan wrote: > > Different namespace application might require enable TCP Fast Open > > feature independently of the host. > > > > Poor changelog, no actual description / list of sysctls that are moved > to per netns. > > And looking at the patch, it seems your conversion is not complete. > > So I will ask you to provide more evidence that you tested your patch > next time you submit it. I suggest you move one sysctl at a time, in a patch series. It will be easier to document and test for you, and review for us. Thanks.