Use thread local storage for thread index
[vpp.git] / src / plugins / ixge / ixge.c
index f3c5cc0..08f5b69 100644 (file)
@@ -1887,7 +1887,7 @@ done:
   vlib_increment_combined_counter (vnet_main.
                                   interface_main.combined_sw_if_counters +
                                   VNET_INTERFACE_COUNTER_RX,
-                                  0 /* cpu_index */ ,
+                                  0 /* thread_index */ ,
                                   xd->vlib_sw_if_index, n_packets,
                                   dq->rx.n_bytes);