aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-16misc: add callback hooks and refactor pmcTom Seidenberg3-4/+319
2020-07-16vlib: fix asan compilation with gccBenoît Ganne1-0/+12
2020-07-16vppinfra: fix format_c_identifier vector overflowBenoît Ganne1-1/+1
2020-07-16vppinfra: enable STATIC_ASSERT with clangBenoît Ganne2-6/+3
2020-07-15vppinfra: more vector inlinesDamjan Marion3-0/+60
2020-07-01vlib: wake up workers if interrupts are postedBenoît Ganne1-1/+1
2020-06-30tcp: avoid rcv wnd more than RX fifo can enqueueRyujiro Shibuya1-0/+6
2020-06-25misc: add gdb macrosDave Barach1-2/+3
2020-06-23vppinfra: fix u32x4_gather definitionDamjan Marion1-1/+1
2020-06-23vlib: debug CLI macro expander, part deuxDave Barach2-4/+14
2020-06-19vlib: add recursive macro expander to debug cliDave Barach3-33/+92
2020-06-17docs: add more FEATURE.yaml documentationDave Barach1-0/+57
2020-05-27vppinfra: fix SIGBUS in bihash init when running unpriviledged, take twoDamjan Marion1-1/+1
2020-05-24vppinfra: fix SIGBUS in bihash init when running unpriviledgedDamjan Marion1-1/+1
2020-05-22vppinfra: remove includeDamjan Marion1-1/+0
2020-05-21vlib: enforce buffer alloc return value checkDamjan Marion1-0/+1