Re: [PATCH bpf-next 04/10] selftests/bpf: re-split main function into dedicated tests

2024-11-13 Thread Alexis Lothoré
Hello Stanislas, thanks for the reviews ! On 11/13/24 18:42, Stanislav Fomichev wrote: > On 11/13, Alexis Lothoré (eBPF Foundation) wrote: >> The flow_dissector runs plenty of tests over diffent kind of packets, >> grouped into three categories: skb mode, non-skb mode with direct >> attach, and no

Re: [PATCH bpf-next 04/10] selftests/bpf: re-split main function into dedicated tests

2024-11-13 Thread Stanislav Fomichev
On 11/13, Alexis Lothoré (eBPF Foundation) wrote: > The flow_dissector runs plenty of tests over diffent kind of packets, > grouped into three categories: skb mode, non-skb mode with direct > attach, and non-skb with indirect attach. > > Re-split the main function into dedicated tests. Each test n

[PATCH bpf-next 04/10] selftests/bpf: re-split main function into dedicated tests

2024-11-13 Thread eBPF Foundation
The flow_dissector runs plenty of tests over diffent kind of packets, grouped into three categories: skb mode, non-skb mode with direct attach, and non-skb with indirect attach. Re-split the main function into dedicated tests. Each test now must have its own setup/teardown, but for the advantage o