Re: [PATCH net-next 2/2] net: Use nlmsg_payload in rtnetlink file

From: Kuniyuki Iwashima
Date: Thu Apr 17 2025 - 17:38:09 EST


From: Breno Leitao <leitao@xxxxxxxxxx>
Date: Thu, 17 Apr 2025 06:03:08 -0700
> Leverage the new nlmsg_payload() helper to avoid checking for message
> size and then reading the nlmsg data.
>
> Signed-off-by: Breno Leitao <leitao@xxxxxxxxxx>

Reviewed-by: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>

Thanks!