aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBrady Johnson <brady.allen.johnson@ericsson.com>2016-02-25 13:02:28 +0100
committerBrady Johnson <brady.allen.johnson@ericsson.com>2016-02-25 13:03:00 +0100
commit6b789cb709dd0d3c1371bef10369fdc532bc4626 (patch)
tree69ea7cbd379d78714c6bdfabdfbe7fe9aaa4d102 /.gitignore
parentb2a7d75ddab5dfce21c9e54d1806a018870127b2 (diff)
OPNFV SFC release notes
Change-Id: I64650e3a5eddf0d1115408dacf90720af71792f5 Signed-off-by: Brady Johnson <brady.allen.johnson@ericsson.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
ound-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 */
### Purpose of this folder - Quickview

1. contains place holders for upstream source code package.
2. manages the package dependency
3. provides simple one-button build for test developers

### Motivation Explained

There are multiple goals for the project vswitch performance characterization.
First,  it is a generic test framework that can be used to characterize any vswitch solution.
Second, it is to be as CI tool to validate any change during development.

For the first goal, it would be nice to get all the relevant upstream source package and
to provide a easy build environment for a given test developer. Obviously we don't want to
rewrite the makefile system from upstream project. However we need to add a wrapper to the
individual packages to manage package dependecy. For example, to test ovs-dpdk vswitch solution,
the build of ovs would depend on the build result of dpdk.
This dependency is never explicitly specified in the individual package.

For the second goal as a CI tool, it may not be needed to pull the upstream package.
So this whole folder can be ignored.

### Files and subfolders

* package-list: contains list of packages and their associated tags
* mk:           contains top level makefiles
* dpdk:         place holder for dpdk package
* ovs:          place holder for ovs package.
* l2fwd:        simple l2 forwarding kernel module