aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-21vlib: print logs to stderr if interactive or nosyslog setDamjan Marion1-1/+3
2020-10-21ipsec: Add to the SA info directly in the bihashNeale Ranns2-0/+211
2020-10-21vppinfra: fix ASAN annotationBenoît Ganne1-0/+1
2020-10-20vppinfra: export elog_read_file_not_inline()Dave Barach1-1/+1
2020-10-19vppinfra: minor refactor in lock.hDave Barach1-2/+4
2020-10-18vppinfra: add export symbolsDave Barach2-3/+3
2020-10-17vppinfra: export elog_get_events()Dave Barach1-1/+1
2020-10-17vppinfra: explicitly export symbolsDamjan Marion40-225/+229
2020-10-08vppinfra: memory leak be goneDave Barach1-1/+1
2020-10-08vppinfra: fix coverity warningsDave Barach2-5/+5
2020-10-06vppinfra: add heap header in front of dlmalloc spaceDamjan Marion7-188/+220
2020-10-06misc: add xxx_not_inlineDave Barach1-2/+2
2020-10-05vppinfra: address sanitizer: do not instrument dlmalloc internalsBenoît Ganne1-0/+1
2020-10-02vppinfra: use clib_mem_create_heap() to create numa heap(s)Damjan Marion3-216/+0
2020-10-02vppinfra: Function to check if a bihash has been initialisedNeale Ranns2-0/+7
2020-10-02vppinfra: fix legacy huge pages creation for default sizeBenoît Ganne1-1/+14
2020-10-01svm: simplify memfd client segment mappingFlorin Coras2-59/+0
2020-09-30vpp: update 'show bihash' commandDamjan Marion2-14/+18
2020-09-30vppinfra: use heap to store bihash dataDamjan Marion7-25/+196
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion6-87/+50
2020-09-25vppinfra: dont complain about linux-vdso.so.1Dave Barach1-1/+7
2020-09-25vppinfra session: file platform independent private dataFlorin Coras1-1/+1