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 3F725C4332F for ; Thu, 17 Feb 2022 18:10:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244015AbiBQSK2 (ORCPT ); Thu, 17 Feb 2022 13:10:28 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:42638 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236875AbiBQSK0 (ORCPT ); Thu, 17 Feb 2022 13:10:26 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A13FE1728AE; Thu, 17 Feb 2022 10:10:12 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 47ADE61A0D; Thu, 17 Feb 2022 18:10:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id A3856C340ED; Thu, 17 Feb 2022 18:10:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645121411; bh=WZd206Q6M+236kpARfk6Nd2RbCGgBa5GJlk1ZQTn4WU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=m1AQeFTssf5h6LGCMQ3rxEVgvD7WFTpDOSDn2DPRipDNEJKcAQCpqDfGoGMyMThd3 HgqeotnPQQuK7MkEXVzYtqjRmyWvCl2uvBWZ52xtmb1uUxb8FM9+gjv5W/jqKfY9U0 AuaGwDpLN13eTcNK9FLslQLxiGBxuW+YY8pVdG5MqfqUNoZjM83KdyinQ3405D84HD doG8pV/OrexmoN7V16GMiJzKw9WEtHCx1VkGNhQeoph5tcLnSzFFGL1/qRVFqbvMJk 6850iVnvi7SmR8gNz3s3gzSWtG0OG75qsR82pUJzBzEykxusJVc+o1aklNj1UkI2vt /yyuKdnfXYgrQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 8F516E6D446; Thu, 17 Feb 2022 18:10:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2] net: dsa: lan9303: add VLAN IDs to master device From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164512141158.19163.7628868229359172313.git-patchwork-notify@kernel.org> Date: Thu, 17 Feb 2022 18:10:11 +0000 References: <20220216204818.28746-1-mans@mansr.com> In-Reply-To: <20220216204818.28746-1-mans@mansr.com> To: Mans Rullgard Cc: andrew@lunn.ch, vivien.didelot@gmail.com, f.fainelli@gmail.com, olteanv@gmail.com, davem@davemloft.net, kuba@kernel.org, kernel@pengutronix.de, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Wed, 16 Feb 2022 20:48:18 +0000 you wrote: > If the master device does VLAN filtering, the IDs used by the switch > must be added for any frames to be received. Do this in the > port_enable() function, and remove them in port_disable(). > > Signed-off-by: Mans Rullgard > --- > Changes: > - Fix dependency on VLAN_8021Q > - Add missing #include > > [...] Here is the summary with links: - [v2] net: dsa: lan9303: add VLAN IDs to master device https://git.kernel.org/netdev/net/c/430065e26719 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html