Re: [bpf-next PATCH v2 1/5] selftests/bpf: Move test_tcppbf_user into test_progs

2020-11-03 Thread Alexander Duyck
On Tue, Nov 3, 2020 at 10:34 AM Andrii Nakryiko wrote: > > On Sat, Oct 31, 2020 at 11:52 AM Alexander Duyck > wrote: > > > > From: Alexander Duyck > > > > Recently a bug was missed due to the fact that test_tcpbpf_user is not a > > part of test_progs. In order to prevent similar issues in the fu

Re: [bpf-next PATCH v2 1/5] selftests/bpf: Move test_tcppbf_user into test_progs

2020-11-03 Thread Andrii Nakryiko
On Sat, Oct 31, 2020 at 11:52 AM Alexander Duyck wrote: > > From: Alexander Duyck > > Recently a bug was missed due to the fact that test_tcpbpf_user is not a > part of test_progs. In order to prevent similar issues in the future move > the test functionality into test_progs. By doing this we can

[bpf-next PATCH v2 1/5] selftests/bpf: Move test_tcppbf_user into test_progs

2020-10-31 Thread Alexander Duyck
From: Alexander Duyck Recently a bug was missed due to the fact that test_tcpbpf_user is not a part of test_progs. In order to prevent similar issues in the future move the test functionality into test_progs. By doing this we can make certain that it is a part of standard testing and will not be