Jakub Sitnicki wrote: > Parametrize the SK_REUSEPORT tests so that the map type for storing sockets > is not hard-coded in the test setup routine. > > This, together with careful state cleaning after the tests, let's us run > the test cases once with REUSEPORT_ARRAY and once with SOCKMAP (TCP only), > to have test coverage for the latter as well. > > Signed-off-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx> > --- > Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>