vcl: postpone unhandled ctrl events if needed 36/29636/8
authorFlorin Coras <fcoras@cisco.com>
Mon, 26 Oct 2020 22:35:40 +0000 (15:35 -0700)
committerDave Barach <openvpp@barachs.net>
Tue, 27 Oct 2020 15:20:45 +0000 (15:20 +0000)
commitb242d31593801c8923314ab0513854b81ed4b26a
treead43b4d197772e8eefd39db26d87ad4ac0144b6d
parent2d0e3de146c239f584004444491c2b25fd1a7bd7
vcl: postpone unhandled ctrl events if needed

Unhandled control events, i.e., events delivered outside of epoll/select
loops, that need to be propagated to apps should be postponed such that
epoll and select can later deliver them.

Type: fix

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I3d05e154382631a16a19e71494c2d92c35dacb70
src/vcl/vcl_private.h
src/vcl/vppcom.c