aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra
AgeCommit message (Expand)AuthorFilesLines
2021-04-21buffers: vlib_get_buffers() with 512-bit SIMDDamjan Marion1-0/+1
2021-04-21vppinfra: more avx512 inlines (compress, expand, from, is_equal_mask)Damjan Marion2-30/+80
2021-04-20pmalloc: tolerate move_pages failure on numa node #0Klement Sekera1-1/+2
2021-04-19vppinfra: momve clib_sysfs_list_to_bitmap to sysfs.cDamjan Marion2-0/+29
2021-04-18vppinfra: remove outdated and unused unix format functionsDamjan Marion2-486/+0
2021-04-18vppinfra: remove linux/syscall.hDamjan Marion9-136/+51
2021-04-15vppinfra: move bitmap format functions to .c file, add format_bitmap_listDamjan Marion3-120/+172
2021-04-15vppinfra: correct intrinsic called by u16x16_from_u8x16Lijian.Zhang1-2/+2
2021-03-25tests: move vppinfra tests to src/vppinfra/testDave Wallace1-0/+40
2021-03-11vlib: refactor node function variantsDamjan Marion1-19/+22
2021-03-07dispatch-trace: move dispatch trace pcap code to pluginDamjan Marion1-39/+0
2021-03-04vppinfra: fix compiling error due to incompatible udphdr field namesJieqiang Wang1-6/+3
2021-02-26vppinfra: mem leak in show memory main-heapFlorin Coras1-1/+5
2021-02-19session vppinfra: asan fixesFlorin Coras1-4/+16
2021-02-16cjson: upgrade to new versionOle Troan1-14/+33
2021-02-15vppinfra: fix memcpy undefined behaviourBenoît Ganne6-80/+123
2021-02-11vppinfra: fix membulk coverity warningsFlorin Coras1-2/+2
2021-02-10vppinfra: fix bihash test-debug aarch64 sporadic failureDave Barach1-0/+3
2021-02-08virtio: add atomic call for kickingMohsin Kazmi1-0/+3
2021-02-04vppinfra: fix mem map mt issue due to snprintfFlorin Coras1-1/+1
2021-02-04vlib: "revert startup multi-arch variant configuration fix for interfaces"Damjan Marion1-20/+0
2021-02-01vppinfra: add defines for bihash add and deletePaul Atkins2-1/+4
2021-01-25vlib: startup multi-arch variant configuration fix for interfacesRadu Nicolau1-0/+20
2021-01-21avf: use write combining store for queues tail updateRadu Nicolau1-23/+32
2021-01-21interface: rx queue infra rework, part oneDamjan Marion3-0/+236
2021-01-21vppinfra: ensure _GNU_SOURCE is presentNathan Moos2-6/+13
2021-01-21vppinfra: add bihash with 32 byte keyMatthew Smith2-0/+108
2021-01-20vppinfra: add option to use libexecinfoNathan Moos1-1/+5
2021-01-15vlib: fix counter_will_expand predictionMiklos Tirpak1-0/+15
2020-12-23vppinfra: mem bulk testFlorin Coras1-1/+1
2020-12-23svm: remove fifo segment heapFlorin Coras1-0/+3
2020-12-22vppinfra: add bulk memory allocatorDamjan Marion3-0/+249
2020-12-18misc: deprecate old perfmonDamjan Marion2-47/+0
2020-12-16vppinfra: fix vec_max_lenFlorin Coras1-1/+2
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion3-9/+15
2020-12-14misc: move to new pool_foreach macrosDamjan Marion6-70/+70
2020-12-14vppinfra: simpler and faster pool_foreachDamjan Marion1-15/+31
2020-12-01session: allow small pacer burstsFlorin Coras1-0/+8
2020-11-25vlib: add elog events for vlib log entriesDave Barach2-6/+18
2020-11-25api: vat2 and json autogeneration for api messagesOle Troan3-0/+3395
2020-11-24buffers: add page-size configNathan Skrzypczak1-31/+18
2020-11-19svm: move chunk locks to linked listFlorin Coras1-0/+3
2020-11-16tests: move bihash tests to src/vppinfra/testDave Wallace1-0/+71
2020-11-10vpp: use vpp heap for libcBenoît Ganne1-5/+7
2020-11-05vppinfra: mspace_get_aligned should respect MALLOC_ALIGNMENTDamjan Marion1-22/+1
2020-11-05build: link time optimization for release buildsDamjan Marion1-0/+1
2020-10-26vppinfra: clib_mem_vm_{un}map thread safeDamjan Marion2-0/+25
2020-10-23vppinfra: add bihash_8/24_16 to headers listjiangxiaoming1-0/+2
2020-10-22vppinfra: missing __clib_export va_unformatJuraj Linkeš1-1/+1
2020-10-21vppinfra: missing __clib_exportNathan Skrzypczak1-1/+1