Merge branch 'use network helpers, part 4'
authorMartin KaFai Lau <martin.lau@kernel.org>
Thu, 9 May 2024 19:34:08 +0000 (12:34 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Thu, 9 May 2024 20:40:39 +0000 (13:40 -0700)
Geliang Tang says:

====================
From: Geliang Tang <tanggeliang@kylinos.cn>

This patchset adds post_socket_cb pointer into
struct network_helper_opts to make start_server_addr() helper
more flexible. With these modifications, many duplicate codes
can be dropped.

Patches 1-3 address Martin's comments in the previous series.
====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>

Trivial merge