Fix bug that prevented packet trace from working on multicore 98/698/3
authorBud Grise <griseb@cisco.com>
Wed, 30 Mar 2016 21:00:24 +0000 (17:00 -0400)
committerDave Barach <openvpp@barachs.net>
Thu, 28 Apr 2016 16:34:59 +0000 (16:34 +0000)
commit1589576c57e4bfb2b81dc5237e0af74130cb908f
tree2134188796d401e60b6edf3df8e74dc0aa6c0b41
parent07aecbb46f345e2ca1da1f159d4460d6758f0f19
Fix bug that prevented packet trace from working on multicore

The vlib_node_runtime can change after the thread starts up.

Change-Id: Id5bc248c009ef9be26213b36a0115938b61cb8c4
Signed-off-by: Todd Foggoa (tfoggoa) <tfoggoa@cisco.com>
vnet/vnet/devices/dpdk/node.c