Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-31 | vcl: add read/write udp support | Florin Coras | 1 | -0/+14 | |
Change-Id: Ie6171c12055cde6915856de340839f5da1b1b1da Signed-off-by: Florin Coras <fcoras@cisco.com> | |||||
2018-07-27 | vcl: use events for epoll/select/read/write | Florin Coras | 1 | -6/+6 | |
Have vcl poll and wait on the event message queues as opposed to constantly polling the session fifos. This also adds event signaling to cut through sessions. On the downside, because we can't wait on multiple condvars, i.e., when we have multiple message queues because of cut-through registrations, we do timed waits. Change-Id: I29ade95dba449659fe46008bb1af502276a7c5fd Signed-off-by: Florin Coras <fcoras@cisco.com> | |||||
2018-07-17 | session: use msg queue for events | Florin Coras | 1 | -3/+3 | |
Change-Id: I3c58367eec2243fe19b75be78a175c5261863e9e Signed-off-by: Florin Coras <fcoras@cisco.com> | |||||
2018-06-28 | vcl: move binary api and cfg to separate files | Florin Coras | 1 | -0/+731 | |
Change-Id: Ib88d703bb7d4b170059960b0688352c90c5fcc39 Signed-off-by: Florin Coras <fcoras@cisco.com> |