vcl: fix epoll ctl frequent deq ntf requests 65/38965/10
authorFlorin Coras <fcoras@cisco.com>
Fri, 2 Jun 2023 04:50:03 +0000 (21:50 -0700)
committerDave Barach <vpp@barachs.net>
Tue, 6 Jun 2023 18:39:14 +0000 (18:39 +0000)
commit470d72f54abbd3e34053cc4f4e281593faf0fb77
tree4cd639ffad77d46a67cfda3ce71ff85bea1ffa1a
parente3d058fc751f8c105f2a91da764e23b701d8a94a
vcl: fix epoll ctl frequent deq ntf requests

SVM_FIFO_WANT_DEQ_NOTIF_IF_FULL should be treated as a
config option that is not frequently changed. Or alternatively, it
should be set together with SVM_FIFO_WANT_DEQ_NOTIF to elicit a one time
tx notification.

Type: fix

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