Age | Commit message (Expand) | Author | Files | Lines |
2020-10-06 | vppinfra: add heap header in front of dlmalloc space |  Damjan Marion | 1 | -1/+1 |
2020-10-06 | misc: add xxx_not_inline |  Dave Barach | 1 | -0/+6 |
2020-10-02 | vlib: always replace bootstrap vlib_mains |  Dave Barach | 1 | -8/+7 |
2020-10-02 | vppinfra: use clib_mem_create_heap() to create numa heap(s) |  Damjan Marion | 1 | -2/+5 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code |  Damjan Marion | 1 | -4/+8 |
2020-09-16 | vppinfra: introduce clib_mem_main |  Damjan Marion | 1 | -3/+4 |
2020-09-02 | fib: IPv6 lookup data structure MP safe when prefixes change |  Neale Ranns | 1 | -0/+47 |
2020-07-16 | misc: add callback hooks and refactor pmc |  Tom Seidenberg | 1 | -0/+16 |
2020-06-16 | vlib: address sanitizer support for stack switch, enable clang |  Damjan Marion | 1 | -0/+3 |
2020-04-27 | vlib: deprecate i2c and cj |  Dave Barach | 1 | -4/+0 |
2020-04-21 | vlib: queue_hi_thresh fix to avoid deadlock |  Elias Rudberg | 1 | -2/+4 |
2020-03-21 | vlib: allow using core 0 as a last resort |  Vladimir Isaev | 1 | -15/+12 |
2020-03-21 | vlib: complain if workers are configured twice |  Vladimir Isaev | 1 | -1/+10 |
2020-03-12 | vppinfra: refactor clib_timebase_t |  Dave Barach | 1 | -1/+8 |
2020-02-17 | vlib: fix code of getting numa node with specific cpu_id |  Lijian.Zhang | 1 | -3/+18 |
2020-02-11 | vppinfra: remove the historical mheap memory allocator |  Dave Barach | 1 | -14/+2 |
2020-02-11 | vlib: Skip core 0 if workers are configured. |  Jon Loeliger | 1 | -0/+15 |
2020-02-10 | vppinfra: use vm memory allocator for numa mapping |  Florin Coras | 1 | -5/+3 |
2020-02-10 | vlib: properly configure main thread's core id |  Jon Loeliger | 1 | -0/+2 |
2020-02-05 | vppinfra: numa vector placement support |  Dave Barach | 1 | -6/+29 |
2020-01-30 | vppinfra: improve clocks_per_second convergence |  Dave Barach | 1 | -3/+7 |
2019-10-02 | vlib: improve summary vector-rate statistics |  Dave Barach | 1 | -1/+1 |
2019-09-30 | vlib: fix old nodes vector overflow in refork |  Benoît Ganne | 1 | -5/+2 |
2019-07-23 | vlib: address vlib_error_t scaling issue |  Dave Barach | 1 | -0/+2 |
2019-07-16 | api: enable binary API event logging in vat |  Dave Barach | 1 | -26/+4 |
2019-06-24 | vlib: packet tracer support for pkt thread handoffs |  Dave Barach | 1 | -0/+6 |
2019-06-08 | trace frame-queue on trigger out of memory |  dongjuan | 1 | -2/+1 |
2019-06-04 | sort worker-thread init functions in advance |  Dave Barach | 1 | -5/+30 |
2019-05-22 | stats: support multiple works for error counters |  Ole Troan | 1 | -13/+14 |
2019-05-16 | init / exit function ordering |  Dave Barach | 1 | -1/+1 |
2019-05-14 | Preallocate mhash key_tmps vector |  Dave Barach | 1 | -15/+10 |
2019-04-24 | Clean up multi-thread barrier-sync hold-down timer |  Dave Barach | 1 | -10/+30 |
2019-03-10 | Perf tune get_frame_size_info |  Dave Barach | 1 | -2/+4 |
2019-02-27 | Fix crash in barrier sync when vlib_worker_threads is zero |  Damjan Marion | 1 | -1/+2 |
2019-02-20 | calculate per-thread time offset |  Dave Barach | 1 | -0/+47 |
2019-01-30 | buffers: major cleanup and improvements |  Damjan Marion | 1 | -22/+0 |
2019-01-28 | Less intrusive way to capture numa_node and cpu_id changes |  Damjan Marion | 1 | -2/+0 |
2019-01-27 | Fix issue with cpu_id and numa_code captured too early |  Damjan Marion | 1 | -2/+1 |
2019-01-27 | perfmon: collect data on selected thread(s) |  Dave Barach | 1 | -1/+43 |
2019-01-20 | Store numa-noda and cpu-index in vlib_main_t |  Damjan Marion | 1 | -0/+3 |
2018-11-25 | vlib:init free list buffers vec |  Eyal Bari | 1 | -0/+2 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -19/+19 |
2018-11-01 | Move RPC calls off the binary API input queue |  Dave Barach | 1 | -0/+3 |
2018-10-25 | Revert "Keep RPC traffic off the shared-memory API queue" |  Florin Coras | 1 | -3/+0 |
2018-10-24 | Keep RPC traffic off the shared-memory API queue |  Dave Barach | 1 | -0/+3 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -10/+10 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins |  Sirshak Das | 1 | -21/+5 |
2018-10-01 | API / CLI event-log tracing |  Dave Barach | 1 | -4/+6 |
2018-10-01 | thread: Add show threads api |  Mohsin Kazmi | 1 | -5/+27 |
2018-09-30 | vlib: barrier sync elog tracing improvements |  Dave Barach | 1 | -111/+23 |