Age | Commit message (Expand) | Author | Files | Lines |
2021-10-05 | build: don't hardcode triplet, allow specifying custom lib dir |  Damjan Marion | 1 | -1/+1 |
2021-10-04 | vppinfra: fix potential memory access error in _pool_init_fixed |  Jieqiang Wang | 1 | -1/+1 |
2021-09-28 | api: API trace improvements |  Filip Tehlar | 5 | -37/+694 |
2021-09-23 | classify: use AVX-512 to calculate hash on x86 |  Damjan Marion | 2 | -0/+6 |
2021-09-22 | vppinfra: make default hugepage size configurable |  Damjan Marion | 2 | -37/+19 |
2021-09-20 | vppinfra: format table improvements |  Nathan Skrzypczak | 2 | -10/+32 |
2021-09-17 | build: use GNUInstallDirs install destinations |  Nick Brown | 1 | -1/+1 |
2021-09-17 | vppinfra: move format_table from perfmon |  Nathan Skrzypczak | 3 | -0/+374 |
2021-08-27 | vppinfra: add compress functions for u64, u16 and u8 |  Mohsin Kazmi | 3 | -4/+352 |
2021-08-20 | vppinfra: fix clib_random_buffer_get_data caching |  Benoît Ganne | 1 | -2/+2 |
2021-08-10 | vppinfra: Fix bihash del warning |  Nathan Skrzypczak | 2 | -0/+7 |
2021-08-04 | vppinfra: fix the array mask function |  Mohsin Kazmi | 2 | -2/+20 |
2021-07-27 | vppinfra: introduce CLIB_CACHE_PREFETCH_BYTES |  Damjan Marion | 1 | -31/+29 |
2021-07-27 | vppinfra: fix sock init netns |  Nathan Skrzypczak | 1 | -1/+5 |
2021-07-22 | vppinfra: add abstract socket & netns fns |  Nathan Skrzypczak | 5 | -3/+140 |
2021-07-16 | vppinfra: remove pool_foreach_old, pool_foreach_index_old, clib_bitmap_foreac... |  Damjan Marion | 2 | -28/+0 |
2021-07-16 | vppinfra: add array mask func |  Mohsin Kazmi | 3 | -0/+185 |
2021-07-15 | vppinfra: fix the vector funcs test for march variants |  Mohsin Kazmi | 1 | -1/+12 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 1 | -16/+19 |
2021-07-14 | vppinfra: remove old and unused vector macros and inlines |  Damjan Marion | 3 | -257/+0 |
2021-07-13 | vppinfra: fix saturate add/sub NEON wrappers |  Lijian.Zhang | 1 | -40/+60 |
2021-07-13 | vppinfra: put each vector function into own file |  Damjan Marion | 7 | -79/+90 |
2021-07-13 | vppinfra: fix SIGSEGV in clib_mem_vm_unmap |  chenqijun | 1 | -4/+6 |
2021-06-21 | vppinfra: asan: fix overflow support |  Benoît Ganne | 3 | -14/+89 |
2021-06-08 | vppinfra: pool_free_elts() now supports fixed-size pools |  Dave Barach | 1 | -29/+36 |
2021-05-26 | vppinfra: explicit blocking mode for sock connects |  Florin Coras | 2 | -2/+4 |
2021-05-26 | api: socket client connect set to blocking |  Florin Coras | 1 | -0/+8 |
2021-05-19 | vppinfra: add more llist macros |  Florin Coras | 1 | -0/+38 |
2021-05-13 | tests: move test source to vpp/test |  Dave Wallace | 2 | -114/+0 |
2021-05-11 | vppinfra: Add missing %o |  Nathan Skrzypczak | 1 | -0/+4 |
2021-05-07 | vppinfra: add universal array mask_compare and compress funcs |  Damjan Marion | 8 | -17/+467 |
2021-05-06 | vppinfra: fix tests |  Damjan Marion | 17 | -87/+78 |
2021-05-06 | stats: memory heap counters |  Ole Troan | 1 | -7/+10 |
2021-05-05 | vppinfra: enfoce function pointer cast in CLIB_MARCH_FN_POINTER |  Damjan Marion | 1 | -2/+2 |
2021-05-05 | vppinfra: fix x86 packs / packus wrappers |  Damjan Marion | 4 | -94/+52 |
2021-04-30 | misc: experimental configure script |  Damjan Marion | 1 | -2/+2 |
2021-04-30 | build: switch release build to -O3 |  Damjan Marion | 1 | -18/+11 |
2021-04-28 | vppinfra: AArch64 NEON implementation of clib_compare_u16_x64() |  Damjan Marion | 1 | -1/+20 |
2021-04-28 | vppinfra: don't fail if config.h is missing, fallback to defaults instead |  Damjan Marion | 2 | -0/+7 |
2021-04-27 | misc: fix dead stores |  Damjan Marion | 1 | -4/+1 |
2021-04-27 | vlib: improve enqueue_to_next buffer indices extraction |  Damjan Marion | 6 | -330/+72 |
2021-04-27 | vppinfra: silence coverity warnings related to clib_memcpy_u32() |  Damjan Marion | 1 | -0/+10 |
2021-04-27 | vppinfra: Fix a bug related to path_search |  Ryo Nishikawa | 1 | -1/+1 |
2021-04-27 | perfmon: top down level 1 support |  mdr78 | 1 | -0/+1 |
2021-04-26 | vppinfra: clib_memcpy_u32() utilizing SIMD mask loads/stores |  Damjan Marion | 3 | -0/+158 |
2021-04-25 | vppinfra: add COMPILE_TIME_CONST() macro |  Damjan Marion | 2 | -1/+2 |
2021-04-25 | vppinfra: AVX512 mask load/stores and compress store |  Damjan Marion | 3 | -37/+55 |
2021-04-25 | vppinfra: add clear_lowest_set_bit() function, use BMI2 if available |  Damjan Marion | 1 | -0/+10 |
2021-04-21 | buffers: vlib_get_buffers() with 512-bit SIMD |  Damjan Marion | 1 | -0/+1 |
2021-04-21 | vppinfra: more avx512 inlines (compress, expand, from, is_equal_mask) |  Damjan Marion | 2 | -30/+80 |