X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fl2tp%2Fl2tp.c;h=a59c789350366ad1f0de1d5c3a18aded3ac01fbe;hb=067cd6229a47ea3ba8b59a2a04090e80afb5bd2c;hp=3dedc4471520571363379b9f3de6f00e3dabf101;hpb=b6b04f0c2a64d6edd536add6900e9d458c2fe8d1;p=vpp.git diff --git a/src/vnet/l2tp/l2tp.c b/src/vnet/l2tp/l2tp.c index 3dedc447152..a59c7893503 100644 --- a/src/vnet/l2tp/l2tp.c +++ b/src/vnet/l2tp/l2tp.c @@ -157,7 +157,7 @@ test_counters_command_fn (vlib_main_t * vm, u32 session_index; u32 counter_index; u32 nincr = 0; - u32 thread_index = vlib_get_thread_index (); + u32 thread_index = vm->thread_index; /* *INDENT-OFF* */ pool_foreach (session, lm->sessions,