From 9527113c350f92b2293f596b6153f9c9d626f2af Mon Sep 17 00:00:00 2001 From: ahothan Date: Tue, 13 Nov 2018 15:34:29 -0800 Subject: NFVBENCH-108 Adjust exact frame size to take into account FCS field 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 --- docs/development/design/traffic_desc.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/development/design/traffic_desc.rst') 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 ------------------- -- cgit 1.2.3-korg