From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 47C4A3264D0; Wed, 4 Mar 2026 02:50:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772592606; cv=none; b=Gn4oQmzfeeQF4D9WTnczQT+PBVHcgrwRlIRfAr6jcWizOn2qovr5yvdUAL2lQD7uobhcTVB72J+YBzQkWA0F91PZi7DZBPr8BInFGwQH2XatpCvg8JmxojUVM3mRav/k7ZM/Stx2/GLzMTtOh0c1otzyxmij+B107wNQRvPMrwA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772592606; c=relaxed/simple; bh=SihGOB92dOG3GKpFFaqrEK4NW5pzMHyMGjrBAwD7w6g=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=pRk1aAIhW2qR/WvuGFjzCzO/UMgc1cUe+rb9Xa1Ll16SeV6dVCrwQo7gTRPSXi9ncAlAU0AI2mf+YnnX9kiaDuA74xuWQXkz8a3jEPzAcMsNWvuwf8gtUdg0J0tbZRIG/dohvh6oWmGpMqWklEREy2Y3J+wbBFsYSELJvZJ3jww= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=t9JrAkuz; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="t9JrAkuz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CFEF6C116C6; Wed, 4 Mar 2026 02:50:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772592605; bh=SihGOB92dOG3GKpFFaqrEK4NW5pzMHyMGjrBAwD7w6g=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=t9JrAkuzsTVahuYI/+s9ZQln1C+F4At9HLU7LCGc+BradeMFrjkrPH2nTilEQmYQY CCE7Yyvn+VdcXV1Wx3EmZ3kHk/YlY07FWXZ5X7tXDwI/Y/g1Udf8HaznbRYAFXT4Rk uA5Zc32BIvcld60/BuHLbBJYec1FSPKeQalggXzMf4/WBAL/Re3lYIhqlj/pVNOay+ P2OMS1HMPhb2nBxoKyUBCVvzceQRNRvGdGad7B5Yrtw3tS/lOoYjjdtEX/9zUbr6Tk PWj+HjD+L63m8k3qvdgk0HUz0HT14cke6t7/JuceATN7TSu+6O9mZGW9KjDdPQVzER Q2aObs+QUMetA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 02E063808200; Wed, 4 Mar 2026 02:50:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2 1/2] net: macvlan: support multicast rx for bridge ports with shared source MAC From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177259260680.1568629.10771533628414019675.git-patchwork-notify@kernel.org> Date: Wed, 04 Mar 2026 02:50:06 +0000 References: <20260228071613.4360-1-psykibaek@gmail.com> In-Reply-To: <20260228071613.4360-1-psykibaek@gmail.com> To: Kibaek Yoo Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 28 Feb 2026 16:16:12 +0900 you wrote: > Macvlan bridge mode currently does not handle the case where an > external source shares its MAC address with a local macvlan interface. > When such a frame arrives, macvlan_hash_lookup() matches the source > MAC to the local macvlan, and macvlan_multicast_rx() assumes bridge > ports already received the frame during local transmission. Since the > frame actually originated externally, bridge ports never saw it. > > [...] Here is the summary with links: - [v2,1/2] net: macvlan: support multicast rx for bridge ports with shared source MAC https://git.kernel.org/netdev/net-next/c/b52363f706e5 - [v2,2/2] selftests: net: add macvlan multicast test for shared source MAC https://git.kernel.org/netdev/net-next/c/4ad96a7c9e2c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html