]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: airoha: Remove PCE_MC_EN_MASK bit in REG_FE_PCE_CFG configuration
authorLorenzo Bianconi <lorenzo@kernel.org>
Sun, 12 Apr 2026 09:56:25 +0000 (11:56 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 14 Apr 2026 00:01:23 +0000 (17:01 -0700)
commit34e1a98ff2a87cf4b8de3ccebe9d45273f014aeb
tree1e1ecb90a40476587bff22a807c6c150c8aa2ea3
parentf4d35a2c4c6fb2e28e8009c774baab2279332657
net: airoha: Remove PCE_MC_EN_MASK bit in REG_FE_PCE_CFG configuration

PCE_MC_EN_MASK bit in REG_FE_PCE_CFG configuration performed in
airoha_fe_init() is used to duplicate multicast packets and send a copy
to the CPU when the traffic is offloaded. This is necessary just if
it is requested by the user. Disable multicast packets duplication by
default.

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://patch.msgid.link/20260412-airoha_fe_init_remove_mc_en_bit-v1-1-7b6a5a25a74d@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/airoha/airoha_eth.c