RE: [PATCH bpf-next 7/8] selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP
From: John Fastabend <john.fastabend@gmail.com>
Date: 2019-11-24 06:00:11
Also in:
bpf
From: John Fastabend <john.fastabend@gmail.com>
Date: 2019-11-24 06:00:11
Also in:
bpf
Jakub Sitnicki wrote:
Parametrize the SK_REUSEPORT tests so that the map type for storing sockets can be selected at run-time. Also allow choosing which L4 protocols get tested. Run the extended reuseport program test two times, once for REUSEPORT_ARRAY, and once for SOCKMAP but just with TCP to cover the newly enabled map type. Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com> ---
Acked-by: John Fastabend <john.fastabend@gmail.com>