vcl: unset fifo evt before size check 36/39536/1
authorFlorin Coras <fcoras@cisco.com>
Mon, 18 Sep 2023 16:56:21 +0000 (09:56 -0700)
committerFlorin Coras <fcoras@cisco.com>
Mon, 18 Sep 2023 17:22:35 +0000 (10:22 -0700)
commitae036d3b7d911788a9ead084bf89dd72c763d9f1
treed682e732bfaea388cdb1b8f4ddcb0e20a80f565f
parent604c627dc31473ead17d5011fb43d6609af2b752
vcl: unset fifo evt before size check

For blocking sessions, if fifo event still active before size check it
could lead to vpp not generating an event because of race to check flag
in vpp and to eventually unset flag in vcl.

Type: fix

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