From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9CE7DC433E0 for ; Fri, 31 Jul 2020 22:39:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 797C2208E4 for ; Fri, 31 Jul 2020 22:39:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726961AbgGaWj3 (ORCPT ); Fri, 31 Jul 2020 18:39:29 -0400 Received: from mga11.intel.com ([192.55.52.93]:12481 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726099AbgGaWj3 (ORCPT ); Fri, 31 Jul 2020 18:39:29 -0400 IronPort-SDR: uBl+jH5UnwDgGv0S/lsA0d0EkwrekStWXVtwUxJx6/CvNGejhKr3/PtsA3AnnJ/aFKIcv4clpA WAP4civDEdbw== X-IronPort-AV: E=McAfee;i="6000,8403,9699"; a="149696247" X-IronPort-AV: E=Sophos;i="5.75,419,1589266800"; d="scan'208";a="149696247" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2020 15:39:29 -0700 IronPort-SDR: ngb5LZJqExQBjfamSp88KN7FX9ypv9kuXNQ4KRM1eVcwaevhmRJiJK+3xTEMEbebxdciu0G6Gm z8LiKz7PKckw== X-IronPort-AV: E=Sophos;i="5.75,419,1589266800"; d="scan'208";a="287331347" Received: from nataliet-mobl.amr.corp.intel.com ([10.254.79.31]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2020 15:39:28 -0700 Date: Fri, 31 Jul 2020 15:39:28 -0700 (PDT) From: Mat Martineau X-X-Sender: mjmartin@nataliet-mobl.amr.corp.intel.com To: Florian Westphal cc: netdev@vger.kernel.org, edumazet@google.com, matthieu.baerts@tessares.net, pabeni@redhat.com Subject: Re: [PATCH v2 net-next 8/9] selftests: mptcp: make 2nd net namespace use tcp syn cookies unconditionally In-Reply-To: <20200730192558.25697-9-fw@strlen.de> Message-ID: References: <20200730192558.25697-1-fw@strlen.de> <20200730192558.25697-9-fw@strlen.de> User-Agent: Alpine 2.23 (OSX 453 2020-06-18) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 30 Jul 2020, Florian Westphal wrote: > check we can establish connections also when syn cookies are in use. > > Check that > MPTcpExtMPCapableSYNRX and MPTcpExtMPCapableACKRX increase for each > MPTCP test. > > Check TcpExtSyncookiesSent and TcpExtSyncookiesRecv increase in netns2. > > Signed-off-by: Florian Westphal > --- > .../selftests/net/mptcp/mptcp_connect.sh | 47 +++++++++++++++++++ > 1 file changed, 47 insertions(+) Reviewed-by: Mat Martineau -- Mat Martineau Intel