diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-03-27 10:43:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-27 10:43:47 +0000 |
commit | 881bf91ed8014ba48c55d3a8fc5b4980913f9b95 (patch) | |
tree | 2a6a61da70236c3956c9c9afbba39f13486f7178 /docs/testing/developer/design/vswitchperf_design.rst | |
parent | 33077281ce5b50e4df4246bae40c52a86bd2f78a (diff) | |
parent | 20a12dd85dde14bee9ada4f9f72ffd8eebd4e53c (diff) |
Merge "ixia: Make L3 and L4 headers optional"
Diffstat (limited to 'docs/testing/developer/design/vswitchperf_design.rst')
-rw-r--r-- | docs/testing/developer/design/vswitchperf_design.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/testing/developer/design/vswitchperf_design.rst b/docs/testing/developer/design/vswitchperf_design.rst index aa7fb342..a5a99c8a 100644 --- a/docs/testing/developer/design/vswitchperf_design.rst +++ b/docs/testing/developer/design/vswitchperf_design.rst @@ -354,6 +354,10 @@ Detailed description of ``TRAFFIC`` dictionary items follows: Default value: 64 'l3' - A dictionary with l3 network layer details. Supported values are: + 'enabled' - Specifies if l3 layer should be enabled or disabled. + Data type: bool + Default value: True + NOTE: Supported only by IxNet trafficgen class 'srcip' - Specifies source MAC address filled by traffic generator. NOTE: It can be modified by vsperf in some scenarios. Data type: str @@ -369,6 +373,10 @@ Detailed description of ``TRAFFIC`` dictionary items follows: Default value: "udp". 'l4' - A dictionary with l4 network layer details. Supported values are: + 'enabled' - Specifies if l4 layer should be enabled or disabled. + Data type: bool + Default value: True + NOTE: Supported only by IxNet trafficgen class 'srcport' - Specifies source port of selected transport protocol. NOTE: It can be modified by vsperf in some scenarios. Data type: int |