From 3323e2018d6d736a25b15902bc85f559ea98adb5 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Thu, 2 Dec 2021 11:28:57 +0100 Subject: vppinfra: add perf testing to test_vector_func Type: improvement Change-Id: I7aacd58d113c13036c15655817400032dd8d1932 Signed-off-by: Damjan Marion --- src/vppinfra/vector/test/index_to_ptr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vppinfra/vector/test/index_to_ptr.c') 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) { -- cgit 1.2.3-korg