VPP debug image with worker threads hit assert on adding IP route with traffic (VPP... 40/7340/1
authorNeale Ranns <nranns@cisco.com>
Thu, 29 Jun 2017 07:19:08 +0000 (00:19 -0700)
committerNeale Ranns <nranns@cisco.com>
Thu, 29 Jun 2017 07:19:13 +0000 (00:19 -0700)
commitc02bd03ddf5eec9e9c79811360685f13e4ba8ee1
treec9f3a245464529de69943f30a9699574c4081d7e
parent25ff2ea3a31e422094f6d91eab46222a29a77c4b
VPP debug image with worker threads hit assert on adding IP route with traffic (VPP-892)

When stacking DPOs the VLIB graph is also updated to add the edge between the nodes, if this edge does not yet exist. This addition should be done with the workers stopped.

Change-Id: I327e4d7d26f0b23eb280f17e4619ff2093ff7940
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vlib/node.c
src/vlib/node_funcs.h
src/vnet/dpo/dpo.c