aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/threads.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-26Add thread-safe event signaller, use RPC where requiredDave Barach1-1/+23
2017-09-15vppinfra: add clib_mem_vm_ext_alloc functionDamjan Marion1-3/+3
2017-09-11Recombine diags and minimum barrier open time changes (VPP-968)Colin Tregenza Dancer1-10/+303
2017-09-05Refork worker thread data structures in parallel (VPP-970)Colin Tregenza Dancer1-136/+197
2017-07-26VPP-905: Wrong define used in function start_workers.JingLiuZTE1-1/+2
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras1-1/+1
2017-05-10completelly deprecate os_get_cpu_number, replace new occurencesDamjan Marion1-10/+2
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion1-1/+1
2017-04-06Use thread local storage for thread indexDamjan Marion1-47/+22
2017-03-20vnet: add device-input threadplacement infraDamjan Marion1-10/+4
2017-03-16vlib: additional runtime_data checksDamjan Marion1-8/+14
2017-03-16vlib: make runtime_data thread-localDamjan Marion1-3/+58
2017-03-10vlib: deduplicatee code in main and worker main loopDamjan Marion1-73/+3
2017-03-09vlib_mains == 0 special cases be goneDave Barach1-6/+10
2017-02-06vlib: remove algned/unaligned buffers schemeDamjan Marion1-2/+1
2017-01-14vlib: add buffer and thread callbacksDamjan Marion1-58/+54
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+1492