aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/clib.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-17vppinfra: SFENCE requires SSE2 to be enabledDamjan Marion1-1/+1
2023-04-17vppinfra: native poly1305 implementationDamjan Marion1-0/+38
2023-04-06vppinfra: refactor uword bitmapsDamjan Marion1-9/+9
2023-03-17vppinfra: add FOREACH_ARRAY_ELT macroDamjan Marion1-0/+2
2023-02-06vppinfra: refactor clib_socket_init, add linux netns supportDamjan Marion1-0/+6
2022-04-08vppinfra: introduce clib_perfmomDamjan Marion1-0/+3
2022-04-05vppinfra: refactor address sanitizerDamjan Marion1-0/+15
2022-03-31vppinfra: vectors with non-default heapDamjan Marion1-0/+1
2022-03-09vat: fix vat_suspend crashDamjan Marion1-0/+6
2022-01-16vppinfra: bitops cleanupDamjan Marion1-70/+1
2021-12-16vppinfra: clang doesn't know about attribute nocloneDamjan Marion1-0/+4
2021-12-15vppinfra: toeplitz hash four in parallelDamjan Marion1-0/+1
2021-11-02vppinfra: add CLIB_ASSUME() macroDamjan Marion1-0/+7
2021-10-27vppinfra: use bzhi in pow2_mask when availableDamjan Marion1-0/+3
2021-10-06vlib: doc nitfixesNathan Skrzypczak1-1/+1
2021-04-28vppinfra: don't fail if config.h is missing, fallback to defaults insteadDamjan Marion1-0/+3
2021-04-27vlib: improve enqueue_to_next buffer indices extractionDamjan Marion1-0/+1
2021-04-25vppinfra: add COMPILE_TIME_CONST() macroDamjan Marion1-0/+1
2021-04-25vppinfra: add clear_lowest_set_bit() function, use BMI2 if availableDamjan Marion1-0/+10
2020-12-01session: allow small pacer burstsFlorin Coras1-0/+8
2020-10-17vppinfra: explicitly export symbolsDamjan Marion1-0/+1
2020-07-16vppinfra: enable STATIC_ASSERT with clangBenoît Ganne1-2/+3
2020-06-30tcp: avoid rcv wnd more than RX fifo can enqueueRyujiro Shibuya1-0/+6
2020-05-21vlib: enforce buffer alloc return value checkDamjan Marion1-0/+1
2020-05-07rdma: fix alignment issueDamjan Marion1-0/+3
2020-04-23vppinfra: more bihash optimizatonsDamjan Marion1-0/+13
2020-03-16rdma: introduce direct verb for Cx4/5 txBenoît Ganne1-0/+8
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-0/+3
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-0/+1
2018-08-01Store USE_DLMALLOC in vppinfra/config.hDamjan Marion1-0/+2
2018-05-10vppinfra: use count_trailing_zeros in sparse_vec_indexDamjan Marion1-57/+6
2017-11-18Call a plugin init function by nameDave Barach1-0/+3
2017-11-13dpdk: introduce AVX512 variants of node functionsDamjan Marion1-0/+5
2017-03-22Add memif - packet memory interface for intra-host communicationDamjan Marion1-0/+6
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+359