Age | Commit message (Expand) | Author | Files | Lines |
2023-07-28 | vlib: fix coverity issue in vlib_node_set_interrupt_pending | Damjan Marion | 1 | -2/+5 |
2023-07-25 | vlib: interrupt mode support for pre-input nodes | Damjan Marion | 1 | -4/+10 |
2023-04-10 | vlib:process node scheduling use timing_wheel have problem. | jinsh | 1 | -2/+5 |
2023-04-06 | vppinfra: refactor uword bitmaps | Damjan Marion | 1 | -24/+22 |
2023-04-02 | vlib: add vlib_frame_bitmap_{set,clear}_bit_at_index | Damjan Marion | 1 | -0/+16 |
2023-03-06 | vlib: fix ASAN fake stack size set error when switching to process | Xiaoming Jiang | 1 | -1/+2 |
2022-10-11 | vppinfra: fix AddressSanitizer | Benoît Ganne | 1 | -0/+1 |
2022-09-12 | vlib: add vlib_frame_bitmap_is_bit_set | Damjan Marion | 1 | -0/+8 |
2022-09-09 | vlib: don't leak node frames on refork | Dmitry Valter | 1 | -2/+1 |
2022-08-09 | vlib: vlib_validate_buffer_enqueue_with_aux_x1 | Mohammed Hawari | 1 | -0/+24 |
2022-06-29 | vlib: enqueue_to_next_with_aux implementation | Mohammed Hawari | 1 | -16/+87 |
2022-04-12 | vppinfra: vector perf improvements | Damjan Marion | 1 | -3/+2 |
2022-04-04 | vppinfra: make _vec_len() read-only | Damjan Marion | 1 | -2/+2 |
2022-03-30 | vppinfra: vector allocator rework | Damjan Marion | 1 | -5/+3 |
2022-03-23 | vppinfra: change vlib_register_node so it takes format string for node name | Damjan Marion | 1 | -1/+2 |
2022-03-23 | vlib: avoid use of vector of voids | Damjan Marion | 1 | -2/+2 |
2022-03-15 | vlib: add vlib_frame_bitmap_and | Damjan Marion | 1 | -0/+8 |
2022-02-10 | vlib: vlib frame bitmaps | Damjan Marion | 1 | -0/+85 |
2021-12-24 | vlib: introduce vlib frame aux data | Damjan Marion | 1 | -12/+15 |
2021-08-31 | vlib: fixed the issue of vpp crash caused by interface up/down | fangtong | 1 | -1/+1 |
2021-03-23 | vlib: add node adaptive mode flag | Florin Coras | 1 | -0/+21 |
2021-03-22 | vlib: graphviz upgrade to allow filters | Arthur de Kerhor | 1 | -0/+6 |
2021-03-11 | vlib: refactor node function variants | Damjan Marion | 1 | -0/+10 |
2021-01-21 | interface: rx queue infra rework, part one | Damjan Marion | 1 | -24/+7 |
2020-12-18 | perfmon: new perfmon plugin | Damjan Marion | 1 | -0/+9 |
2020-09-11 | avf: add assert to ensure that adminq is used only from avf process | Damjan Marion | 1 | -0/+7 |
2020-07-16 | misc: add callback hooks and refactor pmc | Tom Seidenberg | 1 | -0/+4 |
2020-07-01 | vlib: wake up workers if interrupts are posted | Benoît Ganne | 1 | -0/+1 |
2020-06-16 | vlib: address sanitizer support for stack switch, enable clang | Damjan Marion | 1 | -6/+53 |
2020-06-03 | vlib: improve node interrupt handling | Damjan Marion | 1 | -4/+26 |
2019-07-18 | vlib: convert frame_index into real pointers | Andreas Schultz | 1 | -32/+2 |
2019-05-29 | Break out the broom for some cleanup work | Dave Barach | 1 | -0/+10 |
2019-02-22 | Add no-append flag to vlib_frame_t | Damjan Marion | 1 | -0/+6 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -1/+2 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) | Damjan Marion | 1 | -4/+1 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -1/+1 |
2018-09-14 | vlib: introduce user flags in vlib_frame_t | Damjan Marion | 1 | -1/+1 |
2018-08-03 | vlib: avoid double process dispatch | Florin Coras | 1 | -1/+9 |
2018-07-18 | Add config option to use dlmalloc instead of mheap | Dave Barach | 1 | -2/+2 |
2018-06-13 | Stat segment / client: show run" works now | Dave Barach | 1 | -2/+4 |
2018-02-05 | Fix ip4/6_reass_main.ip4/6_reass_expire_node_idx used before set | Dave Barach | 1 | -0/+2 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 1 | -0/+6 |
2017-09-26 | Add thread-safe event signaller, use RPC where required | Dave Barach | 1 | -0/+23 |
2017-09-20 | Fix DHCP client so it works for worker threads | John Lo | 1 | -0/+3 |
2017-08-25 | TCP horizontal scaling | Dave Barach | 1 | -9/+6 |
2017-08-02 | Fix tcp tx buffer allocation | Florin Coras | 1 | -7/+9 |
2017-06-30 | VPP debug image with worker threads hit assert on adding IP route with traffi... | Neale Ranns | 1 | -0/+3 |
2017-06-28 | switch vlib process model to tw_timer_template timer impl | Dave Barach | 1 | -13/+15 |
2017-04-10 | Common device-input interrupt infra | Damjan Marion | 1 | -0/+14 |
2017-04-06 | Use thread local storage for thread index | Damjan Marion | 1 | -4/+4 |