Re: [ovs-dev] [PATCH net-next v3 03/10] genetlink: remove userhdr from struct genl_info
From: Aaron Conole <aconole@redhat.com>
Date: 2023-08-15 12:50:36
Also in:
linux-block
From: Aaron Conole <aconole@redhat.com>
Date: 2023-08-15 12:50:36
Also in:
linux-block
Jakub Kicinski [off-list ref] writes:
Only three families use info->userhdr today and going forward we discourage using fixed headers in new families. So having the pointer to user header in struct genl_info is an overkill. Compute the header pointer at runtime. Reviewed-by: Johannes Berg <johannes@sipsolutions.net> Reviewed-by: Jiri Pirko <redacted> Signed-off-by: Jakub Kicinski <kuba@kernel.org> ---
Seems the OVS side didn't change from v2 so still: Reviewed-by: Aaron Conole <aconole@redhat.com>