summaryrefslogtreecommitdiffstats
path: root/src/vppinfra/vector/test/test.h
diff options
context:
space:
mode:
authorDamjan Marion <dmarion@me.com>2021-12-12 21:43:56 +0000
committerDamjan Marion <dmarion@me.com>2021-12-13 12:17:14 +0000
commitb97bec0ae58aa7e5a1aca48686143d7b89567ac7 (patch)
tree0180b7319f70a5df6f0dd66b2d6a58cdeaaf764c /src/vppinfra/vector/test/test.h
parentd08920612612322e4ecfd3a2e097526818fce5f4 (diff)
vppinfra: multiple perf bundle support in test_vector_funcs
Type: improvement Change-Id: I93be722f4dabc2b49a5e83f61f4eb1d72f5f7d45 Signed-off-by: Damjan Marion <dmarion@me.com>
Diffstat (limited to 'src/vppinfra/vector/test/test.h')
-rw-r--r--src/vppinfra/vector/test/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vppinfra/vector/test/test.h b/src/vppinfra/vector/test/test.h
index 16622877c45..b1478fc6fe6 100644
--- a/src/vppinfra/vector/test/test.h
+++ b/src/vppinfra/vector/test/test.h
@@ -54,6 +54,7 @@ typedef struct
test_registration_t *registrations[CLIB_MARCH_TYPE_N_VARIANTS];
u32 repeat;
u8 *filter;
+ u8 *bundle;
} test_main_t;
extern test_main_t test_main;