1. 9652177 vlib: remoove unused field by Damjan Marion · 2 years, 9 months ago
  2. 62d656a vlib: init logging eearlier by Damjan Marion · 2 years, 9 months ago
  3. 8973b07 stats: refactor by Damjan Marion · 2 years, 10 months ago
  4. b32bd70 vlib: introduce vlib frame aux data by Damjan Marion · 3 years ago
  5. c26cc72 vlib: add graceful termination with status by Pierre Pfister · 3 years, 3 months ago
  6. eee099e vlib: multiarch vlib_frame_queue_dequeue() by Damjan Marion · 3 years, 8 months ago
  7. f89bbbe vlib: refactor trajectory trace debug feature by Benoît Ganne · 3 years, 9 months ago
  8. fd8deb4 vlib: split vlib_main_t into global and per-thread by Damjan Marion · 3 years, 9 months ago
  9. f553a2c vlib: introduce vlib_get_elog_main() by Damjan Marion · 3 years, 9 months ago
  10. 982e44f vlib: add node adaptive mode flag by Florin Coras · 3 years, 9 months ago
  11. 156158f vlib: graphviz upgrade to allow filters by Arthur de Kerhor · 3 years, 10 months ago
  12. a31698b vlib: refactor node function variants by Damjan Marion · 3 years, 9 months ago
  13. 25ab6c5 dispatch-trace: move dispatch trace pcap code to plugin by Damjan Marion · 3 years, 9 months ago
  14. a8f4ebd vlib: ASSERT vm == vlib_get_main() by Dave Barach · 3 years, 10 months ago
  15. ced43e2 vlib: acquire barrier before exit call by Kommula Shiva Shankar · 3 years, 11 months ago
  16. 9410053 interface: rx queue infra rework, part one by Damjan Marion · 4 years, 1 month ago
  17. 8b60fb0 perfmon: new perfmon plugin by Damjan Marion · 4 years, 1 month ago
  18. bc867c3 vlib: add elog events for vlib log entries by Dave Barach · 4 years, 1 month ago
  19. 27d978c vlib: add postmortem pcap dispatch trace by Dave Barach · 4 years, 1 month ago
  20. ab1a50c misc: add xxx_not_inline by Dave Barach · 4 years, 2 months ago
  21. f6e6c78 vppinfra: allow handoff to main thread by Damjan Marion · 4 years, 3 months ago
  22. 0b31630 vlib: support interrupt re-arm from node by Damjan Marion · 4 years, 3 months ago v21.01-rc0
  23. 11fb09e misc: harmonize names by Dave Barach · 4 years, 4 months ago
  24. 6c81f5a misc: add callback hooks and refactor pmc by Tom Seidenberg · 4 years, 5 months ago
  25. d25147d vlib: wake up workers if interrupts are posted by Benoît Ganne · 4 years, 6 months ago
  26. cea4652 vlib: address sanitizer support for stack switch, enable clang by Damjan Marion · 4 years, 7 months ago
  27. 1033b49 vlib: improve node interrupt handling by Damjan Marion · 4 years, 6 months ago
  28. ce32770 vlib: deprecate i2c and cj by Dave Barach · 4 years, 8 months ago
  29. c74b43c buffers: configurable buffer fault injector by Dave Barach · 4 years, 8 months ago
  30. 000a029 vlib: calculate per-worker loops/second metric by Dave Barach · 4 years, 10 months ago
  31. 4c95995 vppinfra: use vm memory allocator for numa mapping by Florin Coras · 4 years, 10 months ago
  32. 8dc954a vlib: add plugin override support by Dave Barach · 4 years, 10 months ago
  33. d7b3066 mdata: buffer metadata change tracker plugin by Dave Barach · 5 years ago
  34. 349cd1a vlib: enable worker-thread dispatch pcap trace by Dave Barach · 5 years ago
  35. a8df85c vlib: improve summary vector-rate statistics by Dave Barach · 5 years ago
  36. 4da1506 interface: use the correct condition for checking if the pcap fd is open by Andrew Yourtchenko · 5 years ago
  37. b97641c misc: clean up "pcap [rx|tx] trace" debug CLI by Dave Barach · 5 years ago
  38. e5948fb vlib: clean up the "pcap dispatch trace" debug CLI by Dave Barach · 5 years ago
  39. 9af7e2e fix pcap_write function by Jack Xu · 6 years ago
  40. 58b2eb1 vlib: convert frame_index into real pointers by Andreas Schultz · 5 years ago
  41. b09f4d0 api: enable binary API event logging in vat by Dave Barach · 5 years ago
  42. a638c18 vlib: packet tracer support for pkt thread handoffs by Dave Barach · 5 years ago
  43. c602b38 sort worker-thread init functions in advance by Dave Barach · 6 years ago
  44. 5f2cfb2 Add callback multiplex support by Dave Barach · 6 years ago
  45. 17e5d80 Add node, frame to vlib main loop perf analysis callback arguments by Dave Barach · 6 years ago
  46. d1e17d0 Ignore SIGTERM during the vpp boot sequence by Dave Barach · 6 years ago
  47. 80965f5 Perf tune handoff queue polling by Dave Barach · 6 years ago
  48. 593eedf Perf tune get_frame_size_info by Dave Barach · 6 years ago
  49. a2aefef VPP-1576: fix Coverity issues by Dave Barach · 6 years ago
  50. d2bbdef stats: add buffer gauges by Filip Tehlar · 6 years ago
  51. 296988d Add no-append flag to vlib_frame_t by Damjan Marion · 6 years ago
  52. 900cbad CLI control of graph dispatch elogs by Dave Barach · 6 years ago
  53. 362456a Add 'show vlib graphviz' command by Benoît Ganne · 6 years ago
  54. 910d369 buffers: major cleanup and improvements by Damjan Marion · 6 years ago
  55. 29c0b33 Less intrusive way to capture numa_node and cpu_id changes by Damjan Marion · 6 years ago
  56. ee72141 Fix issue with cpu_id and numa_code captured too early by Damjan Marion · 6 years ago
  57. 53fe4a7 perfmon: collect data on selected thread(s) by Dave Barach · 6 years ago
  58. ec595ef perfmon plugin: 2-way parallel stat collection by Dave Barach · 6 years ago
  59. 9a8a12a buffers: wrap vlib_buffer_t to union and expose vector types by Damjan Marion · 6 years ago
  60. 3235382 buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytes by Damjan Marion · 6 years ago
  61. d50e347 buffers: keep buffer_main in vlib_main_t by Damjan Marion · 6 years ago
  62. 36eb7c2 buffers: remove free-list information from buffer metadata by Damjan Marion · 6 years ago
  63. 7b01e9e Use the official libpcap file type by Dave Barach · 6 years ago
  64. 7fff3d2 Metadata / opaque formatting belongs in vpp by Dave Barach · 6 years ago
  65. 1201a80 Add buffer tracing to the dispatch tracer by Dave Barach · 6 years ago
  66. 9162c2d vlib: reset frame flags when frame is reused by Damjan Marion · 6 years ago
  67. 3ae2873 pcap-based dispatch tracer by Dave Barach · 6 years ago
  68. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  69. a3d5986 vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) by Damjan Marion · 6 years ago
  70. 221d6f1 vlib: use index to free suspended frame by Florin Coras · 6 years ago
  71. f6c68d7 Move RPC calls off the binary API input queue by Dave Barach · 6 years ago
  72. 68b4da6 Numa-aware, growable physical memory allocator (pmalloc) by Damjan Marion · 6 years ago
  73. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  74. 4d1a866 X86_64 perf counter plugin by Dave Barach · 6 years ago
  75. 633b6fd vlib: introduce user flags in vlib_frame_t by Damjan Marion · 6 years ago
  76. e324898 Run interior graph nodes before process nodes by Dave Barach · 6 years ago
  77. 1f80658 Use __attribute__((weak)) references where necessary by Dave Barach · 7 years ago
  78. 048a4e5 export counters in a memfd segment by Dave Barach · 7 years ago
  79. fd542f1 session: add session process node by Florin Coras · 7 years ago
  80. d1274cb vlib: internal buffer manager rework by Damjan Marion · 7 years ago
  81. ceab788 vlib: epoll on worker threads by Damjan Marion · 7 years ago
  82. d47c509 Fix MP hazard in interrupt node scheduling by Dave Barach · 7 years ago
  83. 2877eee VPP-1102: fix dangling references in RPC handling by Dave Barach · 7 years ago
  84. 7bee773 VPP-1024: rewrite buffer trajectory tracer by Dave Barach · 7 years ago
  85. 49d66f1 vlib physmem rework by Damjan Marion · 7 years ago
  86. d84ba85 TCP horizontal scaling by Dave Barach · 7 years ago
  87. 04a7f05 vlib: store buffer memory information in the buffer_main by Damjan Marion · 7 years ago
  88. 5c20a01 switch vlib process model to tw_timer_template timer impl by Dave Barach · 8 years ago
  89. a626999 VPP-873: fix vector expansion bug in dispatch_pending_node by Dave Barach · 8 years ago
  90. f3b5364 vhost: migrate to use device infra for worker thread assignment, rx-mode. by Steven · 8 years ago
  91. 8148131 VPP-845: add configurable elog post-mortem dump by Dave Barach · 8 years ago
  92. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  93. 2c2b640 vlib: make vlib_node_interrupt_pending(...) thread safe by Damjan Marion · 8 years ago
  94. 903fd51 Clean up event log merge code by Dave Barach · 8 years ago
  95. 9a332e1 vlib: inline dispatch_node(...) (again) by Damjan Marion · 8 years ago
  96. 7312cc7 vhost: support interrupt mode by Steven · 8 years ago
  97. 6aa75af vlib: fix potential crash in dispatch_node ELOG_DATA call by Steven · 8 years ago
  98. 20e272c vlib: poll pre_input nodes only on main thread by Damjan Marion · 8 years ago
  99. e9d52d5 vlib: deduplicatee code in main and worker main loop by Damjan Marion · 8 years ago
  100. 878c609 vlib: add buffer and thread callbacks by Damjan Marion · 8 years ago