Age | Commit message (Expand) | Author | Files | Lines |
2020-11-25 | vlib: add elog events for vlib log entries |  Dave Barach | 1 | -10/+10 |
2020-11-04 | vlib: add postmortem pcap dispatch trace |  Dave Barach | 1 | -10/+78 |
2020-10-06 | misc: add xxx_not_inline |  Dave Barach | 1 | -0/+12 |
2020-09-17 | vppinfra: allow handoff to main thread |  Damjan Marion | 1 | -18/+16 |
2020-09-09 | vlib: support interrupt re-arm from nodev21.01-rc0 |  Damjan Marion | 1 | -10/+21 |
2020-08-06 | misc: harmonize names |  Dave Barach | 1 | -6/+7 |
2020-07-16 | misc: add callback hooks and refactor pmc |  Tom Seidenberg | 1 | -65/+30 |
2020-07-01 | vlib: wake up workers if interrupts are posted |  Benoît Ganne | 1 | -1/+4 |
2020-06-16 | vlib: address sanitizer support for stack switch, enable clang |  Damjan Marion | 1 | -5/+18 |
2020-06-03 | vlib: improve node interrupt handling |  Damjan Marion | 1 | -38/+43 |
2020-04-27 | vlib: deprecate i2c and cj |  Dave Barach | 1 | -3/+0 |
2020-04-13 | buffers: configurable buffer fault injector |  Dave Barach | 1 | -0/+51 |
2020-02-18 | vlib: calculate per-worker loops/second metric |  Dave Barach | 1 | -0/+38 |
2020-02-10 | vppinfra: use vm memory allocator for numa mapping |  Florin Coras | 1 | -0/+1 |
2020-02-06 | vlib: add plugin override support |  Dave Barach | 1 | -2/+0 |
2019-10-25 | mdata: buffer metadata change tracker plugin |  Dave Barach | 1 | -8/+11 |
2019-10-18 | vlib: enable worker-thread dispatch pcap trace |  Dave Barach | 1 | -3/+7 |
2019-10-02 | vlib: improve summary vector-rate statistics |  Dave Barach | 1 | -3/+6 |
2019-09-23 | interface: use the correct condition for checking if the pcap fd is open |  Andrew Yourtchenko | 1 | -1/+1 |
2019-09-10 | misc: clean up "pcap [rx|tx] trace" debug CLI |  Dave Barach | 1 | -1/+1 |
2019-09-07 | vlib: clean up the "pcap dispatch trace" debug CLI |  Dave Barach | 1 | -138/+170 |
2019-08-20 | fix pcap_write function |  Jack Xu | 1 | -0/+2 |
2019-07-18 | vlib: convert frame_index into real pointers |  Andreas Schultz | 1 | -44/+37 |
2019-07-16 | api: enable binary API event logging in vat |  Dave Barach | 1 | -0/+25 |
2019-06-24 | vlib: packet tracer support for pkt thread handoffs |  Dave Barach | 1 | -3/+4 |
2019-06-04 | sort worker-thread init functions in advance |  Dave Barach | 1 | -0/+11 |
2019-05-24 | Add callback multiplex support |  Dave Barach | 1 | -6/+5 |
2019-05-01 | Add node, frame to vlib main loop perf analysis callback arguments |  Dave Barach | 1 | -5/+10 |
2019-03-21 | Ignore SIGTERM during the vpp boot sequence |  Dave Barach | 1 | -11/+11 |
2019-03-12 | Perf tune handoff queue polling |  Dave Barach | 1 | -2/+21 |
2019-03-10 | Perf tune get_frame_size_info |  Dave Barach | 1 | -1/+7 |
2019-02-27 | VPP-1576: fix Coverity issues |  Dave Barach | 1 | -27/+17 |
2019-02-22 | stats: add buffer gauges |  Filip Tehlar | 1 | -3/+3 |
2019-02-22 | Add no-append flag to vlib_frame_t |  Damjan Marion | 1 | -4/+6 |
2019-02-02 | CLI control of graph dispatch elogs |  Dave Barach | 1 | -124/+170 |
2019-01-31 | Add 'show vlib graphviz' command |  Benoît Ganne | 1 | -16/+3 |
2019-01-30 | buffers: major cleanup and improvements |  Damjan Marion | 1 | -6/+3 |
2019-01-28 | Less intrusive way to capture numa_node and cpu_id changes |  Damjan Marion | 1 | -6/+3 |
2019-01-27 | Fix issue with cpu_id and numa_code captured too early |  Damjan Marion | 1 | -0/+6 |
2019-01-27 | perfmon: collect data on selected thread(s) |  Dave Barach | 1 | -8/+0 |
2019-01-24 | perfmon plugin: 2-way parallel stat collection |  Dave Barach | 1 | -38/+48 |
2019-01-23 | buffers: wrap vlib_buffer_t to union and expose vector types |  Damjan Marion | 1 | -3/+2 |
2019-01-20 | buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytes |  Damjan Marion | 1 | -2/+1 |
2019-01-20 | buffers: keep buffer_main in vlib_main_t |  Damjan Marion | 1 | -1/+1 |
2019-01-19 | buffers: remove free-list information from buffer metadata |  Damjan Marion | 1 | -1/+0 |
2019-01-09 | Use the official libpcap file type |  Dave Barach | 1 | -1/+1 |
2018-11-30 | Metadata / opaque formatting belongs in vpp |  Dave Barach | 1 | -57/+90 |
2018-11-20 | Add buffer tracing to the dispatch tracer |  Dave Barach | 1 | -6/+79 |
2018-11-20 | vlib: reset frame flags when frame is reused |  Damjan Marion | 1 | -0/+1 |
2018-11-17 | pcap-based dispatch tracer |  Dave Barach | 1 | -1/+305 |