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
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(-)
[...]