summaryrefslogtreecommitdiff
path: root/tests/bundle.at
Commit message (Collapse)AuthorAgeFilesLines
* unit-test: Link 29 test programs into ovstestAndy Zhou2014-04-031-4/+4
| | | | | | | | | | | | | | Improve link speed by linking 29 test programs into ovstest. On my machine, running the following command against a fully built tree: $ touch lib/random.c; time make Improve the overall build time from 7 seconds to 3.5 seconds. Signed-off-by: Andy Zhou <azhou@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
* bundle: New action "bundle_load".Ethan Jackson2011-07-221-4/+4
| | | | | The bundle_load action behaves the same as the bundle action, except instead of outputting, it writes its result to a register.
* bundle: Implement NX_BD_ALG_ACTIVE_BACKUP.Ethan Jackson2011-07-221-0/+71
| | | | | | | I don't expect this bundling algorithm to be particularly useful in software switches. However, hardware switches will probably only support this bundling algorithm, so it's implemented here as an example and a reference.
* vswitch: Implement bundle action.Ethan Jackson2011-07-191-0/+123
This patch creates a new action called "bundle". Bundles are a way to implement a simple form of multipath in OpenFlow by grouping several ports in a single output-like action.