1. 2973350 vlib: fix memory leak on process nodes reforking by Vladislav Grishenko · 3 years, 3 months ago
  2. 9652177 vlib: remoove unused field by Damjan Marion · 2 years, 9 months ago
  3. 8973b07 stats: refactor by Damjan Marion · 2 years, 10 months ago
  4. a2b7a02 vlib: remove external thread management support by Damjan Marion · 3 years ago
  5. b32bd70 vlib: introduce vlib frame aux data by Damjan Marion · 3 years ago
  6. 56eccdb vlib: add virtual time support by Benoît Ganne · 3 years, 4 months ago
  7. 37579c3 vlib: don't ASSERT(vm) in worker thread bootstrap by Dave Barach · 3 years, 5 months ago
  8. c0d9ca7 vlib: handoff rework by Damjan Marion · 3 years, 7 months ago
  9. 2034f35 vlib: remove unused code by Damjan Marion · 3 years, 7 months ago
  10. a606d92 stats: memory heap counters by Ole Troan · 3 years, 7 months ago
  11. dde163d vlib: fix adaptive mode flag unset on nodes reforking by Maxime Peim · 3 years, 8 months ago
  12. eee099e vlib: multiarch vlib_frame_queue_dequeue() by Damjan Marion · 3 years, 8 months ago
  13. 5b6f3da vlib: remove unused code by Damjan Marion · 3 years, 8 months ago
  14. 6db633b vppinfra: momve clib_sysfs_list_to_bitmap to sysfs.c by Damjan Marion · 3 years, 8 months ago
  15. fd8deb4 vlib: split vlib_main_t into global and per-thread by Damjan Marion · 3 years, 9 months ago
  16. f553a2c vlib: introduce vlib_get_elog_main() by Damjan Marion · 3 years, 9 months ago
  17. 6ffb7c6 vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() by Damjan Marion · 3 years, 9 months ago
  18. 156158f vlib: graphviz upgrade to allow filters by Arthur de Kerhor · 3 years, 10 months ago
  19. 1436100 misc: fix gcc-11 build by Damjan Marion · 3 years, 9 months ago
  20. 9410053 interface: rx queue infra rework, part one by Damjan Marion · 4 years, 1 month ago
  21. f0ca1e8 misc: refactor clib_bitmap_foreach macro by Damjan Marion · 4 years ago
  22. bfa75d6 vppinfra: add heap header in front of dlmalloc space by Damjan Marion · 4 years, 2 months ago
  23. ab1a50c misc: add xxx_not_inline by Dave Barach · 4 years, 2 months ago
  24. 1c556d1 vlib: always replace bootstrap vlib_mains by Dave Barach · 4 years, 2 months ago
  25. 2bc1af5 vppinfra: use clib_mem_create_heap() to create numa heap(s) by Damjan Marion · 4 years, 2 months ago
  26. 4537c30 vppinfra: don't call dlmalloc API directly from the code by Damjan Marion · 4 years, 3 months ago
  27. 57d1ec0 vppinfra: introduce clib_mem_main by Damjan Marion · 4 years, 3 months ago
  28. 42845dd fib: IPv6 lookup data structure MP safe when prefixes change by Neale Ranns · 4 years, 7 months ago
  29. 6c81f5a misc: add callback hooks and refactor pmc by Tom Seidenberg · 4 years, 5 months ago
  30. cea4652 vlib: address sanitizer support for stack switch, enable clang by Damjan Marion · 4 years, 7 months ago
  31. ce32770 vlib: deprecate i2c and cj by Dave Barach · 4 years, 8 months ago
  32. 368104d vlib: queue_hi_thresh fix to avoid deadlock by Elias Rudberg · 4 years, 8 months ago
  33. 2ed4204 vlib: allow using core 0 as a last resort by Vladimir Isaev · 4 years, 9 months ago
  34. 18a4a37 vlib: complain if workers are configured twice by Vladimir Isaev · 4 years, 9 months ago
  35. 1971800 vppinfra: refactor clib_timebase_t by Dave Barach · 4 years, 9 months ago
  36. 4fbb9da vlib: fix code of getting numa node with specific cpu_id by Lijian.Zhang · 4 years, 10 months ago
  37. 2c8e002 vppinfra: remove the historical mheap memory allocator by Dave Barach · 4 years, 10 months ago
  38. 4a06846 vlib: Skip core 0 if workers are configured. by Jon Loeliger · 4 years, 11 months ago
  39. 4c95995 vppinfra: use vm memory allocator for numa mapping by Florin Coras · 4 years, 10 months ago
  40. f617b14 vlib: properly configure main thread's core id by Jon Loeliger · 4 years, 11 months ago
  41. a690fdb vppinfra: numa vector placement support by Dave Barach · 5 years ago
  42. c25048b vppinfra: improve clocks_per_second convergence by Dave Barach · 4 years, 11 months ago
  43. a8df85c vlib: improve summary vector-rate statistics by Dave Barach · 5 years ago
  44. 5517bd3 vlib: fix old nodes vector overflow in refork by Benoît Ganne · 5 years ago
  45. 687c902 vlib: address vlib_error_t scaling issue by Dave Barach · 5 years ago
  46. b09f4d0 api: enable binary API event logging in vat by Dave Barach · 5 years ago
  47. a638c18 vlib: packet tracer support for pkt thread handoffs by Dave Barach · 5 years ago
  48. 8875248 trace frame-queue on trigger out of memory by dongjuan · 6 years ago
  49. c602b38 sort worker-thread init functions in advance by Dave Barach · 6 years ago
  50. 233e468 stats: support multiple works for error counters by Ole Troan · 6 years ago
  51. f8d5068 init / exit function ordering by Dave Barach · 6 years ago
  52. 2180bac Preallocate mhash key_tmps vector by Dave Barach · 6 years ago
  53. 9ae190e Clean up multi-thread barrier-sync hold-down timer by Dave Barach · 6 years ago
  54. 593eedf Perf tune get_frame_size_info by Dave Barach · 6 years ago
  55. 8343ee5 Fix crash in barrier sync when vlib_worker_threads is zero by Damjan Marion · 6 years ago
  56. a4324a9 calculate per-thread time offset by Dave Barach · 6 years ago
  57. 910d369 buffers: major cleanup and improvements by Damjan Marion · 6 years ago
  58. 29c0b33 Less intrusive way to capture numa_node and cpu_id changes by Damjan Marion · 6 years ago
  59. ee72141 Fix issue with cpu_id and numa_code captured too early by Damjan Marion · 6 years ago
  60. 53fe4a7 perfmon: collect data on selected thread(s) by Dave Barach · 6 years ago
  61. 0a78fa1 Store numa-noda and cpu-index in vlib_main_t by Damjan Marion · 6 years ago
  62. ce55bcd vlib:init free list buffers vec by Eyal Bari · 6 years ago
  63. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  64. f6c68d7 Move RPC calls off the binary API input queue by Dave Barach · 6 years ago
  65. 332287e Revert "Keep RPC traffic off the shared-memory API queue" by Florin Coras · 6 years ago
  66. 7161539 Keep RPC traffic off the shared-memory API queue by Dave Barach · 6 years ago
  67. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  68. 2f6d7bb vppinfra: add atomic macros for __sync builtins by Sirshak Das · 6 years ago
  69. c3a0655 API / CLI event-log tracing by Dave Barach · 6 years ago
  70. 5d64c78 thread: Add show threads api by Mohsin Kazmi · 6 years ago
  71. 88c6e00 vlib: barrier sync elog tracing improvements by Dave Barach · 6 years ago
  72. 36feebb Improve NTP / kernel time change event handling by Dave Barach · 6 years ago
  73. e4a9eb7 Improve cpu { coremask-% } configure option by Yi He · 6 years ago
  74. 78fd7e8 Add congestion drop in interface handoff by Damjan Marion · 6 years ago
  75. 6a5adc3 Add config option to use dlmalloc instead of mheap by Dave Barach · 6 years ago
  76. 858151f threads: fix issue with setting main-core to 0 by Damjan Marion · 6 years ago
  77. 9e300dd Do not override skip-cores if set in startup.conf by Damjan Marion · 6 years ago
  78. 7752b39 Set main thread affinity before main heap is allocated by Damjan Marion · 6 years ago
  79. 1ddbc01 Stat segment / client: show run" works now by Dave Barach · 7 years ago
  80. 8855386 dpdk: improve buffer alloc perfomance by Damjan Marion · 7 years ago
  81. be3f4d5 vlib: make cloned structures cacheline aligned by Damjan Marion · 7 years ago
  82. d1274cb vlib: internal buffer manager rework by Damjan Marion · 7 years ago
  83. 2877eee VPP-1102: fix dangling references in RPC handling by Dave Barach · 7 years ago
  84. 69128d0 Add thread-safe event signaller, use RPC where required by Dave Barach · 7 years ago
  85. 01914ce vppinfra: add clib_mem_vm_ext_alloc function by Damjan Marion · 7 years ago
  86. eb1ac17 Recombine diags and minimum barrier open time changes (VPP-968) by Colin Tregenza Dancer · 7 years ago
  87. 2159618 Refork worker thread data structures in parallel (VPP-970) by Colin Tregenza Dancer · 7 years ago
  88. 30af5da VPP-905: Wrong define used in function start_workers. by JingLiuZTE · 7 years ago
  89. 93992a9 Implement sack based tcp loss recovery (RFC 6675) by Florin Coras · 8 years ago
  90. f55f9b8 completelly deprecate os_get_cpu_number, replace new occurences by Damjan Marion · 8 years ago
  91. 7bee80c Fix remaining 32-bit compile issues by Damjan Marion · 8 years ago
  92. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  93. eb743fa vnet: add device-input threadplacement infra by Damjan Marion · 8 years ago
  94. b6f93a1 vlib: additional runtime_data checks by Damjan Marion · 8 years ago
  95. e9f929b vlib: make runtime_data thread-local by Damjan Marion · 8 years ago
  96. e9d52d5 vlib: deduplicatee code in main and worker main loop by Damjan Marion · 8 years ago
  97. 80f54e2 vlib_mains == 0 special cases be gone by Dave Barach · 8 years ago
  98. bd69a5f vlib: remove algned/unaligned buffers scheme by Damjan Marion · 8 years ago
  99. 878c609 vlib: add buffer and thread callbacks by Damjan Marion · 8 years ago
  100. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vlib/vlib/threads.c]