Re: [PATCH v2 2/4] net: renesas: rswitch: configure default ageing time

From: Andrew Lunn
Date: Tue Jul 08 2025 - 17:57:07 EST


> + /* Configure MAC table aging */
> + rswitch_modify(priv->addr, FWMACAGUSPC, FWMACAGUSPC_MACAGUSP,
> + FIELD_PREP(FWMACAGUSPC_MACAGUSP, 0x140));

Could you replace this 0x140 magic number with a #define explaining
what it means?

Andrew