Re: [PATCH net-next 4/5] netdev-genl: Dump gro_flush_timeout
From: Joe Damato <hidden>
Date: 2024-08-30 09:17:16
Also in:
lkml
From: Joe Damato <hidden>
Date: 2024-08-30 09:17:16
Also in:
lkml
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:quoted
+ type: u64uint
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).