On 11/14, 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 now must have > its own setup/teardown, but for the advantage of being able to run them > separately. While at it, make sure that tests attaching the bpf programs > are run in a dedicated ns. > > Signed-off-by: Alexis Lothoré (eBPF Foundation) <alexis.lothore@xxxxxxxxxxx> Acked-by: Stanislav Fomichev <sdf@xxxxxxxxxxx>