avoid using thread local storage for thread index
[vpp.git] / src / plugins / srv6-am / node.c
index 8643aa4..84014c5 100644 (file)
@@ -148,7 +148,7 @@ srv6_am_localsid_fn (vlib_main_t * vm,
   n_left_from = frame->n_vectors;
   next_index = node->cached_next_index;
 
-  u32 thread_index = vlib_get_thread_index ();
+  u32 thread_index = vm->thread_index;
 
   while (n_left_from > 0)
     {