- dfa77dc vlib: process node scheduler rework by Damjan Marion · 3 months ago
- 3b5a013 vlib: introduce lazy next node initialization by Mohammed Hawari · 4 months ago
- a8766ce vlib: fix gcc 13.2.0 build failure on ubuntu 24.04 by Dave Wallace · 3 months ago
- b4808de buffers: support disabling allocation per numa domain by Lukas Stockner · 6 months ago
- 26a6b19 vlib: add 'exit' as alias to 'quit' by Maxime Peim · 4 months ago
- 7f163b6 misc: replace index() with strchr() by Matus Fabian · 5 months ago
- 7561c45 vlib: add "save memory-trace" debug CLI by Matus Fabian · 5 months ago
- fa500e9 vlib: fix gdb_show_traces() by Benoît Ganne · 6 months ago
- 63ff7a6 buffers: support per-numa-domain buffer size by Lukas Stockner · 6 months ago
- 9d5be6a vlib: clean up r2 plugin registration relocator by Dave Barach · 6 months ago
- 7892560 vlib: stack trace and signal handler improvements by Damjan Marion · 7 months ago
- 0b0468c vlib: improvement to automatic core pinning by hsandid · 7 months ago
- 5444973 vlib: prevent some signals from being executed on workers by Guillaume Solignac · 7 months ago
- 05c625f vlib: avoid pci scan without registrations by Vladimir Zhigulin · 8 months ago
- ee98c9d vlib: fix use of RTLD_DEEPBIND for musl by Eric Sun · 2 years, 10 months ago
- 687707d vlib: fix missing integer init by Guillaume Solignac · 11 months ago
- 4aecd48 vlib: revert automatic core pinning changes by Hadi Rayan Al-Sandid · 8 months ago
- e625d0e vlib: Add FreeBSD specific platform files by Tom Jones · 8 months ago
- 52bd537 pci: fix missing limits.h by Guillaume Solignac · 1 year, 8 months ago
- d346b88 vlib: Add FreeBSD thread specific header and calls by Tom Jones · 11 months ago
- b2a357b vlib: Add a skeleton pci interface for FreeBSD by Tom Jones · 11 months ago
- ab47993 vppinfra: Add method for getting current executable name by Tom Jones · 8 months ago
- 36d099a vlib: Place linux pci headers in a linux include block by Tom Jones · 11 months ago
- 50e7ea7 vlib: fix vlib_buffer_free_inline() AVX-512 overflow by Benoît Ganne · 8 months ago
- eb2a418 vlib: fix counter_index check by lijinhui · 10 months ago
- 71c32a8 vlib: improve automatic core pinning by hsandid · 9 months ago
- 3eb6cbe vppinfra: os agnostic api for getting CPU information by Damjan Marion · 10 months ago
- c3148b1 misc: remove GNU Indent directives by Damjan Marion · 9 months ago
- 3026ffa vlib: fix initial stats time for the process nodes by Vladislav Grishenko · 3 years, 5 months ago
- 4b66140 vppinfra: add os_get_online_cpu_core() and os_get_online_cpu_node() by Damjan Marion · 10 months ago
- 5ed27ef build: Discover libepoll-shim on FreeBSD by Tom Jones · 11 months ago
- 72cb9f7 vlib: Use platform specific headers for sched.h by Tom Jones · 11 months ago
- 532a1ce build: Add support to add_vpp_library for platform specific sources by Tom Jones · 11 months ago
- aaa2a89 vlib: Only init vfio on Linux by Tom Jones · 11 months ago
- 04fd51c buffers: bring back cache occupancy improvement by Vratko Polak · 10 months ago
- e060b0a vlib: flush rpcs on worker sync by Florin Coras · 10 months ago
- 4cadd3b vlib api: move wrkr rpc flushing to vlib by Florin Coras · 10 months ago
- 038dad7 buffers: add compile-time option to set buffer alignment by Damjan Marion · 11 months ago
- 1cfac4e vlib: remove unused code by Damjan Marion · 11 months ago
- e148926 vlib: lowercase vmbus device names by Alexander Skorichenko · 12 months ago
- 832342e vlib: add error checks to thread pinning by hsandid · 12 months ago
- 82a68e9 buffers: add vlib_buffer_unalloc_to_pool() by Damjan Marion · 12 months ago
- bc67e9f bpf_trace_filter: allow use whithout classifier by Mohammed Hawari · 1 year ago
- 2d725c6 ena: Amazon Elastic Network Adapter (ENA) native driver by Damjan Marion · 1 year, 1 month ago
- 76d14b7 misc: silence -Wmaybe-uninitialized warnings by Jieqiang Wang · 1 year, 5 months ago
- 7444fd2 pci: remove unnecessary ioctl() call and improve logging in vfio_set_irqs by Damjan Marion · 1 year, 1 month ago
- 60529a8 pci: fix VFIO set IRQ code by Damjan Marion · 1 year, 1 month ago
- 7f75e80 vppinfra: refactor interrupt code by Damjan Marion · 1 year, 1 month ago
- 38c6191 dev: new device driver infra by Damjan Marion · 1 year, 2 months ago
- 55a1f28 buffers: buffer name is vector, not c string by Damjan Marion · 1 year, 2 months ago
- bf23663 buffers: introduce vlib_buffer_template_t by Damjan Marion · 1 year, 2 months ago
- 29aabcf vlib: properly replicate nexts when sibling node is created on runtime by Damjan Marion · 1 year, 2 months ago
- c9275da vlib: allow unpriviledged vlib_pci_get_device_info() by Damjan Marion · 1 year, 2 months ago
- 65dc34b buffers: buffer allocation improvements by Damjan Marion · 1 year, 2 months ago
- fee9459 vlib: deuglify the offset finding loop in pci.c by Vratko Polak · 1 year, 4 months ago
- 63335e4 pci: fix coverity issue CID-322372 by Dave Wallace · 1 year, 4 months ago
- 6508ed5 vlib: support sibling node creation with vlib_register_node() by Damjan Marion · 1 year, 4 months ago
- 40f4810 vppinfra: add clib_file_get_resolved_basename by Damjan Marion · 1 year, 4 months ago
- 3706636 vlib: remove dependency on libuuid by Damjan Marion · 1 year, 5 months ago
- 054229e vlib: fix gcc build breakage by Dave Wallace · 1 year, 5 months ago
- 00ea98a vlib: pci cleanup and improvements by Damjan Marion · 1 year, 5 months ago
- c5c0d0c vlib: fix coverity issue in vlib_node_set_interrupt_pending by Damjan Marion · 1 year, 5 months ago
- e9ea7d5 vlib: rename vnet_log_get_class_data by Vratko Polak · 1 year, 5 months ago
- cc8249c vlib: interrupt mode support for pre-input nodes by Damjan Marion · 1 year, 5 months ago
- 3f40755 classify: add bpf support to pcap classifier by Maxime Peim · 1 year, 5 months ago
- 52fa5f2 vlib: introduce trace filter functions by Mohammed Hawari · 1 year, 7 months ago
- 1c95e12 tests docs: fix lcov code coverage report generation by Dave Wallace · 1 year, 6 months ago
- bf179a9 vlib: add vlib_log_is_enabled by Damjan Marion · 1 year, 7 months ago
- 6bec05b vlib dhcp: default to logging without elogs by Florin Coras · 1 year, 8 months ago
- b7756b2 vlib:process node scheduling use timing_wheel have problem. by jinsh · 1 year, 9 months ago
- 9aa4ac5 vlib: reset stop_timer_handle on expired processes by Matthew Smith · 1 year, 8 months ago
- 5294cdc vppinfra: refactor uword bitmaps by Damjan Marion · 1 year, 8 months ago
- 156d452 vlib: add vlib_frame_bitmap_{set,clear}_bit_at_index by Damjan Marion · 1 year, 9 months ago
- 8309517 vlib: fix segfault on panic in worker by Mikhail Sokolovskiy · 1 year, 9 months ago
- 738aba7 vlib: pre-alloc dma backend batches by Marvin Liu · 1 year, 9 months ago
- 767a9ab vlib: 512-bit SIMD version of vlib_buffer_free by Leyi Rong · 1 year, 9 months ago
- d1dc106 vlib: stop worker threads on main loop exit by Vladislav Grishenko · 3 years ago
- 2d3da80 vlib: fix vlib_log for elog by luoyaozu · 2 years, 1 month ago
- ff2fba7 vlib: avoid non-mp-safe cli process node updates by Vladislav Grishenko · 3 years, 5 months ago
- 4d830d2 vlib: fix macro define command not work in startup config exec script by Xiaoming Jiang · 2 years ago
- 4646cd4 vlib: fix ASAN fake stack size set error when switching to process by Xiaoming Jiang · 2 years ago
- af62f93 vppinfra: display only the 1st 50 memory traces by default by Benoît Ganne · 1 year, 10 months ago
- 73507dd stats: fix node name compare error when updating stats segment by Xiaoming Jiang · 2 years ago
- a254de4 vlib: chdir to runtime_dir by Damjan Marion · 1 year, 11 months ago
- 6a782ca vlib: make pending_interrupts valid for AddressSanitizer by Benoît Ganne · 1 year, 11 months ago
- cc16e7b pci: fix musl crash by Benoît Ganne · 2 years ago
- 463d5f9 vlib: install dma.h to fix out-of-tree plugins by Mohammed Hawari · 1 year, 11 months ago
- e917bf7 vlib: add const to char* params of several funcs by Sergey Nikiforov · 1 year, 11 months ago
- af5744c misc: use right include for fctnl.h and poll.h by Guillaume Solignac · 1 year, 11 months ago
- 6a07348 pci: add option to force uio binding by Benoît Ganne · 2 years, 2 months ago
- b01efc5 buffers: revert protect against bad thread indices by Benoît Ganne · 2 years ago
- 5010bbd stats: add boot time in stats segment by Ole Troan · 2 years, 1 month ago
- 80c0ae2 vlib: Counter free needs to NULL the allocated counter vector by Neale Ranns · 2 years, 2 months ago
- dd298e8 misc: fix issues reported by clang-15 by Damjan Marion · 2 years, 2 months ago
- 6531cf5 vppinfra: fix AddressSanitizer by Benoît Ganne · 2 years, 2 months ago
- 51a7e44 vlib: add vlib_frame_bitmap_is_bit_set by Damjan Marion · 2 years, 3 months ago
- 9f5b369 vlib: don't leak node frames on refork by Dmitry Valter · 2 years, 3 months ago
- a21b38e vlib: fix coverity 277203 by Andrew Yourtchenko · 2 years, 4 months ago
- a9bfef7 vlib: use error description when dropping packets by Arthur de Kerhor · 2 years, 4 months ago
- abd5669 vlib: introduce DMA infrastructure by Marvin Liu · 2 years, 4 months ago