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 AD738C0015E for ; Wed, 26 Jul 2023 16:57:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232065AbjGZQ5R (ORCPT ); Wed, 26 Jul 2023 12:57:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232046AbjGZQ5P (ORCPT ); Wed, 26 Jul 2023 12:57:15 -0400 Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B2602122; Wed, 26 Jul 2023 09:57:14 -0700 (PDT) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id ED1365C0182; Wed, 26 Jul 2023 12:57:13 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Wed, 26 Jul 2023 12:57:13 -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=fm3; t=1690390633; x=1690477033; bh=DiwshFBV23Jyp T7gUYeM15HG6FDoGp+F2reuYrPjovI=; b=Tj+E0Y1oyEvTr6sa6tcNpLjn0RSpq TWpHpg7CsY8bpEzKlc8zcmy+K4010tWCLuAaf+dLmfEmMuUgC7LAbVF7svzsNU2L vb4Cad8Y6HggdARs8oiiKSDvlPTTDdDWkRs43pUg8DC9LoudfGAtyEQQuCxKVzcD mb77lGA1hS1WKTfALAjXGLyvaa9zXEFrwtle4XtK42hUUI/NDZ1NmCef9xJOKHJB UrLy7rVzftG0atBDvNn1LxImUoXKcPBhoE1PSI8zZuUaaC+rTQWa5wX7hFVOquJF jYN9ZtGLx7ldvOOdA+AvJm3nbgbVM4kHeHDGRGseRJloNQOI3oxq3gjww== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedviedriedvgddutdehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvfevuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepkfguohcu ufgthhhimhhmvghluceoihguohhstghhsehiughoshgthhdrohhrgheqnecuggftrfgrth htvghrnhepiedtkedufeejveeiueeviefgjeejveelueeujeehiedufeffveevudfhhedv gfdvnecuffhomhgrihhnpehkvghrnhgvlhdrohhrghdplhgruhhntghhphgrugdrnhgvth enucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehiugho shgthhesihguohhstghhrdhorhhg X-ME-Proxy: Feedback-ID: i494840e7:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 26 Jul 2023 12:57:12 -0400 (EDT) Date: Wed, 26 Jul 2023 19:57:09 +0300 From: Ido Schimmel To: Mirsad Todorovac Cc: Ido Schimmel , netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Shuah Khan Subject: Re: [PATCH v1 01/11] selftests: forwarding: custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout Message-ID: References: <20230722003609.380549-1-mirsad.todorovac@alu.unizg.hr> <0550924e-dce9-f90d-df8a-db810fd2499f@alu.unizg.hr> 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-kernel@vger.kernel.org On Wed, Jul 26, 2023 at 03:22:54PM +0300, Ido Schimmel wrote: > Regarding the MDB tests and tc_flower_l2_miss.sh, I suspect you might > have some daemon in user space that sends IGMP queries and therefore > messes with the tests. Please run the following commands in a separate > terminal before running tc_flower_l2_miss.sh: Ignore that. I think it's a problem I already fixed in the past: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8bcfb4ae4d970b9a9724ddfbac26c387934e0e94 Ubuntu still uses an old version of libnet: https://launchpad.net/ubuntu/+source/libnet Pushed the fixes for tc_flower_l2_miss.sh, bridge_mdb.sh and bridge_mdb_max.sh to the same branch.