On Fri, Dec 13, 2019 at 8:31 AM Martin Lau <kafai@xxxxxx> wrote: > > On Thu, Dec 12, 2019 at 09:36:36PM -0800, Alexei Starovoitov wrote: > > On Thu, Dec 12, 2019 at 11:22:49AM +0100, Jakub Sitnicki wrote: > > > This change has been suggested by Martin Lau [0] during a review of a > > > related patch set that extends reuseport tests [1]. > > > > > > Patches 1 & 2 address a warning due to unrecognized section name from > > > libbpf when running reuseport tests. We don't want to carry this warning > > > into test_progs. > > > > > > Patches 3-8 massage the reuseport tests to ease the switch to test_progs > > > framework. The intention here is to show the work. Happy to squash these, > > > if needed. > > > > > > Patches 9-10 do the actual move and conversion to test_progs. > > > > > > Output from a test_progs run after changes pasted below. > > > > Thank you for doing this conversion. > > Looks great to me. > > > > Martin, > > could you please review ? > Looks awesome. Appreciate for moving this to test_progs! > > Acked-by: Martin KaFai Lau <kafai@xxxxxx> Applied. Thanks