diff options
author | Florin Coras <fcoras@cisco.com> | 2018-08-01 07:53:18 -0700 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-08-03 09:11:41 +0000 |
commit | c470e22f12a68f06990f57f12f551fee50b6bb0d (patch) | |
tree | 9215cfda7e70ffd2f6789b638b895ea3a7d3d7a3 /src/vlibapi/api_common.h | |
parent | c64ba6dc6ab9e3b06feac1a86c2f59d7052609ce (diff) |
svm: add support for eventfd signaling to queue
Support the use of eventfds to signal queue updates between consumer
and producer pairs.
Change-Id: Idb6133be2b731fff78ed520daf9d2e0399642aab
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vlibapi/api_common.h')
-rw-r--r-- | src/vlibapi/api_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vlibapi/api_common.h b/src/vlibapi/api_common.h index 73c5a50e850..94320826f3d 100644 --- a/src/vlibapi/api_common.h +++ b/src/vlibapi/api_common.h @@ -314,9 +314,6 @@ typedef struct */ vl_api_registration_t *my_registration; - /** (Historical) signal-based queue non-empty signal, to be removed */ - i32 vlib_signal; - /** vpp/vlib input queue length */ u32 vlib_input_queue_length; |