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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2638FC83F1C for ; Wed, 30 Aug 2023 18:45:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234753AbjH3ShW (ORCPT ); Wed, 30 Aug 2023 14:37:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245613AbjH3PmQ (ORCPT ); Wed, 30 Aug 2023 11:42:16 -0400 Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57D40122; Wed, 30 Aug 2023 08:42:12 -0700 (PDT) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id B75585C0056; Wed, 30 Aug 2023 11:42:11 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Wed, 30 Aug 2023 11:42:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; t=1693410131; x=1693496531; bh=Af9RLeZAlBuc5 gc2kiqVFlBa+yCpdvEQfwKLpsa17Gk=; b=uSWomlpkiybUlQfu311Q6zBNpw3BK HYGxFNxHKoZT3+WX+BuFxmbjl5YqFNPXtnUJ0IyZdSj73eAl585roI/26yD9Tva5 QK0CSlelyX5Dvq8fqaFx7wotFrVHSSIpm9GaODi/i5Sb0kqibKjx8l39WsCME8Ui uFLRQoEAtu2i2NOb0K1xxn8fYRi6EayxQCep4QXSjprRu7NInL2RPCxKiM41j0IW VW3dEtkP8KfgeG2hgSfE1U/ymimSHQoKXWrMSYuHa1dNoHsh4th26ZN0Bj/4bjFb zCVOhCveqH3YXOvek90FE3fXZM0vW8HD2GNA4tzHhzTuBvibeN/HMMHQA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedviedrudefkedgleefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvfevuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepkfguohcu ufgthhhimhhmvghluceoihguohhstghhsehiughoshgthhdrohhrgheqnecuggftrfgrth htvghrnhepvddufeevkeehueegfedtvdevfefgudeifeduieefgfelkeehgeelgeejjeeg gefhnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepih guohhstghhsehiughoshgthhdrohhrgh X-ME-Proxy: Feedback-ID: i494840e7:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 30 Aug 2023 11:42:10 -0400 (EDT) Date: Wed, 30 Aug 2023 18:42:08 +0300 From: Ido Schimmel To: Sriram Yagnaraman Cc: "kuba@kernel.org" , "pabeni@redhat.com" , "netdev@vger.kernel.org" , "linux-kselftest@vger.kernel.org" , "David S . Miller" , Eric Dumazet , David Ahern , Ido Schimmel , Shuah Khan , Petr Machata Subject: Re: [PATCH net v3 3/3] selftests: fib_tests: Add multipath list receive tests Message-ID: References: <20230828113221.20123-1-sriram.yagnaraman@est.tech> <20230828113221.20123-4-sriram.yagnaraman@est.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Wed, Aug 30, 2023 at 09:17:22AM +0000, Sriram Yagnaraman wrote: > If it is OK with all of you here, should I try to improve this test to verify TCP resets don't happen when the nexthop is in a multipath group, perhaps using iperf3? I can send another patch if/when I get something working. Yes, just make sure it's stable. That is, the test reliably fails without the fixes and reliably passes with the fixes.