Re: [PATCH bpf-next v3 4/6] selftests/bpf: refactor xdp_context_functional test and bpf program

From: Marcus Wichelmann
Date: Wed Feb 26 2025 - 11:01:19 EST


Am 24.02.25 um 18:12 schrieb Stanislav Fomichev:
On 02/24, Marcus Wichelmann wrote:
[..]

+int send_test_packet(int ifindex)

nit: static? same for assert_test_result below


Yeah why not. Will change it.

Thanks!