linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: xilinx: axienet: Enable multicast by default
@ 2024-06-20 20:39 Sean Anderson
  2024-06-22 10:40 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Sean Anderson @ 2024-06-20 20:39 UTC (permalink / raw)
  To: Radhey Shyam Pandey, netdev
  Cc: Michal Simek, Jakub Kicinski, linux-arm-kernel, David S . Miller,
	Eric Dumazet, Paolo Abeni, linux-kernel, Sean Anderson

We support multicast addresses, so enable it by default.

Signed-off-by: Sean Anderson <sean.anderson@linux.dev>
---

 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;
 
-- 
2.35.1.1320.gc452695387.dirty



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] net: xilinx: axienet: Enable multicast by default
  2024-06-20 20:39 [PATCH net-next] net: xilinx: axienet: Enable multicast by default Sean Anderson
@ 2024-06-22 10:40 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-06-22 10:40 UTC (permalink / raw)
  To: Sean Anderson
  Cc: radhey.shyam.pandey, netdev, michal.simek, kuba, linux-arm-kernel,
	davem, edumazet, pabeni, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 20 Jun 2024 16:39:43 -0400 you wrote:
> We support multicast addresses, so enable it by default.
> 
> Signed-off-by: Sean Anderson <sean.anderson@linux.dev>
> ---
> 
>  drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 1 -
>  1 file changed, 1 deletion(-)

Here is the summary with links:
  - [net-next] net: xilinx: axienet: Enable multicast by default
    https://git.kernel.org/netdev/net-next/c/185d72112b95

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-22 10:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20 20:39 [PATCH net-next] net: xilinx: axienet: Enable multicast by default Sean Anderson
2024-06-22 10:40 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).