aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip4_mtrie.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-28ip: add barrier sync, ip4_ply_pool expand caseVladislav Grishenko1-2/+14
2021-12-24ip: remove archaic vector code from mtrieDamjan Marion1-67/+9
2021-08-11ip: [re]introduce the 8-8-8-8 stride MTRIENeale Ranns1-46/+161
2021-08-11ip: Rename the ip4 mtrie function to be 16_8_8 specificNeale Ranns1-135/+121
2020-09-21ip: use main heap for mtrieDamjan Marion1-48/+0
2020-06-12ip: allocate ip4 mtrie pages in htlb memoryDave Barach1-2/+42
2020-05-15misc: removed executable bits from source filesRay Kinsella1-0/+0
2020-02-11vppinfra: remove the historical mheap memory allocatorDave Barach1-4/+0
2019-10-29ip: refactor ip4_mtrie to use atomic store-releasejaszha031-14/+5
2019-10-29ip: refactor ip4_mtrie to atomically unset leavesjaszha031-4/+6
2019-09-25fib: fix some typos in fib/mtrieLijian.Zhang1-1/+1
2018-10-23c11 safe string handling supportDave Barach1-3/+3
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-9/+9
2018-10-17VPP-1459:Ip4 lookup fail when exist prefix cover.mu.duojiao1-3/+1
2018-10-15VPP-1448: Fix error when recurse on down the trie.mu.duojiao1-21/+19
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach1-0/+4
2018-04-12Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'Neale Ranns1-3/+3
2017-12-13Separate heap for IPv4 mtriesNeale Ranns1-3/+18
2017-11-29Include allocated table memory in 'sh fib mem' outputNeale Ranns1-3/+5
2017-11-27Fix - sh ip fib mtrie sumNeale Ranns1-8/+13
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-1/+1
2017-06-06Fix coverity error in IP4 Mtrie.Neale Ranns1-4/+4
2017-04-11MTRIE coverity fixesNeale Ranns1-6/+8
2017-04-01MTRIE Optimisations 2Neale Ranns1-207/+404
2017-03-29Mtrie optimisationsNeale Ranns1-80/+124
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+568