diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-01-14 15:39:15 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-01-21 06:49:10 +0000 |
commit | 88e6c1f979f530397a0743e4300d42faf9b538f5 (patch) | |
tree | 143b5428f4415771cc61d674e43b0e10974af9b0 /docs | |
parent | 0e1682e5580ea16597558f2c8ae5892072e1bd22 (diff) |
CSIT-1390 Implement multichain configuration for l2bd with vhost/l3fwd.
Change-Id: I36ab0bc7c9eada4c3f7bb5cb8f53de7d267ff910
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tag_documentation.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/tag_documentation.rst b/docs/tag_documentation.rst index 6247fc5dff..7cb71f115e 100644 --- a/docs/tag_documentation.rst +++ b/docs/tag_documentation.rst @@ -185,6 +185,22 @@ Scaling TAGs Traffic stream with 100 000 unique flows (100 IPs/users x 1000 UDP ports) in one direction. +.. topic:: 1C1N + + 1 service chain with 1 network function per chain. + +.. topic:: 2C1N + + 2 service chains with 1 network function per chain. + +.. topic:: 1C2N + + 1 service chain with 2 network functions per chain. + +.. topic:: 2C2N + + 2 service chains with 2 network functions per chain. + Tags marking functional vs. performance of tests ------------------------------------------------ @@ -319,6 +335,11 @@ Test type tags Tests which use HTTP. +.. topic:: SERVICE_DENSITY + + Performance tests which measures performance of service density by creating + topology of multiple sevice chains of network functions. + Forwarding mode tags -------------------- |