aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/dpo
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-08replicate trace fixNeale Ranns1-2/+6
2018-10-01mroute routers in the stats segmentNeale Ranns1-1/+6
2018-09-20Route counters in the stats segmentNeale Ranns1-1/+10
2018-09-14BIER API and load-balancing fixesNeale Ranns1-2/+2
2018-08-30SR-MPLS: fixes and testsNeale Ranns1-1/+1
2018-08-22show command for lookup DPOsNeale Ranns1-0/+40
2018-08-03loop counter to prevent infiinte number of look ups per-packetNeale Ranns1-1/+84
2018-07-19Remove unused argument to vlib_feature_nextDamjan Marion1-6/+3
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-1/+1
2018-06-26node functions cannot be always_inlineDamjan Marion1-10/+10
2018-05-26Fix interface-rx-dpo-l2 node to setup l2_len in vnet bufferJohn Lo1-4/+16
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach9-0/+53
2018-04-24memory leakKingwel Xie1-0/+3
2018-04-12Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'Neale Ranns1-10/+1
2018-04-09DVR: save the rewrite length in packet meta-data for featuresNeale Ranns1-3/+9
2018-03-20FIB Interpose SourceNeale Ranns5-26/+114
2018-03-19Coverity found bugs in recent MPLS changesNeale Ranns2-2/+2