VPP debug image with worker threads hit assert on adding IP route with traffic (VPP... 66/7366/2
authorNeale Ranns <nranns@cisco.com>
Thu, 29 Jun 2017 07:19:08 +0000 (00:19 -0700)
committerNeale Ranns <nranns@cisco.com>
Fri, 30 Jun 2017 13:55:23 +0000 (13:55 +0000)
commitbb620d74b247f419eb485886c55148099b0213bb
tree9f1705287a3ac5445059bec8028a6e50f1440165
parent3e01588bf39f817921e92dd641a1a65d66e40737
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>
(cherry picked from commit c02bd03ddf5eec9e9c79811360685f13e4ba8ee1)
src/vlib/node.c
src/vlib/node_funcs.h
src/vnet/dpo/dpo.c