Age | Commit message (Expand) | Author | Files | Lines |
2021-08-27 | vlib: vpp banner is outputted to non-interactive vppctl session | Steven Luong | 1 | -0/+11 |
2021-08-27 | bufmon: add buffer monitoring plugin | Benoît Ganne | 3 | -24/+55 |
2021-08-20 | buffers: fix buffer linearization | Benoît Ganne | 1 | -95/+104 |
2021-07-27 | vlib: don't ASSERT(vm) in worker thread bootstrap | Dave Barach | 1 | -2/+4 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} | Damjan Marion | 2 | -3/+3 |
2021-07-13 | vppinfra: put each vector function into own file | Damjan Marion | 1 | -1/+2 |
2021-07-02 | vlib: fix buffer pool alignment size | Tianyu Li | 1 | -1/+1 |
2021-06-21 | vlib: fix coverity warning | Dave Barach | 1 | -0/+3 |
2021-06-13 | vlib: fix dangling reference in node_by_name hash | Dave Barach | 1 | -1/+4 |
2021-05-27 | vlib: handoff rework | Damjan Marion | 5 | -282/+177 |
2021-05-26 | pg: revert exec file fixes | Ray Kinsella | 1 | -6/+1 |
2021-05-26 | vlib: revert exec cmd handle scripts with blank lines | Ray Kinsella | 1 | -21/+3 |
2021-05-14 | vlib: remove unused code | Damjan Marion | 2 | -127/+0 |
2021-05-14 | vlib: pass node runtime to vlib_buffer_enqueue_to_thread() | Damjan Marion | 3 | -8/+11 |
2021-05-13 | tests: move test source to vpp/test | Dave Wallace | 3 | -156/+0 |
2021-05-11 | vlib: exec cmd handle scripts with blank lines | Dave Barach | 1 | -3/+21 |
2021-05-07 | vppinfra: add universal array mask_compare and compress funcs | Damjan Marion | 1 | -126/+29 |
2021-05-06 | vlib: remove unused simple counters fields | Ole Troan | 1 | -6/+0 |
2021-05-06 | vlib: rename vl_counter_t to vlib_error_desc_t | Ole Troan | 3 | -10/+8 |
2021-05-06 | stats: memory heap counters | Ole Troan | 2 | -0/+7 |
2021-05-06 | memif: add severity to counters | Ole Troan | 1 | -1/+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 | 5 | -143/+131 |
2021-05-01 | vlib: refactor trajectory trace debug feature | Benoît Ganne | 2 | -40/+29 |
2021-04-30 | build: declare some CMake variables as advanced | Damjan Marion | 1 | -2/+2 |
2021-04-30 | misc: experimental configure script | Damjan Marion | 1 | -2/+2 |
2021-04-30 | build: switch release build to -O3 | Damjan Marion | 1 | -1/+1 |
2021-04-28 | vppinfra: AArch64 NEON implementation of clib_compare_u16_x64() | Damjan Marion | 1 | -1/+1 |
2021-04-28 | pg: exec file fixes | mdr78 | 1 | -1/+6 |
2021-04-27 | vlib: improve enqueue_to_next buffer indices extraction | Damjan Marion | 1 | -100/+194 |
2021-04-27 | misc: add StatementMacros to .clang-format | Damjan Marion | 1 | -9/+12 |
2021-04-26 | vppinfra: clib_memcpy_u32() utilizing SIMD mask loads/stores | Damjan Marion | 1 | -37/+1 |
2021-04-22 | misc: add filter for specific error for pcap trace | Benoît Ganne | 2 | -0/+35 |
2021-04-21 | buffers: vlib_get_buffers() with 512-bit SIMD | Damjan Marion | 1 | -5/+46 |
2021-04-21 | vlib: don't inline vlib_buffer_enqueue_to_* | Damjan Marion | 4 | -236/+316 |
2021-04-20 | vlib: remove unused code | Damjan Marion | 2 | -38/+0 |
2021-04-19 | vppinfra: momve clib_sysfs_list_to_bitmap to sysfs.c | Damjan Marion | 1 | -27/+0 |
2021-04-18 | vppinfra: remove linux/syscall.h | Damjan Marion | 1 | -1/+0 |
2021-04-15 | vlib: make vlib_pending_frame_t smaller | Damjan Marion | 1 | -3/+3 |
2021-04-14 | vlib: fix access before check issue in foreach_vlib_main macro | Damjan Marion | 1 | -9/+17 |
2021-04-06 | buffers: performance improvement | Radu Nicolau | 1 | -7/+21 |
2021-03-26 | vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendly | Damjan Marion | 4 | -160/+133 |
2021-03-26 | vlib: split vlib_main_t into global and per-thread | Damjan Marion | 15 | -393/+439 |
2021-03-26 | vlib: introduce vlib_get_elog_main() | Damjan Marion | 9 | -32/+38 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() | Damjan Marion | 10 | -53/+76 |
2021-03-23 | vlib: add node adaptive mode flag | Florin Coras | 3 | -7/+25 |
2021-03-22 | vlib: graphviz upgrade to allow filters | Arthur de Kerhor | 5 | -34/+206 |
2021-03-15 | tests: use socket transport instead of shared memory | Ole Troan | 1 | -4/+3 |
2021-03-14 | ip: extend punt CLI for exception packets | Mohammed Hawari | 2 | -15/+75 |
2021-03-11 | misc: fix gcc-11 build | Damjan Marion | 2 | -44/+33 |