Re: [PATCH v2 bpf-next 14/17] selftests: xsk: implement bpf_link test

2021-03-22 Thread Maciej Fijalkowski
On Mon, Mar 15, 2021 at 10:39:38PM -0700, Andrii Nakryiko wrote: > On Thu, Mar 11, 2021 at 7:43 AM Maciej Fijalkowski > wrote: > > > > Introduce a test that is supposed to verify the persistence of BPF > > resources based on underlying bpf_link usage. > > > > Test will: > > 1) create and bind two

Re: [PATCH v2 bpf-next 14/17] selftests: xsk: implement bpf_link test

2021-03-15 Thread Andrii Nakryiko
On Thu, Mar 11, 2021 at 7:43 AM Maciej Fijalkowski wrote: > > Introduce a test that is supposed to verify the persistence of BPF > resources based on underlying bpf_link usage. > > Test will: > 1) create and bind two sockets on queue ids 0 and 1 > 2) run a traffic on queue ids 0 > 3) remove xsk so

[PATCH v2 bpf-next 14/17] selftests: xsk: implement bpf_link test

2021-03-11 Thread Maciej Fijalkowski
Introduce a test that is supposed to verify the persistence of BPF resources based on underlying bpf_link usage. Test will: 1) create and bind two sockets on queue ids 0 and 1 2) run a traffic on queue ids 0 3) remove xsk sockets from queue 0 on both veth interfaces 4) run a traffic on queues ids