vcl: fix epoll ctl frequent deq ntf requests 91/38991/2
authorFlorin Coras <fcoras@cisco.com>
Fri, 2 Jun 2023 04:50:03 +0000 (21:50 -0700)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Tue, 13 Jun 2023 12:50:09 +0000 (12:50 +0000)
commitfcbf306cf3c8e530117e6f77fd477afb21b62e51
tree40f5e51b88b61d0aaf1d3b4b4f43576eafe1034c
parent16912d23abaa652ac6fe00b1af9b4f09c728b3b1
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
(cherry picked from commit 470d72f54abbd3e34053cc4f4e281593faf0fb77)
src/vcl/vppcom.c