Skip to content
Snippets Groups Projects
Commit 08227f00 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Updated comment.

parent dde6b67f
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,8 @@ ...@@ -20,7 +20,8 @@
# #
############################################################################### ###############################################################################
# Purpose: Stream BG data from FN1 to FN0, forward this data from FN0 to dop17 # Purpose:
# . Stream BG data from FN1 to FN0, forward this data from FN0 to dop17
# Description: # Description:
# . BG outputs blocks of 365 32b words = 1460 bytes; # . BG outputs blocks of 365 32b words = 1460 bytes;
# . BG uses inter-block gap size of 9*365 words to limit BG output rate to # . BG uses inter-block gap size of 9*365 words to limit BG output rate to
...@@ -28,8 +29,12 @@ ...@@ -28,8 +29,12 @@
# . BG theoretical max output rate is 200MHz*32b = 6.4Gbps # . BG theoretical max output rate is 200MHz*32b = 6.4Gbps
# . The above translates to an ethernet data rate of about (6.4Gbps/10) 640Mbps # . The above translates to an ethernet data rate of about (6.4Gbps/10) 640Mbps
# (excluding packet overhead). # (excluding packet overhead).
# Usage: python tc_compaan_unb1_dp_offload_bg_lb.py --unb # --fn 0,1 # Usage:
# . Use tcpdump to view the received packets. # . Load the following images on the following nodes:
# . FN0 - compaan_unb1_dp_offload_lb
# . FN1 - compaan_unb1_dp_offload_bg
# . python tc_compaan_unb1_dp_offload_bg_lb.py --unb # --fn 0,1
# . Use tcpdump to view the received packets.
from common import * from common import *
import test_case import test_case
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment