vcl: epoll error handling fixes and improvements 04/32604/4
authorFlorin Coras <fcoras@cisco.com>
Fri, 4 Jun 2021 22:59:41 +0000 (15:59 -0700)
committerFlorin Coras <florin.coras@gmail.com>
Sat, 5 Jun 2021 21:25:39 +0000 (21:25 +0000)
commit2645f68985df4955fd8a161224595dad9f4ab488
tree9df8d7c8011e7700b482fc3424764916a84d6291
parente20d3c8c007bb7437ef7d1db47cfefb4235c0fe6
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
src/vcl/vppcom.c
src/vcl/vppcom.h