aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/threads.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-08vlib: fix old nodes vector overflow in reforkBenoƮt Ganne1-5/+2
2019-10-04vlib: improve summary vector-rate statisticsDave Barach1-1/+1
2019-07-23vlib: address vlib_error_t scaling issueDave Barach1-0/+2
2019-07-16api: enable binary API event logging in vatDave Barach1-26/+4
2019-06-24vlib: packet tracer support for pkt thread handoffsDave Barach1-0/+6
2019-06-08trace frame-queue on trigger out of memorydongjuan1-2/+1
2019-06-04sort worker-thread init functions in advanceDave Barach1-5/+30
2019-05-22stats: support multiple works for error countersOle Troan1-13/+14
2019-05-16init / exit function orderingDave Barach1-1/+1
2019-05-14Preallocate mhash key_tmps vectorDave Barach1-15/+10
2019-04-24Clean up multi-thread barrier-sync hold-down timerDave Barach1-10/+30
2019-03-10Perf tune get_frame_size_infoDave Barach1-2/+4
2019-02-27Fix crash in barrier sync when vlib_worker_threads is zeroDamjan Marion1-1/+2
2019-02-20calculate per-thread time offsetDave Barach1-0/+47
2019-01-30buffers: major cleanup and improvementsDamjan Marion1-22/+0
2019-01-28Less intrusive way to capture numa_node and cpu_id changesDamjan Marion1-2/+0
2019-01-27Fix issue with cpu_id and numa_code captured too earlyDamjan Marion1-2/+1
2019-01-27perfmon: collect data on selected thread(s)Dave Barach1-1/+43
2019-01-20Store numa-noda and cpu-index in vlib_main_tDamjan Marion1-0/+3
2018-11-25vlib:init free list buffers vecEyal Bari1-0/+2
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-19/+19
2018-11-01Move RPC calls off the binary API input queueDave Barach1-0/+3
2018-10-25Revert "Keep RPC traffic off the shared-memory API queue"Florin Coras1-3/+0
2018-10-24Keep RPC traffic off the shared-memory API queueDave Barach1-0/+3
2018-10-23c11 safe string handling supportDave Barach1-10/+10
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-21/+5
2018-10-01API / CLI event-log tracingDave Barach1-4/+6
2018-10-01thread: Add show threads apiMohsin Kazmi1-5/+27
2018-09-30vlib: barrier sync elog tracing improvementsDave Barach1-111/+23
2018-09-07Improve NTP / kernel time change event handlingDave Barach1-2/+14
2018-08-01Improve cpu { coremask-% } configure optionYi He1-20/+4
2018-07-20Add congestion drop in interface handoffDamjan Marion1-1/+14
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach1-11/+21
2018-07-11threads: fix issue with setting main-core to 0Damjan Marion1-7/+14
2018-07-04Do not override skip-cores if set in startup.confDamjan Marion1-4/+2
2018-07-03Set main thread affinity before main heap is allocatedDamjan Marion1-7/+7
2018-06-13Stat segment / client: show run" works nowDave Barach1-0/+20
2018-06-03dpdk: improve buffer alloc perfomanceDamjan Marion1-1/+0
2018-03-27vlib: make cloned structures cacheline alignedDamjan Marion1-13/+23
2018-03-14vlib: internal buffer manager reworkDamjan Marion1-8/+4
2017-12-15VPP-1102: fix dangling references in RPC handlingDave Barach1-0/+3
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