aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra
AgeCommit message (Expand)AuthorFilesLines
2018-02-14vppinfra: Remove empty fileMohsin Kazmi1-0/+0
2018-02-09GBP pluginNeale Ranns1-0/+0
2018-02-08add CLIB_HAVE_VEC128 with NEON intrinsics (VPP-1127)Gabriel Ganne2-8/+64
2018-02-08Minimize bihash memory consumptionDave Barach3-118/+207
2018-02-06vlib: epoll on worker threadsDamjan Marion1-0/+25
2018-02-06Provide page-aligned length to ftruncate.Igor Mikhailov (imichail)1-1/+1
2018-02-05session: segment manager refactorFlorin Coras1-2/+19
2018-02-01Add flowhash hash table to vppinfraPierre Pfister4-0/+998
2018-01-30Compile valloc.c, install header file, etc.Dave Barach1-1/+1
2018-01-30Arm system counter cleanupBrian Brooks2-18/+19
2018-01-27First-fit virtual space allocatorDave Barach3-0/+700
2018-01-25vppinfra: add readers-writer lockFlorin Coras1-14/+98
2018-01-25session: add support for memfd segmentsFlorin Coras2-2/+3
2018-01-24Adding a format function for bihash init routine to format the key, value, wh...Vijayabhaskar Katamreddy2-3/+28
2018-01-19Sub-Interface deletion not cleanup hash's properly (VPP-1136)John Lo1-4/+6
2018-01-17ssvm: reuse clib mem infra for memfd segmentsFlorin Coras2-8/+64
2018-01-09physmem: fix physmem allocation on kernels without NUMA supportDamjan Marion1-4/+4
2018-01-09api: refactor vlibmemoryFlorin Coras1-0/+1
2018-01-06aarch64 - show cpu microarchitectureGabriel Ganne1-0/+50
2018-01-05sock api: add infra for bootstrapping shm clientsFlorin Coras1-0/+7
2018-01-05Unify and cleanup usage of hash_set/unset_mem by various tunnelsJohn Lo1-0/+21
2017-12-16Use crc32 wrapper (VPP-1086)Gabriel Ganne2-2/+7
2017-12-15implement clib_smp_pause() for arm and aarch64 platformKevin Wang2-1/+4
2017-12-14vppinfra: add AVX512 variant of clib_memcpyDamjan Marion4-129/+357
2017-12-14VPP-1032: clean up coverity warnings.Dave Barach2-5/+12
2017-12-13VPP-1032: fix coverity warningsDave Barach1-1/+2
2017-12-12Add chi-squared test statistic calculator to random.cDave Barach3-1/+108
2017-12-08vppinfra: fix issues depending on compilerSergio Gonzalez Monroy1-34/+34
2017-12-06UT: Repaired broken C unit tests (--enable-tests)Ole Troan2-2/+2
2017-12-06Remove unused, uninteresting codeDave Barach4-1124/+0
2017-12-06make clib_maplog_update_header(...) globally accessibleDave Barach3-22/+56
2017-12-05fill "show cpu" Flag list on aarch64 platforms (VPP-1065)Gabriel Ganne2-6/+84
2017-12-05remove smp dead code (VPP-1066)Gabriel Ganne3-729/+0
2017-12-02maplog headers, offline processing, doxygen tagsDave Barach3-30/+384
2017-12-01Coverity warning be goneDave Barach1-1/+1
2017-11-30mmap-based fixed-size record double-buffered loggerDave Barach3-0/+357
2017-11-22use intel intrinsics in clib_memcpy64_x4Damjan Marion1-47/+54
2017-11-21use REV on aarch64 for endianness swapping (VPP-1067)Gabriel Ganne1-0/+19
2017-11-18Call a plugin init function by nameDave Barach1-0/+3
2017-11-15armv8 crc32 - fix macro nameGabriel Ganne1-1/+1
2017-11-14vppinfra: fix pool_get_aligned_will_expand for fixed poolsFlorin Coras1-3/+4
2017-11-13dpdk: introduce AVX512 variants of node functionsDamjan Marion3-0/+77
2017-11-11Update CPU listDamjan Marion1-17/+35
2017-11-10add warning control macro setGabriel Ganne1-0/+103
2017-11-10vppinfra: add 512-bit vector definitions and typesDamjan Marion1-0/+25
2017-11-09lock initJingLiuZTE1-0/+1
2017-11-03silence clib_mem_unaligned() invalid read found by address-sanitizerGabriel Ganne1-19/+28
2017-11-03vppinfra: make _vec_resize_will_expand read-onlyFlorin Coras1-7/+3
2017-11-01fix clib_mem_unaligned() invalid readGabriel Ganne1-17/+18
2017-10-30Add the bihash_vec8_8 variantDave Barach2-0/+425