diff options
author | Florin Coras <fcoras@cisco.com> | 2018-10-13 12:20:01 -0700 |
---|---|---|
committer | Marco Varlese <marco.varlese@suse.de> | 2018-10-16 10:05:57 +0000 |
commit | d6a0d0e2063fcc93eb56fc8a542e89a8e0b53741 (patch) | |
tree | c8f10ce77fe524a6cf9f927395adff6c206e9ab0 /src/vcl/vcl_private.h | |
parent | 347c523c23277a6061a21dbca43be7498ebb41af (diff) |
vcl: fix bidirectional tests (VPP-1455)
- add epoll dequeued events beyond maxevents to unhandled
- filter multiple epoll rx events
Change-Id: I618f5f02b19581473de891b3b59bb6a0faad10b5
Signed-off-by: Florin Coras <fcoras@cisco.com>
(cherry picked from commit aa27eb95b7ee3bb69b62166d5e418e973cbbdcfa)
Diffstat (limited to 'src/vcl/vcl_private.h')
-rw-r--r-- | src/vcl/vcl_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vcl/vcl_private.h b/src/vcl/vcl_private.h index 5975f15ac4f..d1a40b933a7 100644 --- a/src/vcl/vcl_private.h +++ b/src/vcl/vcl_private.h @@ -153,6 +153,7 @@ typedef struct /* Socket configuration state */ u8 is_vep; u8 is_vep_session; + u8 has_rx_evt; u32 attr; u32 wait_cont_idx; vppcom_epoll_t vep; |