diff options
author | Damjan Marion <damarion@cisco.com> | 2021-12-02 11:28:57 +0100 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2021-12-02 16:19:17 +0000 |
commit | 3323e2018d6d736a25b15902bc85f559ea98adb5 (patch) | |
tree | a00515198ef534c14c1df1fb5dc69c2cc8e55929 /src/vppinfra/vector/test/index_to_ptr.c | |
parent | e893beab2713a7fa1b8d5e9567b7c004e625fec6 (diff) |
vppinfra: add perf testing to test_vector_func
Type: improvement
Change-Id: I7aacd58d113c13036c15655817400032dd8d1932
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vppinfra/vector/test/index_to_ptr.c')
-rw-r--r-- | src/vppinfra/vector/test/index_to_ptr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vppinfra/vector/test/index_to_ptr.c b/src/vppinfra/vector/test/index_to_ptr.c index ae33020328a..7ee3b94cb7c 100644 --- a/src/vppinfra/vector/test/index_to_ptr.c +++ b/src/vppinfra/vector/test/index_to_ptr.c @@ -9,7 +9,7 @@ typedef void (wrapper_fn) (u32 *indices, void *base, u8 shift, void **ptrs, u32 n_elts); -__clib_test_fn void +__test_funct_fn void clib_index_to_ptr_u32_wrapper (u32 *indices, void *base, u8 shift, void **ptrs, u32 n_elts) { |