From patchwork Thu Jun 20 20:39:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Anderson X-Patchwork-Id: 13706305 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0611FC27C79 for ; Thu, 20 Jun 2024 20:40:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=9hEvZj7KTUp+SFyAwL4LjSQillxUYTfUVh1c3m1V7zE=; b=iDCjfrvrl4XTBN9Q9xmgwD/qzu g+4kIoOpKJHckzs/LFkCVPyKf14IN3tov8DhnezO66eLHblxho3IjvLR9hXEcNzvmirIKQTrkgRPr wKTodxrQVZcmYJ5eF/PWxAArctWlF8oQVE9t/OakcmNJ96Sl7djxw20GxSMK1ouKQTddq2cxS8+LI DzhoV1Snxak+4WcL1kTv4K7uBMaBjHT8XdEizFLlCVsE3wORURMpJhAh/exJlb78nFf89fZgiszXx waMEyPcF2YABKjPoMqFehtEvXGORmpR5SjDbl49V7cX6k04FmyAYO0AH2JzkqGi4Cx3YdtKij5S+o lu5kBHKw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sKOZo-00000006dmf-0PAp; Thu, 20 Jun 2024 20:40:12 +0000 Received: from out-174.mta0.migadu.com ([2001:41d0:1004:224b::ae]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sKOZk-00000006dk1-04Qp for linux-arm-kernel@lists.infradead.org; Thu, 20 Jun 2024 20:40:09 +0000 X-Envelope-To: radhey.shyam.pandey@amd.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1718915998; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=9hEvZj7KTUp+SFyAwL4LjSQillxUYTfUVh1c3m1V7zE=; b=ivHyultXWwMixKZJYE18IKdqfZ2Vb4NOSs1o46nGUiHivVJX6f+3nGGE2Kox6DA1Sc2Nya ytjxuGAcideHzhgSpHZK6673EboHeKWfJG4kigeNz0q0rwwUOdilu/aWPsl5UYY5XcaIaP GK9yTbNnrYODVZgufWVB8ZtGR3I8Wqg= X-Envelope-To: netdev@vger.kernel.org X-Envelope-To: michal.simek@amd.com X-Envelope-To: kuba@kernel.org X-Envelope-To: linux-arm-kernel@lists.infradead.org X-Envelope-To: davem@davemloft.net X-Envelope-To: edumazet@google.com X-Envelope-To: pabeni@redhat.com X-Envelope-To: linux-kernel@vger.kernel.org X-Envelope-To: sean.anderson@linux.dev X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sean Anderson To: Radhey Shyam Pandey , netdev@vger.kernel.org Cc: Michal Simek , Jakub Kicinski , linux-arm-kernel@lists.infradead.org, "David S . Miller" , Eric Dumazet , Paolo Abeni , linux-kernel@vger.kernel.org, Sean Anderson Subject: [PATCH net-next] net: xilinx: axienet: Enable multicast by default Date: Thu, 20 Jun 2024 16:39:43 -0400 Message-Id: <20240620203943.813864-1-sean.anderson@linux.dev> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240620_134008_360300_ABD98CF5 X-CRM114-Status: UNSURE ( 7.32 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org We support multicast addresses, so enable it by default. Signed-off-by: Sean Anderson --- drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c index c29809cd9201..af68a59797e7 100644 --- a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c +++ b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c @@ -2254,7 +2254,6 @@ static int axienet_probe(struct platform_device *pdev) platform_set_drvdata(pdev, ndev); SET_NETDEV_DEV(ndev, &pdev->dev); - ndev->flags &= ~IFF_MULTICAST; /* clear multicast */ ndev->features = NETIF_F_SG; ndev->ethtool_ops = &axienet_ethtool_ops;