diff options
Diffstat (limited to 'docs/development')
-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 ------------------- |