aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vapi/vapi_common.h
AgeCommit message (Collapse)AuthorFilesLines
2022-12-14vapi: implement vapi_wait() for readsMatthew Smith1-7/+0
Type: improvement The function vapi_wait() is intended to allow a caller to block while waiting until the API queue can be read/written. It was a stub that returned VAPI_ENOTSUP. Add code which implements the wait on being able to read an incoming message. Had to touch a few other things in vapi.h to make checkstyle.sh happy after changing the prototype of vapi_wait(). Signed-off-by: Matthew Smith <mgsmith@netgate.com> Change-Id: Ida80c1a1d34fe297ab23268087be65ea53ad7040
2018-07-05VPP-1335 vapi crash when memclnt_keepalive receivedKlement Sekera1-1/+1
Change-Id: If33a7cc6c76147fd3ea9d8118370e7a508819b81 Signed-off-by: Klement Sekera <ksekera@cisco.com>
2017-11-05Fix coverity warnings in VOM and VAPINeale Ranns1-1/+3
Change-Id: I0db55e079f9b1835668c8efe69e6e6f7f8437b00 Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
2017-09-19Add C++ APIKlement Sekera1-0/+61
Change-Id: Iff634f22d43470e2dc028387b3816257fd7b4156 Signed-off-by: Klement Sekera <ksekera@cisco.com>