summaryrefslogtreecommitdiffstats
path: root/src/vcl/vppcom.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion1-4/+2
2020-09-16vcl: refactor bapi client index for sapi reuseFlorin Coras1-10/+10
2020-09-14vcl: add support for app socket apiFlorin Coras1-4/+33
2020-09-14vcl: cleanup bapi and wrk registrationFlorin Coras1-131/+14
2020-09-14vcl: always fill buffer or drain rx fifoFlorin Coras1-4/+16
2020-09-02vcl: handle svm fifo write failureFlorin Coras1-1/+3
2020-08-25vcl: cleanup non-blocking connectFlorin Coras1-2/+16
2020-08-14vcl: rx dequeue notifications with epollFlorin Coras1-52/+57
2020-08-14vcl: minimize vpp to vcl rx eventsFlorin Coras1-1/+11
2020-08-13vcl: clear ct rx event on right fifoFlorin Coras1-1/+1
2020-08-12vcl: support multi-threads with session migrationhanlin1-5/+8
2020-08-11vcl: support inter worker rpcFlorin Coras1-0/+48
2020-08-09vcl: fix getting wrong non-blocking flags issue in VPPCOM_ATTR_GET_FLAGS actionSimon Zhang1-2/+4
2020-08-04vcl: fix epoll timeoutFlorin Coras1-1/+1
2020-06-15vcl: move helper functions out of header fileFlorin Coras1-1/+90
2020-05-26vcl: do not propagate epoll events if session closedFlorin Coras1-6/+11
2020-05-21vcl: support connected udp listensFlorin Coras1-0/+7
2020-05-15vcl: remove udpc transportFlorin Coras1-4/+0
2020-05-14vcl svm: fix rx event losshanlin1-2/+5
2020-05-12vcl: de-init vcl on destroyFlorin Coras1-0/+1
2020-05-04vcl: allow vcl worker index to be set by applicationsPivo1-0/+6
2020-04-30vcl: disconnect both flavors of bapi transport on destroyFlorin Coras1-5/+8
2020-04-25session vcl: propagate transport cleanup notificationsFlorin Coras1-0/+11
2020-04-25vcl: generate select events on read/write errorsFlorin Coras1-8/+8
2020-04-22vcl: fix use-after-freeBenoƮt Ganne1-1/+2
2020-04-20vcl: ensure sessions are open on select eventsFlorin Coras1-7/+5
2020-04-17vcl: fix app destroyFlorin Coras1-20/+19
2020-04-07udp session: jumbo frames and configurable mtuFlorin Coras1-1/+0
2020-04-06vcl session: enforce full dgram reads/writesFlorin Coras1-24/+44
2020-04-06session udp: shared local endpointsFlorin Coras1-1/+3
2020-04-03session: improve error reportingFlorin Coras1-3/+3
2020-04-01session udp: support connect on listenersFlorin Coras1-4/+29
2020-04-01vcl: support sendto for dgramsFlorin Coras1-35/+26
2020-03-25session: api to add new transport typesFlorin Coras1-4/+0
2020-02-25svm: refactor fifoFlorin Coras1-2/+4
2020-02-13vcl: clear accept msg flagsFlorin Coras1-0/+1
2020-02-13vcl: handle close after resetFlorin Coras1-9/+31
2020-02-04vcl: switch to closed state after app closeFlorin Coras1-3/+5
2020-01-30vcl session: propagate cleanup notifications to appsFlorin Coras1-40/+67
2020-01-23vcl: always report EPOLLHUP/EPOLLRDHUP on closeFlorin Coras1-4/+0
2020-01-23vcl session: udp session migration notificationsFlorin Coras1-0/+39
2020-01-16vcl: add rx event on epoll ctl if neededFlorin Coras1-2/+10
2019-12-27vcl: EPOLLOUT should be generated when epoll_ctl called with EPOLLOUThanlin1-0/+20
2019-12-21session: move add/del segment msg to mqFlorin Coras1-20/+74
2019-12-17vcl: RX event may lost when accept session repeatedlywanghanlin1-1/+1
2019-12-12vcl: fix disconnect from binary apiFlorin Coras1-4/+0
2019-12-11vcl: separate binary api connections per thread workerFlorin Coras1-3/+12
2019-12-05vcl: resolve VCL part session cleanup issueYu Ping1-0/+2
2019-11-21vcl: if the ldp user send buf with 0 len, it will assert failed.jiangxiaoming1-1/+1
2019-11-12vcl: fix nonblocking accept with >1 event in the queueCarl Smith1-3/+3