diff options
author | 2016-02-14 14:49:51 +0200 | |
---|---|---|
committer | 2016-02-14 14:49:51 +0200 | |
commit | 1f60016f591ebd2e260e501c8c5da10c11d0c7ad (patch) | |
tree | 55a3c0d97567db05bccc798c555dc9e75ca432f2 /scripts/automation/trex_control_plane/stl/trex_stl_lib/utils | |
parent | ff5b50067ecc82248aba10a72153a1d0e417a39d (diff) |
minor fix
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/utils')
-rwxr-xr-x | scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py index 77970c75..58306c5a 100755 --- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py +++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py @@ -69,7 +69,11 @@ match_multiplier_help = """Multiplier should be passed in the following format: [number][<empty> | bps | kbps | mbps | gbps | pps | kpps | mpps | %% ]. no suffix will provide an absoulute factor and percentage will provide a percentage of the line rate. examples - : '-m 10', '-m 10kbps', '-m 10mpps', '-m 23%%' """ + '-m 10', '-m 10kbps', '-m 10mpps', '-m 23%%' + + '-m 23%%' : is 23% L1 bandwidth + '-m 23mbps' : is 23mbps in L2 bandwidth (including FCS+4) + """ # decodes multiplier |