aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib
AgeCommit message (Expand)AuthorFilesLines
2021-02-18vlib: add a "vpplog" debug CLIDave Barach2-0/+25
2021-02-11tests: tag the tests that do not work with multi-worker configurationAndrew Yourtchenko1-0/+2
2021-02-08vlib: ASSERT vm == vlib_get_main()Dave Barach1-0/+5
2021-02-08ping: fix aborting on keypressIvan Shvedunov2-7/+8
2021-02-04vlib: "revert startup multi-arch variant configuration fix for interfaces"Damjan Marion1-18/+4
2021-02-04vlib: increase the stats epoch only when necessaryMiklos Tirpak2-16/+72
2021-01-29vlib: acquire barrier before exit callKommula Shiva Shankar1-0/+2
2021-01-25vlib: add show trace limit warning at the end of output tooBenoît Ganne1-2/+4
2021-01-25vlib: startup multi-arch variant configuration fix for interfacesRadu Nicolau1-4/+18
2021-01-22interface: let drivers control polling when downMohammed Hawari1-0/+2
2021-01-21interface: rx queue infra rework, part oneDamjan Marion6-95/+36
2021-01-20vlib: fix build with muslNathan Moos1-0/+1
2021-01-15vlib: fix counter_will_expand predictionMiklos Tirpak1-6/+3
2021-01-11dpdk: allow configure individual VMBUS devicesVladimir Ratnikov3-10/+33
2020-12-28vlib: add missing file template descriptionsPaul Vinciguerra1-1/+8
2020-12-18perfmon: new perfmon pluginDamjan Marion3-2/+22
2020-12-18misc: deprecate old perfmonDamjan Marion1-1/+0
2020-12-15classify: add pcap/trace classfier mgmt API callsJon Loeliger4-10/+11
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion6-20/+20
2020-12-14misc: move to new pool_foreach macrosDamjan Marion4-15/+15
2020-12-06vlib: vlib_log for "linux device up" warningsDave Barach1-3/+4
2020-11-26vlib: fix vlib log elog vector overrunBenoît Ganne1-1/+1
2020-11-26vlib: clean up event-logger CLIDave Barach1-12/+12
2020-11-25vlib: add elog events for vlib log entriesDave Barach5-10/+51
2020-11-25pci: add PCIe Gen4 link speedDamjan Marion1-2/+4
2020-11-24buffers: add page-size configNathan Skrzypczak2-41/+64
2020-11-23vlib: Fix sh int addrNathan Skrzypczak1-0/+5
2020-11-23vlib: add format_vlib_thread_nameDamjan Marion2-0/+27
2020-11-16tests: move cli tests to src/vlib/testDave Wallace1-0/+89
2020-11-16tests: move buffer tests to src/vlib/testDave Wallace1-0/+29
2020-11-13vlib: macro definition erroryult1-6/+6
2020-11-13vlib: vlib_buffer_t should be always 128 bytes, not 2 cachelinesDamjan Marion1-4/+8
2020-11-10ip6-nd: fix memory leaksDave Barach1-0/+1
2020-11-09vlib: support macros in initial config fileDave Barach1-15/+59
2020-11-09vlib: fix trace number accountingBenoît Ganne2-10/+20
2020-11-04vlib: add postmortem pcap dispatch traceDave Barach5-14/+92
2020-10-26vlib: add VLIB_REGISTER_LOG_CLASS macroDamjan Marion2-38/+84
2020-10-23vlib: log: fix non-null terminated stringsjiangxiaoming1-0/+1
2020-10-22pci: set PCI memory enable before mapping PCI BARMohammed Hawari1-0/+12
2020-10-21vlib: per-class logging configuration in startup.confDamjan Marion2-3/+97
2020-10-21vlib: print logs to stderr if interactive or nosyslog setDamjan Marion5-51/+115
2020-10-20stats: crash when adding/deleting interfacesOle Troan1-4/+3
2020-10-19misc: don't export symbols from pluginsDamjan Marion1-1/+1
2020-10-15vlib: add cgo-friendly plugin registration supportDave Barach2-9/+128
2020-10-14vlib: avoid clipping in show errorFlorin Coras1-4/+4
2020-10-13stats: counters data modelOle Troan5-27/+76
2020-10-09vlib: save signal handler data to global vblsDave Barach1-4/+4
2020-10-08pci: add vlib_pci_get_msix_file_indexDamjan Marion2-0/+13
2020-10-06vppinfra: add heap header in front of dlmalloc spaceDamjan Marion2-12/+1
2020-10-06misc: add xxx_not_inlineDave Barach4-1/+21