aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-25vppinfra: add clib_mem_set_numa_affinity()Damjan Marion2-8/+60
2020-09-18virtio: fix txq lockingBenoît Ganne1-0/+17
2020-09-17stats: configurable page sizeDamjan Marion4-78/+140
2020-09-17vlib: show FD in 'show memory map'Damjan Marion2-0/+4
2020-09-17vppinfra: support main heap with different page sizesDamjan Marion6-77/+450
2020-09-17vppinfra: detect memory attributes on clib_mem_initDamjan Marion3-4/+82
2020-09-16vppinfra: introduce clib_mem_mainDamjan Marion4-18/+53
2020-09-14vppinfra: add clib_log2_page_sz and format/unformat functionsDamjan Marion5-22/+98
2020-09-04ip: enhance vtep4_check of tunnel by vector wayZhiyong Yang1-0/+6
2020-09-01vppinfra: Fix bihash coverity warningNathan Skrzypczak1-2/+2
2020-08-31vppinfra: convert A_extend_to_B to B_from_A format of vector inlinesDamjan Marion3-6/+6
2020-08-28vppinfra: add clib_mem_destroy_mspace(void *ms)Dave Barach2-0/+19
2020-08-27vppinfra: Multiarch support for OCTEONTX2 SoCNitin Saxena1-4/+16
2020-08-26vppinfra: elog multi-track g2 test patternDave Barach1-0/+64
2020-08-21vppinfra: add format_one_elog_eventDave Barach2-0/+10
2020-08-19vppinfra: minor tweaks for cgo interoperationDave Barach5-13/+67
2020-08-17vppinfra: fix RC in bihash instantiationNathan Skrzypczak2-5/+5
2020-08-06vppinfra: harmonize function namesDave Barach3-16/+16
2020-08-06misc: harmonize namesDave Barach1-5/+5
2020-08-03vppinfra: fix clib_count_equal_u8/16/32/64 overflowBenoît Ganne1-47/+30
2020-07-23vppinfra: add *_zero() vector inlinesDamjan Marion1-0/+9