Age | Commit message (Expand) | Author | Files | Lines |
2022-01-24 | vppinfra: fix compilation on riscv | Damjan Marion | 1 | -8/+10 |
2022-01-16 | vppinfra: bitops cleanup | Damjan Marion | 8 | -142/+54 |
2022-01-11 | misc: fix the uninitialization error | Mohsin Kazmi | 1 | -1/+1 |
2022-01-09 | vppinfra: Check for NULL vec before the backwards iteration | Neale Ranns | 1 | -4/+6 |
2022-01-05 | vppinfra: few bitops inlines | Damjan Marion | 1 | -0/+26 |
2022-01-01 | vppinfra: fix bitmap can't get correct next clear index | jiangxiaoming | 1 | -2/+1 |
2021-12-22 | vppinfra: add format_u64_bitmap function | Damjan Marion | 2 | -0/+34 |
2021-12-22 | vppinfra: add bihash 12_4 template | Damjan Marion | 2 | -0/+85 |
2021-12-22 | vppinfra: fix map_lock issue | liuyacan | 1 | -2/+2 |
2021-12-17 | vppinfra: missing __clib_export | benker | 1 | -1/+1 |
2021-12-16 | vppinfra: clang doesn't know about attribute noclone | Damjan Marion | 1 | -0/+4 |
2021-12-16 | vppinfra: fix clib_fifo_elt_at_index | Florin Coras | 1 | -1/+1 |
2021-12-15 | vppinfra: toeplitz hash four in parallel | Damjan Marion | 6 | -76/+622 |
2021-12-14 | vppinfra: toeplitz hash | Damjan Marion | 5 | -0/+704 |
2021-12-14 | vppinfra: display cpu frequency in test_vector_funcs perf test | Damjan Marion | 2 | -8/+24 |
2021-12-14 | interface: Add interface monitor cli | Nathan Skrzypczak | 2 | -0/+21 |
2021-12-13 | vppinfra: multiple perf bundle support in test_vector_funcs | Damjan Marion | 2 | -10/+79 |
2021-12-06 | vppinfra: add 'filter' option to test_vector_funcs | Damjan Marion | 2 | -1/+9 |
2021-12-06 | vppinfra: sha2 tests | Damjan Marion | 4 | -3/+345 |
2021-12-02 | vppinfra: add perf testing to test_vector_func | Damjan Marion | 9 | -23/+386 |
2021-12-02 | vppinfra: vector shuffle cleanup | Damjan Marion | 5 | -36/+62 |
2021-12-02 | vppinfra: add SIMD masked bitwise ops | Damjan Marion | 1 | -0/+28 |
2021-11-30 | vppinfra: remove duplicate api function definition | Florin Coras | 2 | -13/+0 |
2021-11-25 | vppinfra: will_expand for pool_put and bitmap | Stanislav Zaikin | 2 | -0/+27 |
2021-11-23 | vppinfra: fallback to builtin memcpy if vector code is not enabled | Damjan Marion | 1 | -3/+2 |
2021-11-23 | vppinfra: update CPU list | Damjan Marion | 1 | -47/+52 |
2021-11-22 | vppinfra: annotate pool_dup() for asan | Benoît Ganne | 1 | -22/+24 |
2021-11-22 | vppinfra: fix the memory leak while doing clib_bihash_free | Han Wu | 1 | -0/+1 |
2021-11-15 | vppinfra: fix masks in AVX512 clib_count_equal_* | Dmitry Valter | 2 | -31/+40 |
2021-11-12 | hash: refactor crc32_5tuple | Damjan Marion | 2 | -40/+54 |
2021-11-10 | vppinfra: new vectorized ip checksum functions incl. csum_and_copy | Damjan Marion | 4 | -0/+473 |
2021-11-10 | vppinfra: deprecate test_mheap.c | Dave Barach | 1 | -286/+0 |
2021-11-10 | vppinfra: new memcpy for x86_64 | Damjan Marion | 10 | -938/+786 |
2021-11-08 | vppinfra: vectorized index to pointer function | Damjan Marion | 3 | -0/+314 |
2021-11-08 | vppinfra: clib_count_equal_* tests | Damjan Marion | 2 | -1/+101 |
2021-11-08 | vppinfra: AVX512 in clib_count_equal_* | Damjan Marion | 2 | -13/+98 |
2021-11-06 | vppinfra: move clib_count_equal_* code | Damjan Marion | 3 | -235/+241 |
2021-11-05 | vppinfra: remove dead code in elf.c | Damjan Marion | 1 | -2/+0 |
2021-11-05 | unittest: gcc-11 errors for clib_strcpy, clib_strstr, clib_strcat, and clib_s... | Steven Luong | 1 | -45/+0 |
2021-11-03 | vppinfra: strstr_s_inline checks string unterminated wrong | Steven Luong | 1 | -1/+1 |
2021-11-02 | vppinfra: initial RISC-V support | Damjan Marion | 4 | -1/+65 |
2021-11-02 | vppinfra: add CLIB_ASSUME() macro | Damjan Marion | 1 | -0/+7 |
2021-11-02 | vppinfra: fix calljmp test | Damjan Marion | 1 | -14/+12 |
2021-10-28 | vppinfra: A bitmap copy function | Neale Ranns | 1 | -0/+18 |
2021-10-27 | vppinfra: improve clib_array_mask_u32 | Damjan Marion | 1 | -33/+52 |
2021-10-27 | vppinfra: use bzhi in pow2_mask when available | Damjan Marion | 1 | -0/+3 |
2021-10-16 | perfmon: topdown lvl 2 support on sapphire rapids | Ray Kinsella | 1 | -0/+1 |
2021-10-13 | dpdk: fix vmbus device name parsing | Benoît Ganne | 2 | -3/+4 |
2021-10-13 | vppinfra: fix socket init netns coverity | Florin Coras | 1 | -0/+3 |
2021-10-13 | vppinfra: fix format_table coverity warning | Florin Coras | 1 | -1/+1 |