aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/dpo
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion2-6/+0
2024-03-05vnet: fix format of deleted sw interfacesVladislav Grishenko5-22/+11
2023-12-21fib: format deleted LBNathan Skrzypczak2-1/+15
2023-09-26fib: fix mpls label dpo drop protoVladislav Grishenko1-2/+2
2023-09-25fib: fix mpls label dpo packets prefetchingVladislav Grishenko1-16/+16
2023-05-19fib: fix load-balance and replicate dpos buckets overflowBenoît Ganne4-9/+53
2022-08-29fib: fix coverity 253539Andrew Yourtchenko1-0/+1
2022-08-11ip: Use .api declared error countersNeale Ranns1-29/+29
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion2-4/+4
2022-03-25fib: fix ip6-ll fib selection for non-ethernet interfacesVladislav Grishenko1-0/+20
2022-03-18vppinfra: refactor *_will_expand() functionsDamjan Marion2-3/+3
2021-10-21ip: Add ip46-local node for local swif[rx]Nathan Skrzypczak1-8/+6
2021-10-03mpls: Save the L3 header offset in the meta-data before label impositionNeale Ranns1-1/+9
2021-08-10ip: Use the IP4 lookup functionsNeale Ranns1-48/+3
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-4/+4
2021-07-13misc: fix init order to avoid startup warningsBin Zhou (bzhou2)1-3/+0
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne1-2/+0
2021-02-15ip: Path MTUNeale Ranns4-0/+79
2020-12-14misc: move to new pool_foreach macrosDamjan Marion4-12/+12
2020-11-26fib: Expressive type for walk return code. Honour code.Neale Ranns1-2/+2
2020-11-26fib: DPO layout add u64 parameter.Neale Ranns2-19/+29
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns3-3/+3
2020-10-08l2: input performanceNeale Ranns1-1/+2
2020-06-07fib: fix multiple dpo pool expand casesDave Barach6-7/+76
2020-06-04fib: add barrier sync, pool/vector expand casesDave Barach1-1/+25
2020-05-06docs: clean up make docs jobPaul Vinciguerra1-2/+2
2020-04-11fib: fix accessing empty dpo pool elementsShivaShankarK2-2/+8
2020-02-17misc: fix coverity warningsDave Barach1-2/+2
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-1/+1
2020-01-03fib: Add dpo FEATURE.yaml fileNeale Ranns1-0/+15
2019-10-09mpls: support fragmentation of mpls output packetRajesh Goel1-0/+18
2019-09-25fib: fix some typos in fib/mtrieLijian.Zhang4-4/+4
2019-08-29ip: remove unused function parameterSimon Zhang1-3/+3
2019-08-15vlib: copy trace_handle in vlib_buffer_copy/clone() functionsJohn Lo1-4/+1
2019-07-24fib: Support the POP of a Psuedo Wire Control WordNeale Ranns4-0/+399
2019-06-26fib: default flow hash config for each DPO protocol typeNeale Ranns2-0/+23
2019-06-18fib: fib api updatesNeale Ranns1-7/+23
2019-06-06DVR: Control the reinject as L2 or L3 based on the output interface typeNeale Ranns2-10/+83
2019-05-16init / exit function orderingDave Barach1-4/+9
2019-04-08fixing typosJim Thompson1-1/+1
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra2-6/+6
2019-03-11dpo: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar5-157/+51
2019-02-14Add -fno-common compile optionBenoît Ganne6-4/+8
2018-12-18MFIB: recurse resolution through an MFIB entryNeale Ranns4-0/+113
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns1-3/+3
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach2-3/+3
2018-11-02vlib: define minimum chained buffer segment sizeDamjan Marion1-1/+2
2018-10-23c11 safe string handling supportDave Barach8-8/+8
2018-10-16FIB: use vlib-log for debuggingNeale Ranns3-33/+39
2018-10-16Sticky Load-balanceNeale Ranns2-24/+130