On Thu, 10 Aug 2023 at 14:16, Przemek Kitszel <przemyslaw.kitszel@xxxxxxxxx> wrote: > > On 8/9/23 14:43, Magnus Karlsson wrote: > > From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx> > > > > Declare the test names statically in a struct so that we can refer to > > them when adding the support to execute a single test in the next > > commit. Before this pathc, the names of them was not declared in a > > patch Thanks for catching. Will fix it in the next revision. > > single place which made it not possible to refer to them. > > > > Signed-off-by: Magnus Karlsson <magnus.karlsson@xxxxxxxxx> > > --- > > tools/testing/selftests/bpf/xskxceiver.c | 191 +++++++---------------- > > tools/testing/selftests/bpf/xskxceiver.h | 37 +---- > > 2 files changed, 57 insertions(+), 171 deletions(-) > > [...]