vcl: use events for epoll/select/read/write 28/13528/36
authorFlorin Coras <fcoras@cisco.com>
Tue, 17 Jul 2018 17:46:29 +0000 (10:46 -0700)
committerFlorin Coras <florin.coras@gmail.com>
Fri, 27 Jul 2018 17:40:29 +0000 (17:40 +0000)
Have vcl poll and wait on the event message queues as opposed to
constantly polling the session fifos. This also adds event signaling to
cut through sessions.

On the downside, because we can't wait on multiple condvars, i.e., when
we have multiple message queues because of cut-through registrations, we
do timed waits.

Change-Id: I29ade95dba449659fe46008bb1af502276a7c5fd
Signed-off-by: Florin Coras <fcoras@cisco.com>

No differences found