Re: [PATCH v3 net-next 4/6] net: hibmcge: Add support for mac link exception handling feature

From: Jijie Shao
Date: Tue Feb 25 2025 - 03:38:21 EST



on 2025/2/25 11:09, Jakub Kicinski wrote:
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!

Okay, I'll fix this in the next version.

Thanks
Jijie Shao