aboutsummaryrefslogtreecommitdiffstats
path: root/src/svm/svmdbtool.c
diff options
context:
space:
mode:
authorSteven Luong <sluong@cisco.com>2019-08-29 09:50:28 -0700
committerAndrew Yourtchenko <ayourtch@gmail.com>2019-09-27 09:38:51 +0000
commit7f85aecb5c481fda75e4c87a7d80a1fd47f07046 (patch)
tree8b8d84c965a708929317a7fb9ccb0774c5a1da73 /src/svm/svmdbtool.c
parent154e4a6cb75df40093540e60ecea8352ca00e479 (diff)
lacp: continuing input packet trace from device driver
lacp gets the packet from the device driver. Let's continue the input packet trace's trajectory instead of restarting it in lacp-input. Type: fix Signed-off-by: Steven Luong <sluong@cisco.com> Change-Id: I4d4537e050742a23f74287086d38d39673ebd60f (cherry picked from commit 977c1dec69bab72dcae0c62578be7fc0892e897b)
Diffstat (limited to 'src/svm/svmdbtool.c')
0 files changed, 0 insertions, 0 deletions
l.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { 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 */
.. _buildsystem:

Build System
============

This guide describes the vpp build system in detail. As of this writing,
the build systems uses a mix of make / Makefiles, cmake, and ninja to
achieve excellent build performance.

.. toctree::

    mainmakefile
    cmakeandninja
    buildrootmakefile