diff options
author | ahothan <ahothan@cisco.com> | 2018-11-13 15:34:29 -0800 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2018-11-13 15:34:29 -0800 |
commit | 9527113c350f92b2293f596b6153f9c9d626f2af (patch) | |
tree | 192c3687ff689fc961b5874298b3d940675e781d /docs/development/design/traffic_desc.rst | |
parent | 7a90e74a1390794b72fc5c3629e141f2def908d7 (diff) |
NFVBENCH-108 Adjust exact frame size to take into account FCS field2.0.5
Minimum L2 frame size is now set to 64 bytes.
If VLAN tagging, min frame size for the latency stream is 68 bytes.
Also fix issue with interface baseline.
Change-Id: If6ff7515c0112ab419070c86f7094ff88930d33b
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'docs/development/design/traffic_desc.rst')
-rw-r--r-- | docs/development/design/traffic_desc.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/development/design/traffic_desc.rst b/docs/development/design/traffic_desc.rst index 6442013..cd80a1c 100644 --- a/docs/development/design/traffic_desc.rst +++ b/docs/development/design/traffic_desc.rst @@ -23,8 +23,7 @@ The code to create the UDP packet is located in TRex.create_pkt() (nfvbench/traf NFVbench always generates UDP packets (even when doing L2 forwarding). The final size of the frame containing each UDP packet will be based on the requested L2 frame size. When taking into account the minimum payload size requirements from the traffic generator for -the latency streams, the minimum L2 frame size is 64 byte (no vlan tagging) or -68 bytes (with vlan tagging). +the latency streams, the minimum L2 frame size is 64 byte. Flows Specification ------------------- |