Fix crash with worker threads on 4K VXLAN/BD setup (VPP-907) 63/7563/1
authorJohn Lo <loj@cisco.com>
Wed, 12 Jul 2017 23:56:45 +0000 (19:56 -0400)
committerJohn Lo <loj@cisco.com>
Thu, 13 Jul 2017 11:52:24 +0000 (11:52 +0000)
commitb2fd6cb586fe69082cc12995910c65843fc5bb4a
tree6ff8c02296daf90b786c26685862c5155a2cb5aa
parent8ae1873a3f3368a942a1b02e7d4b60b005364a90
Fix crash with worker threads on 4K VXLAN/BD setup (VPP-907)

Cleanup mapping of interface output node for the l2-output node
when interface is configured to L2 or L3 modes. The mapping is
now always done in the main thread as part of API/CLI processing,
instead of initiate mapping in the forwarding path which can be
in the worker threads.

Change-Id: Ia789493e7d9f5c76d68edfaf34db43f3e3f53506
Signed-off-by: John Lo <loj@cisco.com>
(cherry picked from commit bea5ebf205e0bec922bf26c6c1a6a9392b4cad67)
src/vnet/interface.h
src/vnet/l2/l2_efp_filter.c
src/vnet/l2/l2_fib.c
src/vnet/l2/l2_input.c
src/vnet/l2/l2_output.c
src/vnet/l2/l2_output.h
src/vnet/l2/l2_output_acl.c
src/vnet/l2/l2_output_classify.c