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 91650C77B7C for ; Thu, 11 May 2023 15:28:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232006AbjEKP2q (ORCPT ); Thu, 11 May 2023 11:28:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52656 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238725AbjEKP2o (ORCPT ); Thu, 11 May 2023 11:28:44 -0400 Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8DB11DC; Thu, 11 May 2023 08:28:39 -0700 (PDT) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id DEF635C07D5; Thu, 11 May 2023 11:28:38 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Thu, 11 May 2023 11:28:38 -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=1683818918; x=1683905318; bh=quNYwRNzmkoZS Kd3kh0dhOf0XxBlmCLuuu1FU1HWqW0=; b=CuNXaFdiCKt0vwBaW3M+mrFZWdkVE k+6C5jNHhtOjXulHziw4H0zIrd9f3bY9+OeBA9nh9UMF66k8WbEEYjNmooK9NmGL 0swuxonaNSr8/oJhLSlOheN5xZi0H35/sFHG6PWiv0HscS5Pwmx8+Vu6A0POavnm /QWnz7u4EObEbW9WX/VMVgDY5ybMrOl1IlveyR23w58gKLCEEuOLlCQ+1LTEwNjX Mv+fg0Bj8K1eAAaaigiGN9JUFuDO3dVnaKz9Ti3flz38srYAWPvvBTGrAso1ZsAt N/E1LW0fZ7hFo9Fh09vK5l7zwja7Q5njMyo3U3AYblxqGQNmqP768DtbQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrfeegkedgkeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne gfrhhlucfvnfffucdluddtmdenucfjughrpeffhffvvefukfhfgggtuggjsehttdertddt tddvnecuhfhrohhmpefkughoucfutghhihhmmhgvlhcuoehiughoshgthhesihguohhstg hhrdhorhhgqeenucggtffrrghtthgvrhhnpedvudefveekheeugeeftddvveefgfduieef udeifefgleekheegleegjeejgeeghfenucevlhhushhtvghrufhiiigvpedtnecurfgrrh grmhepmhgrihhlfhhrohhmpehiughoshgthhesihguohhstghhrdhorhhg X-ME-Proxy: Feedback-ID: i494840e7:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 11 May 2023 11:28:38 -0400 (EDT) Date: Thu, 11 May 2023 18:28:35 +0300 From: Ido Schimmel To: Vladimir Nikishkin Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, eng.alaamohamedsoliman.am@gmail.com, gnault@redhat.com, razor@blackwall.org, idosch@nvidia.com, liuhangbin@gmail.com, eyal.birger@gmail.com, jtoppins@redhat.com, shuah@kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH net-next v8 2/2] selftests: vxlan: Add tests for vxlan nolocalbypass option. Message-ID: References: <20230511032210.9146-1-vladimir@nikishkin.pw> <20230511032210.9146-2-vladimir@nikishkin.pw> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230511032210.9146-2-vladimir@nikishkin.pw> Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Thu, May 11, 2023 at 11:22:10AM +0800, Vladimir Nikishkin wrote: > Add test to make sure that the localbypass option is on by default. > > Add test to change vxlan localbypass to nolocalbypass and check > that packets are delivered to userspace. > > Signed-off-by: Vladimir Nikishkin Reviewed-by: Ido Schimmel