aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/mpls/mpls_lookup.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-05mpls: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-18/+13
2018-08-03loop counter to prevent infiinte number of look ups per-packetNeale Ranns1-1/+1
2018-06-26node functions cannot be always_inlineDamjan Marion1-1/+1
2018-05-03MPLS prefetch fixesNeale Ranns1-11/+11
2017-06-01MPLS trace the EOS bit correctlyNeale Ranns1-1/+2
2017-05-26MPLS lookup DPO does not pop the label (nor does it handle replicate)Neale Ranns1-77/+2
2017-05-25MPLS hash function improvementsNeale Ranns1-6/+62
2017-05-24MPLS trace fixesNeale Ranns1-1/+1
2017-04-24Improve Load-Balance MAPsNeale Ranns1-40/+78
2017-04-07MPLS McastNeale Ranns1-78/+158
2017-04-06Use thread local storage for thread indexDamjan Marion1-10/+10
2017-03-17MPLS performance improvments.Neale Ranns1-12/+104
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+531
m { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
/*
 *
 * Copyright (c) 2013 Cisco and/or its affiliates.
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at:
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 @dir
 @brief Segment Routing code

 An implementation of Segment Routing as per:
 draft-ietf-6man-segment-routing-header-05

 @see ietf_draft_05.txt 
 
*/