On Tue, Jul 08, 2025 at 11:33:42AM +0800, Wang Liang wrote: > ND_PRINTK with val > 1 only works when the ND_DEBUG was set in compilation > phase. Replace it with dynamic debug. Convert ND_PRINTK with val <= 1 to > net_{err,warn}_ratelimited, and convert the rest to net_dbg_ratelimited. > > Suggested-by: Ido Schimmel <idosch@xxxxxxxxxx> > Signed-off-by: Wang Liang <wangliang74@xxxxxxxxxx> Reviewed-by: Ido Schimmel <idosch@xxxxxxxxxx>