vcl: epoll error handling fixes and improvements 20/32620/2
authorFlorin Coras <fcoras@cisco.com>
Fri, 4 Jun 2021 22:59:41 +0000 (15:59 -0700)
committerDave Wallace <dwallacelf@gmail.com>
Mon, 7 Jun 2021 21:25:09 +0000 (21:25 +0000)
commit2fea186aeec9c40adf13042669a4de3670f5e5cd
treed528cda7b461eef2894f212d006b041d6b799695
parent1c20c2f774d3b415a20c1cb7fb197bd53e82b7a4
vcl: epoll error handling fixes and improvements

- return VPPCOM_EEXIST if attempting to re-add a session
- return VPPCOM_ENOENT if the session to be removed is not epolled
- generate EPOLLIN if adding it through a mod operation on a session
that has data and did not have the event previously set.

Type: fix

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I728a06b8cf84af8d8c1dea7406e284de8886dffc
(cherry picked from commit 2645f68985df4955fd8a161224595dad9f4ab488)
src/vcl/vppcom.c
src/vcl/vppcom.h