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=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 CBDC5C433DB for ; Mon, 22 Mar 2021 20:51:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8FFE6619A3 for ; Mon, 22 Mar 2021 20:51:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231398AbhCVUun (ORCPT ); Mon, 22 Mar 2021 16:50:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:46588 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231374AbhCVUuK (ORCPT ); Mon, 22 Mar 2021 16:50:10 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 52C58619A5; Mon, 22 Mar 2021 20:50:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1616446210; bh=AZRyEBRv6DinvXg7+ZGq9aa1oqHo5x5LoSronbETen4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=YANyI+m4LzY0NObVSSvwJW2KqviHX6q07WvL5x7Qodj5i+a1p6+VxEuOmAz4pgbdT lpWVQiamF11K3fAYFOOTDaqLQSeE6uQ6wjmwSvBhuMO55V8oTLVl8+AWXtTmkObovk Z0LA+kZV72WleE/z9+dL7KidZn7c/mNMwFHwdz55FTlnTGIcv9/vPYPiowVqj1/aXW 3foN/XN0PM5DaKeG4ilJmu+0bs0VKRfHukcbAW2Q90r1LVDRmDvEnzAZq8doWXHknD HuB0ap9IBdZqW4xagOB4cVvuBWDpaDGDsKkLpRpEaQB5W4t+dauKi7YPhMmE7X0/l4 D+hxcOvNzUVWA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: bridge: when suppression is enabled exclude RARP packets From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161644621029.7104.8989663274952971379.git-patchwork-notify@kernel.org> Date: Mon, 22 Mar 2021 20:50:10 +0000 References: <20210322154527.224886-1-razor@blackwall.org> In-Reply-To: <20210322154527.224886-1-razor@blackwall.org> To: Nikolay Aleksandrov Cc: netdev@vger.kernel.org, roopa@nvidia.com, bridge@lists.linux-foundation.org, nikolay@nvidia.com, amer@nvidia.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 22 Mar 2021 17:45:27 +0200 you wrote: > From: Nikolay Aleksandrov > > Recently we had an interop issue where RARP packets got suppressed with > bridge neigh suppression enabled, but the check in the code was meant to > suppress GARP. Exclude RARP packets from it which would allow some VMWare > setups to work, to quote the report: > "Those RARP packets usually get generated by vMware to notify physical > switches when vMotion occurs. vMware may use random sip/tip or just use > sip=tip=0. So the RARP packet sometimes get properly flooded by the vtep > and other times get dropped by the logic" > > [...] Here is the summary with links: - [net-next] net: bridge: when suppression is enabled exclude RARP packets https://git.kernel.org/netdev/net-next/c/0353b4a96b7a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html