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 8C1C2C433EF for ; Mon, 21 Mar 2022 17:54:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349796AbiCURz1 (ORCPT ); Mon, 21 Mar 2022 13:55:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48512 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234522AbiCURz0 (ORCPT ); Mon, 21 Mar 2022 13:55:26 -0400 Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 50EFB17E34 for ; Mon, 21 Mar 2022 10:54:01 -0700 (PDT) Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 792465C01CE; Mon, 21 Mar 2022 13:53:58 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Mon, 21 Mar 2022 13:53:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:date:date: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; bh=CCUp+hCJjR+enuEro OMnZ50dSZQItkrMUi2JalMjgps=; b=MWEJn/tsXPToX3rIWdQn2BZjz2GFBZ75Y WMC1N8bbcwhjejCWZPc/bppynUYY92inVwSAYs4Z6QD7AgO5VtS7CftJlSgk8p3a 15BK02s3stVekwvXhqNRUYHqq9CNbhgQllVlfojf4LdnGE8LXtJtIkvjMzTKGiEb dRCalL0c5YAjMZU9R8SAM8tCWW7RmEjHC2EcmzNVXqdS76L8LOtCdcDyvRBdo2UT zGpeGnAHUbDF7s9GMqI5HKyE9Lh+si35xNjf/fucXb7ivD4lZRmINtInR58N/3B/ xWcoFhs9KUrEfT/H+hH/E8KyEIsWcMicYg7AgjxDHq0Y9qcaRCI+Q== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudegfedguddtkecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfhfgggtuggjsehttd ertddttddvnecuhfhrohhmpefkughoucfutghhihhmmhgvlhcuoehiughoshgthhesihgu ohhstghhrdhorhhgqeenucggtffrrghtthgvrhhnpedtffekkeefudffveegueejffejhf etgfeuuefgvedtieehudeuueekhfduheelteenucevlhhushhtvghrufhiiigvpedtnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehiughoshgthhesihguohhstghhrdhorhhg X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 21 Mar 2022 13:53:57 -0400 (EDT) Date: Mon, 21 Mar 2022 19:53:55 +0200 From: Ido Schimmel To: kuba@kernel.org Cc: netdev@vger.kernel.org, davem@davemloft.net, pabeni@redhat.com, schultz.hans@gmail.com, razor@blackwall.org, mlxsw@nvidia.com Subject: Re: [PATCH net-next 0/2] selftests: forwarding: Locked bridge port fixes Message-ID: References: <20220321175102.978020-1-idosch@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220321175102.978020-1-idosch@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Mar 21, 2022 at 07:51:00PM +0200, Ido Schimmel wrote: > Two fixes for the locked bridge port selftest. Jakub, I'm aware that net-next is closed, but these are fixes for code in net-next. If you prefer, I can resubmit later this week after you merge master to net.