aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nsim
AgeCommit message (Expand)AuthorFilesLines
2020-02-13nsim: fix quad-loop packet traceDave Barach1-11/+12
2020-01-22nsim: enable output scheduling on main threadDave Wallace2-2/+29
2019-12-06nsim: use explicit api typesOle Troan1-6/+7
2019-11-17nsim: add FEATURE.yamlDave Barach1-0/+8
2019-10-03nsim: remove api boilerplateOle Troan6-223/+11
2019-07-12nsim: cross-connect mode crash at interface output nodeJohn Lo2-6/+6
2019-07-09vat: unload unused vat pluginsDave Barach1-19/+1
2019-06-07build: add -Wall and -fno-common, fix reported issuesBenoƮt Ganne1-1/+0
2019-05-28nsim: remove buffer u32 upper boundKorian Edeline1-1/+1
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-16VPP-1576: nsim-plugin coverity issuesDave Barach1-2/+19
2019-04-11Make the loss / delay sim available as an output featureDave Barach6-149/+629
2019-01-20buffers: don't init metadata, as it is already initializedDamjan Marion1-3/+0
2018-12-06nsim: add packet loss simulation, docsDave Barach6-8/+79
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach2-3/+3
2018-11-01Fix API name_crc format stored in msg_api_tableIgor Mikhailov (imichail)1-1/+1
2018-10-02VPP-1440: clean up coverity warningsDave Barach1-3/+5
2018-09-24nsim: fix multiple definitions of nsim_nodeDamjan Marion2-3/+1
2018-09-24Network delay simulator pluginDave Barach9-0/+1522
b0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.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 */ }
dpdk-21.08