Re: [PATCH net-next 4/5] netdev-genl: Dump gro_flush_timeout
From: Joe Damato
Date: Fri Aug 30 2024 - 05:17:30 EST
On Thu, Aug 29, 2024 at 03:09:35PM -0700, Jakub Kicinski wrote:
> On Thu, 29 Aug 2024 13:12:00 +0000 Joe Damato wrote:
> > + type: u64
>
> uint
Ah, thanks. I just looked at include/net/netlink.h and it seems like
I can use get_uint instead of what I am doing in this
patch (and put_uint instead of what I'm doing in Patch 5).