aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra
AgeCommit message (Expand)AuthorFilesLines
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion26-81/+84
2022-04-04vppinfra: fix alloc and alignment in fifoDamjan Marion2-45/+56
2022-03-31vppinfra: vectors with non-default heapDamjan Marion7-75/+213
2022-03-30vppinfra: vector allocator reworkDamjan Marion20-932/+866
2022-03-28vppinfra: avoid mem overflow in hash_memory()Damjan Marion3-209/+29
2022-03-25vppinfra: add vec128_t, vec256_t and vec512_t typesDamjan Marion1-19/+41
2022-03-23vppinfra: deprecate clib_mem_is_vecDamjan Marion2-14/+0
2022-03-23vppinfra: fix bihash key comparison for 512-bits vectorsBenoƮt Ganne5-11/+10
2022-03-23ip: Add unformat for flow_hash_configNathan Skrzypczak2-16/+16
2022-03-23vppinfra: deprecate vppinfra/graph.[ch]Damjan Marion3-311/+0
2022-03-21vppinfra: add new bihash exportsNathan Skrzypczak3-69/+185
2022-03-18vppinfra: deprecate vec numa macrosDamjan Marion5-220/+101
2022-03-18vppinfra: refactor *_will_expand() functionsDamjan Marion4-90/+44
2022-03-18vppinfra: deprecate vec_free_h()Damjan Marion7-18/+10
2022-03-18vppinfra: use stored vec header size to find headerDamjan Marion10-80/+55
2022-03-18vppinfra: fixed pool from heapDamjan Marion2-89/+18
2022-03-17vppinfra: vec_max_len, vec_mem_size use stored header sizeDamjan Marion4-33/+40
2022-03-17vppinfra: store vector header size and alignment into headerDamjan Marion3-10/+24
2022-03-17vppinfra: move hash bitmap out of vec headerDamjan Marion2-8/+11
2022-03-14vppinfra: fix vec capacityFlorin Coras4-20/+31
2022-03-14vppinfra: don't account vec_header_t size twice in the pool headerDamjan Marion2-4/+5
2022-03-09vppinfra: fix pool_free_eltsFlorin Coras1-19/+18
2022-03-09vat: fix vat_suspend crashDamjan Marion1-0/+6
2022-02-10vppinfra: small optimization in clib_memset_u64Damjan Marion1-0/+8
2022-02-10vppinfra: clib_memcpy_may_overrunDamjan Marion1-0/+43
2022-02-10vppinfra:remove uXxY_is_greaterDamjan Marion4-24/+6
2022-01-30cnat: maglev fixes & improvementsNathan Skrzypczak2-0/+47
2022-01-27vppinfra: sparse_vec_free free should free the sparse_vec_header not the embe...Neale Ranns1-1/+10
2022-01-27perfmon: prune bundles by available pmu countersRay Kinsella1-0/+18
2022-01-25vppinfra: add support for mask_compare for u64Mohsin Kazmi2-0/+103
2022-01-24vppinfra: fix compilation on riscvDamjan Marion1-8/+10
2022-01-16vppinfra: bitops cleanupDamjan Marion8-142/+54
2022-01-11misc: fix the uninitialization errorMohsin Kazmi1-1/+1
2022-01-09vppinfra: Check for NULL vec before the backwards iterationNeale Ranns1-4/+6
2022-01-05vppinfra: few bitops inlinesDamjan Marion1-0/+26
2022-01-01vppinfra: fix bitmap can't get correct next clear indexjiangxiaoming1-2/+1
2021-12-22vppinfra: add format_u64_bitmap functionDamjan Marion2-0/+34
2021-12-22vppinfra: add bihash 12_4 templateDamjan Marion2-0/+85
2021-12-22vppinfra: fix map_lock issueliuyacan1-2/+2
2021-12-17vppinfra: missing __clib_exportbenker1-1/+1
2021-12-16vppinfra: clang doesn't know about attribute nocloneDamjan Marion1-0/+4
2021-12-16vppinfra: fix clib_fifo_elt_at_indexFlorin Coras1-1/+1
2021-12-15vppinfra: toeplitz hash four in parallelDamjan Marion6-76/+622
2021-12-14vppinfra: toeplitz hashDamjan Marion5-0/+704
2021-12-14vppinfra: display cpu frequency in test_vector_funcs perf testDamjan Marion2-8/+24
2021-12-14interface: Add interface monitor cliNathan Skrzypczak2-0/+21
2021-12-13vppinfra: multiple perf bundle support in test_vector_funcsDamjan Marion2-10/+79
2021-12-06vppinfra: add 'filter' option to test_vector_funcsDamjan Marion2-1/+9
2021-12-06vppinfra: sha2 testsDamjan Marion4-3/+345
2021-12-02vppinfra: add perf testing to test_vector_funcDamjan Marion9-23/+386