aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/main.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-07vlib physmem reworkDamjan Marion1-13/+7
2017-08-25TCP horizontal scalingDave Barach1-8/+1
2017-07-10vlib: store buffer memory information in the buffer_mainDamjan Marion1-2/+18
2017-06-28switch vlib process model to tw_timer_template timer implDave Barach1-23/+39
2017-06-07VPP-873: fix vector expansion bug in dispatch_pending_nodeDave Barach1-13/+27
2017-05-22vhost: migrate to use device infra for worker thread assignment, rx-mode.Steven1-10/+1
2017-05-16VPP-845: add configurable elog post-mortem dumpDave Barach1-0/+20
2017-04-06Use thread local storage for thread indexDamjan Marion1-7/+7
2017-04-04vlib: make vlib_node_interrupt_pending(...) thread safeDamjan Marion1-5/+18
2017-04-01Clean up event log merge codeDave Barach1-1/+1
2017-03-28vlib: inline dispatch_node(...) (again)Damjan Marion1-2/+2
2017-03-22vhost: support interrupt modeSteven1-5/+8
2017-03-17vlib: fix potential crash in dispatch_node ELOG_DATA callSteven1-2/+11
2017-03-14vlib: poll pre_input nodes only on main threadDamjan Marion1-6/+7
2017-03-10vlib: deduplicatee code in main and worker main loopDamjan Marion1-67/+109
2017-01-14vlib: add buffer and thread callbacksDamjan Marion1-3/+4
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+1703