Age | Commit message (Expand) | Author | Files | Lines |
2023-07-25 | vlib: interrupt mode support for pre-input nodes |  Damjan Marion | 1 | -2/+8 |
2022-09-09 | vlib: don't leak node frames on refork |  Dmitry Valter | 1 | -0/+11 |
2022-06-01 | vlib: add VLIB_NUM_WORKERS_CHANGE_FN() handler |  Damjan Marion | 1 | -0/+8 |
2022-05-24 | vlib: implement aux data handoff |  Mohammed Hawari | 1 | -0/+19 |
2022-04-14 | vlib: disable cpu pinning if not configured |  Benoît Ganne | 1 | -18/+15 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 1 | -5/+5 |
2022-04-04 | vlib: remove unused fields |  Damjan Marion | 1 | -4/+0 |
2022-03-31 | vlib: add support for workers sync |  Florin Coras | 1 | -0/+50 |
2022-03-31 | stats: convert error counters to normal counters |  Damjan Marion | 1 | -16/+10 |
2022-03-28 | vlib: use pthread_attr_setstack() to set thread stack |  Damjan Marion | 1 | -12/+26 |
2022-03-23 | vlib: fix memory leak on process nodes reforking |  Vladislav Grishenko | 1 | -0/+1 |
2022-03-11 | vlib: remoove unused field |  Damjan Marion | 1 | -6/+0 |
2022-03-09 | stats: refactor |  Damjan Marion | 1 | -9/+17 |
2021-12-31 | vlib: remove external thread management support |  Damjan Marion | 1 | -36/+6 |
2021-12-24 | vlib: introduce vlib frame aux data |  Damjan Marion | 1 | -6/+4 |
2021-11-22 | vlib: add virtual time support |  Benoît Ganne | 1 | -15/+9 |
2021-07-27 | vlib: don't ASSERT(vm) in worker thread bootstrap |  Dave Barach | 1 | -2/+4 |
2021-05-27 | vlib: handoff rework |  Damjan Marion | 1 | -27/+4 |
2021-05-14 | vlib: remove unused code |  Damjan Marion | 1 | -121/+0 |
2021-05-06 | stats: memory heap counters |  Ole Troan | 1 | -0/+1 |
2021-05-05 | vlib: fix adaptive mode flag unset on nodes reforking |  Maxime Peim | 1 | -0/+4 |
2021-05-03 | vlib: multiarch vlib_frame_queue_dequeue() |  Damjan Marion | 1 | -139/+0 |
2021-04-20 | vlib: remove unused code |  Damjan Marion | 1 | -30/+0 |
2021-04-19 | vppinfra: momve clib_sysfs_list_to_bitmap to sysfs.c |  Damjan Marion | 1 | -27/+0 |
2021-03-26 | vlib: split vlib_main_t into global and per-thread |  Damjan Marion | 1 | -28/+35 |
2021-03-26 | vlib: introduce vlib_get_elog_main() |  Damjan Marion | 1 | -3/+3 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() |  Damjan Marion | 1 | -26/+29 |
2021-03-22 | vlib: graphviz upgrade to allow filters |  Arthur de Kerhor | 1 | -5/+0 |
2021-03-11 | misc: fix gcc-11 build |  Damjan Marion | 1 | -28/+20 |
2021-01-21 | interface: rx queue infra rework, part one |  Damjan Marion | 1 | -0/+7 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro |  Damjan Marion | 1 | -6/+6 |
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 |