vcl: support for eventfd mq signaling 22/13922/25
authorFlorin Coras <fcoras@cisco.com>
Thu, 2 Aug 2018 17:45:44 +0000 (10:45 -0700)
committerDave Barach <openvpp@barachs.net>
Fri, 10 Aug 2018 20:26:24 +0000 (20:26 +0000)
- support eventfd based mq signaling. Based on configuration, vcl
epoll/select can use either condvars or epoll on mq eventfds.
- add vcl support for memfd segments
- vpp explicitly registers cut-through segments with apps/vcl
- if using eventfd, make ldp allow one call to libc_epoll_create. Needed
for the message queue epfd
- update svm_queue_t to allow blocking calls with eventfd signaling.

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

No differences found