]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/bpf: Handle forwarding of UDP CLOCK_TAI packets
authorAbhishek Chauhan <quic_abchauha@quicinc.com>
Thu, 9 May 2024 21:18:34 +0000 (14:18 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Thu, 23 May 2024 21:14:43 +0000 (14:14 -0700)
commitc34e3ab2a76e6a55a64e0d56acc5607062c2bad9
treed730869ec1e4a9fbdf865f952e8fc26c28503f71
parent1693c5db6ab8262e6f5263f9d211855959aa5acd
selftests/bpf: Handle forwarding of UDP CLOCK_TAI packets

With changes in the design to forward CLOCK_TAI in the skbuff
framework,  existing selftest framework needs modification
to handle forwarding of UDP packets with CLOCK_TAI as clockid.

Signed-off-by: Abhishek Chauhan <quic_abchauha@quicinc.com>
Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org>
Link: https://lore.kernel.org/r/20240509211834.3235191-4-quic_abchauha@quicinc.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
tools/testing/selftests/bpf/prog_tests/ctx_rewrite.c
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
tools/testing/selftests/bpf/progs/test_tc_dtime.c