X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fmarvell%2Fpp2%2Foutput.c;h=16efae5eecc583ee70c1fab3197483d53d3074ec;hb=067cd6229a47ea3ba8b59a2a04090e80afb5bd2c;hp=64529945f18748abfa12623406793e84bb270581;hpb=b6b04f0c2a64d6edd536add6900e9d458c2fe8d1;p=vpp.git diff --git a/src/plugins/marvell/pp2/output.c b/src/plugins/marvell/pp2/output.c index 64529945f18..16efae5eecc 100644 --- a/src/plugins/marvell/pp2/output.c +++ b/src/plugins/marvell/pp2/output.c @@ -34,7 +34,7 @@ mrvl_pp2_interface_tx (vlib_main_t * vm, mrvl_pp2_main_t *ppm = &mrvl_pp2_main; vnet_interface_output_runtime_t *rd = (void *) node->runtime_data; mrvl_pp2_if_t *ppif = pool_elt_at_index (ppm->interfaces, rd->dev_instance); - u32 thread_index = vlib_get_thread_index (); + u32 thread_index = vm->thread_index; mrvl_pp2_per_thread_data_t *ptd = vec_elt_at_index (ppm->per_thread_data, thread_index); u8 qid = thread_index;