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)
commit0d03a4d24bfa4f806ddc2cfa8ebd0eac81139b23
tree00f58e7fa719f53892628b80a95ddd6be441ba67
parentcbe35adf691a3227b11131a922245c4d6409d2d6
parent7abbf38cd8edb92bc72fe3405f8a0bf19f7761c2
Merge branch 'use network helpers, part 4'

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>