Merge branch 'use network helpers, part 2'
authorMartin KaFai Lau <martin.lau@kernel.org>
Wed, 24 Apr 2024 15:55:30 +0000 (08:55 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Wed, 24 Apr 2024 20:12:29 +0000 (13:12 -0700)
commit5305b378b351dc5fd55f5f1f37ef362ae0e11d7e
tree2aa5dc5da492f6587ba40aea30d9f93339e18172
parent55d30cc90fd42587594345a025b34399585e6e19
parente4c68bbaff1153e8730c16f566c78a25b2046372
Merge branch 'use network helpers, part 2'

Geliang Tang says:

====================
This patchset uses more network helpers in test_sock_addr.c, but
first of all, patch 2 is needed to make network_helpers.c independent
of test_progs.c. Then network_helpers.h can be included into
test_sock_addr.c without compile errors.

Patch 1 and patch 2 address Martin's comments for the previous series
too.

v2:
 - Only a few minor cleanups to patch 5.
====================

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