Age | Commit message (Expand) | Author | Files | Lines |
2023-03-30 | vlib: fix segfault on panic in worker |  Mikhail Sokolovskiy | 1 | -1/+7 |
2022-10-11 | vppinfra: fix AddressSanitizer |  Benoît Ganne | 1 | -0/+1 |
2022-06-01 | vlib: add VLIB_NUM_WORKERS_CHANGE_FN() handler |  Damjan Marion | 1 | -0/+1 |
2022-04-04 | vlib: remove unused fields |  Damjan Marion | 1 | -9/+0 |
2022-04-04 | vlib: improve exec path search |  Damjan Marion | 1 | -1/+6 |
2022-03-17 | vlib: fix vlib_mains vector alignment |  Florin Coras | 1 | -1/+1 |
2021-09-14 | vlib: add graceful termination with status |  Pierre Pfister | 1 | -0/+4 |
2021-03-26 | vlib: split vlib_main_t into global and per-thread |  Damjan Marion | 1 | -34/+61 |
2021-03-22 | vlib: graphviz upgrade to allow filters |  Arthur de Kerhor | 1 | -1/+0 |
2021-03-07 | dispatch-trace: move dispatch trace pcap code to plugin |  Damjan Marion | 1 | -25/+3 |
2021-03-05 | interface: move vnet_pcap_t to vnet |  Damjan Marion | 1 | -18/+0 |
2020-12-18 | perfmon: new perfmon plugin |  Damjan Marion | 1 | -0/+3 |
2020-12-18 | misc: deprecate old perfmon |  Damjan Marion | 1 | -1/+0 |
2020-12-15 | classify: add pcap/trace classfier mgmt API calls |  Jon Loeliger | 1 | -2/+1 |
2020-11-25 | vlib: add elog events for vlib log entries |  Dave Barach | 1 | -0/+1 |
2020-11-04 | vlib: add postmortem pcap dispatch trace |  Dave Barach | 1 | -0/+2 |
2020-10-06 | misc: add xxx_not_inline |  Dave Barach | 1 | -0/+2 |
2020-09-02 | fib: IPv6 lookup data structure MP safe when prefixes change |  Neale Ranns | 1 | -1/+1 |
2020-07-16 | misc: add callback hooks and refactor pmc |  Tom Seidenberg | 1 | -10/+69 |
2020-06-16 | vlib: address sanitizer support for stack switch, enable clang |  Damjan Marion | 1 | -0/+4 |
2020-04-28 | vlib: add ASSERT to vlib_time_now(...) |  Dave Barach | 1 | -0/+7 |
2020-04-13 | buffers: configurable buffer fault injector |  Dave Barach | 1 | -0/+4 |
2020-02-18 | vlib: calculate per-worker loops/second metric |  Dave Barach | 1 | -0/+8 |
2019-12-05 | classify: vpp packet tracer support |  Dave Barach | 1 | -0/+10 |
2019-10-02 | vlib: improve summary vector-rate statistics |  Dave Barach | 1 | -58/+32 |
2019-09-23 | misc: unify pcap rx / tx / drop trace |  Dave Barach | 1 | -2/+9 |
2019-09-20 | misc: classifier-based packet trace filter |  Dave Barach | 1 | -0/+1 |
2019-09-07 | vlib: clean up the "pcap dispatch trace" debug CLI |  Dave Barach | 1 | -0/+13 |
2019-08-01 | interface: fix pcap tx/rx trace cli handling |  John Lo | 1 | -6/+0 |
2019-05-24 | Add callback multiplex support |  Dave Barach | 1 | -6/+12 |
2019-05-01 | Add node, frame to vlib main loop perf analysis callback arguments |  Dave Barach | 1 | -1/+3 |
2019-03-12 | Perf tune handoff queue polling |  Dave Barach | 1 | -0/+3 |
2019-02-26 | Move pcap rx/tx trace code out of the dpdk plugin |  Dave Barach | 1 | -0/+16 |
2019-02-20 | calculate per-thread time offset |  Dave Barach | 1 | -1/+4 |
2019-02-02 | CLI control of graph dispatch elogs |  Dave Barach | 1 | -0/+3 |
2019-01-30 | buffers: major cleanup and improvements |  Damjan Marion | 1 | -3/+0 |
2019-01-27 | Fix issue with cpu_id and numa_code captured too early |  Damjan Marion | 1 | -1/+1 |
2019-01-24 | perfmon plugin: 2-way parallel stat collection |  Dave Barach | 1 | -3/+2 |
2019-01-20 | buffers: keep buffer_main in vlib_main_t |  Damjan Marion | 1 | -0/+3 |
2019-01-20 | Store numa-noda and cpu-index in vlib_main_t |  Damjan Marion | 1 | -1/+3 |
2018-11-30 | Metadata / opaque formatting belongs in vpp |  Dave Barach | 1 | -0/+1 |
2018-11-20 | Add buffer tracing to the dispatch tracer |  Dave Barach | 1 | -0/+3 |
2018-11-17 | pcap-based dispatch tracer |  Dave Barach | 1 | -0/+5 |
2018-11-01 | Move RPC calls off the binary API input queue |  Dave Barach | 1 | -1/+3 |
2018-10-25 | Revert "Keep RPC traffic off the shared-memory API queue" |  Florin Coras | 1 | -1/+0 |
2018-10-24 | Keep RPC traffic off the shared-memory API queue |  Dave Barach | 1 | -0/+1 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) |  Damjan Marion | 1 | -17/+2 |
2018-10-22 | X86_64 perf counter plugin |  Dave Barach | 1 | -0/+9 |
2018-10-01 | API / CLI event-log tracing |  Dave Barach | 1 | -4/+4 |
2018-09-03 | Deprecate old buffer replication scheme |  Damjan Marion | 1 | -3/+0 |