Re: [PATCH v3 net-next 4/6] net: hibmcge: Add support for mac link exception handling feature
From: Jakub Kicinski
Date: Mon Feb 24 2025 - 22:10:47 EST
On Fri, 21 Feb 2025 19:55:24 +0800 Jijie Shao wrote:
> + if (!(priv->stats.np_link_fail_cnt % HBG_NP_LINK_FAIL_RETRY_TIMES)) {
This adds a 64b divide which breaks the build on some 32b arches:
ERROR: modpost: "__umoddi3" [drivers/net/ethernet/hisilicon/hibmcge/hibmcge.ko] undefined!
--
pw-bot: cr