Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-03-11 | vlib: refactor node function variants | Damjan Marion | 7 | -193/+218 |
2021-03-09 | vlib: remove unused function | Damjan Marion | 1 | -9/+0 |
2021-03-07 | dispatch-trace: move dispatch trace pcap code to plugin | Damjan Marion | 3 | -534/+45 |
2021-03-05 | interface: move vnet_pcap_t to vnet | Damjan Marion | 1 | -18/+0 |
2021-02-27 | vlib: fix clear trace buffer race condition | Benoît Ganne | 1 | -4/+15 |
2021-02-18 | vlib: add a "vpplog" debug CLI | Dave Barach | 2 | -0/+25 |
2021-02-11 | tests: tag the tests that do not work with multi-worker configuration | Andrew Yourtchenko | 1 | -0/+2 |
2021-02-08 | vlib: ASSERT vm == vlib_get_main() | Dave Barach | 1 | -0/+5 |
2021-02-08 | ping: fix aborting on keypress | Ivan Shvedunov | 2 | -7/+8 |
2021-02-04 | vlib: "revert startup multi-arch variant configuration fix for interfaces" | Damjan Marion | 1 | -18/+4 |
2021-02-04 | vlib: increase the stats epoch only when necessary | Miklos Tirpak | 2 | -16/+72 |
2021-01-29 | vlib: acquire barrier before exit call | Kommula Shiva Shankar | 1 | -0/+2 |
2021-01-25 | vlib: add show trace limit warning at the end of output too | Benoît Ganne | 1 | -2/+4 |
2021-01-25 | vlib: startup multi-arch variant configuration fix for interfaces | Radu Nicolau | 1 | -4/+18 |
2021-01-22 | interface: let drivers control polling when down | Mohammed Hawari | 1 | -0/+2 |
2021-01-21 | interface: rx queue infra rework, part one | Damjan Marion | 6 | -95/+36 |
2021-01-20 | vlib: fix build with musl | Nathan Moos | 1 | -0/+1 |
2021-01-15 | vlib: fix counter_will_expand prediction | Miklos Tirpak | 1 | -6/+3 |
2021-01-11 | dpdk: allow configure individual VMBUS devices | Vladimir Ratnikov | 3 | -10/+33 |
2020-12-28 | vlib: add missing file template descriptions | Paul Vinciguerra | 1 | -1/+8 |
2020-12-18 | perfmon: new perfmon plugin | Damjan Marion | 3 | -2/+22 |
2020-12-18 | misc: deprecate old perfmon | Damjan Marion | 1 | -1/+0 |