aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/classify/vnet_classify.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-07classify: increase metadata from 16- to 32-bitsBenoît Ganne1-7/+9
2022-06-29classify: use 32 bits hashBenoît Ganne1-10/+11
2022-06-10ip: improve ip ACL tracesBenoît Ganne1-0/+1
2022-03-23classify: fix typo in AVX-512 find entryBenoît Ganne1-1/+1
2021-11-02classify: fix build on systems without crc32f and vector unitDamjan Marion1-2/+6
2021-09-23classify: use AVX-512 to find entryDamjan Marion1-3/+41
2021-09-23classify: use AVX-512 to calculate hash on x86Damjan Marion1-1/+28
2021-09-22classify: improve vnet_classify_hashDamjan Marion1-27/+23
2021-09-22classify: simplify vnet_classify_find_entry_inlineDamjan Marion1-88/+72
2021-09-20classify: improve find entry performanceDamjan Marion1-10/+9
2021-09-20classify: avoid dependent read of classify maskDamjan Marion1-3/+4
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-2/+2
2021-07-14classify: cheaper way to check if all elements are zeroDamjan Marion1-1/+1
2021-01-20classify: Layout classify entry to group data-plane accessed fields onNeale Ranns1-70/+103
2020-12-15classify: add pcap/trace classfier mgmt API callsJon Loeliger1-11/+13
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion1-2/+2
2020-09-28classify: use clib_crc32c on supporting uarchRay Kinsella1-0/+5
2019-09-26misc: add vnet classify filter set supportDave Barach1-0/+12
2019-09-26classify: use vector code even when data is not alignedDamjan Marion1-142/+126
2019-09-20classify: remove includes from classifier header fileDamjan Marion1-10/+0
2019-07-31vppinfra: refactor test_and_set spinlocks to use clib_spinlock_tjaszha031-1/+1
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-0/+1
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns1-3/+0
2018-02-26Added u8x16,u32x4,u64x2 variants of _zero_byte_mask(x) for ARM/NEON platform....Adrian Oanca1-8/+4
2018-02-20vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2Damjan Marion1-1/+1
2018-02-07classifier-based ACL: refactor + add output ACLAndrew Yourtchenko1-0/+1
2017-11-28VPP-246 Coding standards cleanup - vnet/vnet/classifykhemendra kumar1-238/+278
2017-11-18Rename classifier ip6-sr metadata set actionDave Barach1-1/+1
2017-11-10add classify session action set-sr-policy-indexGabriel Ganne1-0/+1
2017-05-24Leak locks and tables in the ClassifierNeale Ranns1-3/+6
2017-05-20VPP-849: improve vnet classifier memory allocator performanceDave Barach1-46/+57
2017-02-23Fix vpp built-in version of api_unformat_sw_if_index(...)Dave Barach1-0/+1
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+523