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:18 +0000 |
commit | 5f0655d09148c84f02a3419a3f9f8acd3c50d696 (patch) | |
tree | e0f3148a1a65f907755b672e3ea273f3145ea8a5 /docs | |
parent | 183ea3eb1b74ba46fd7964a1663cd4158fc156b0 (diff) |
CSIT-1390 Implement multichain configuration for l2bd with vhost/l3fwd.
Change-Id: I36ab0bc7c9eada4c3f7bb5cb8f53de7d267ff910
Signed-off-by: Peter Mikus <pmikus@cisco.com>
(cherry picked from commit 88e6c1f979f530397a0743e4300d42faf9b538f5)
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 -------------------- |