aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra
AgeCommit message (Expand)AuthorFilesLines
2021-04-27perfmon: top down level 1 supportmdr781-0/+1
2021-04-26vppinfra: clib_memcpy_u32() utilizing SIMD mask loads/storesDamjan Marion3-0/+158
2021-04-25vppinfra: add COMPILE_TIME_CONST() macroDamjan Marion2-1/+2
2021-04-25vppinfra: AVX512 mask load/stores and compress storeDamjan Marion3-37/+55
2021-04-25vppinfra: add clear_lowest_set_bit() function, use BMI2 if availableDamjan Marion1-0/+10
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