X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ft-rex%2Ft-rex-stateless.py;h=95c6cb150af61cfa9f39ee028c63a68c995a4e40;hb=490256818796108eb9fc169fc477517c490c5d6a;hp=be7c737fdb322666cef2a7f0c6aa5a3d41446169;hpb=a1309d0a4bb3b7fade955712454685c4aed9044e;p=csit.git diff --git a/resources/tools/t-rex/t-rex-stateless.py b/resources/tools/t-rex/t-rex-stateless.py index be7c737fdb..95c6cb150a 100755 --- a/resources/tools/t-rex/t-rex-stateless.py +++ b/resources/tools/t-rex/t-rex-stateless.py @@ -347,8 +347,8 @@ def simple_burst(stream_a, stream_b, stream_lat_a, stream_lat_b, duration, rate, total_sent = 0 lost_a = 0 lost_b = 0 - lat_a = 'NA' - lat_b = 'NA' + lat_a = "0/0/0" + lat_b = "0/0/0" try: # turn this off if too many logs @@ -542,10 +542,6 @@ def main(): _traffic_options[attr] = getattr(args, attr) if _use_ipv6: - # WARNING: Trex limitation to IPv4 only. IPv6 is not yet supported. - print_error('IPv6 latency is not supported yet. Running without lat.') - _latency = False - stream_a, stream_b, stream_lat_a, stream_lat_b = create_streams_v6( _traffic_options, frame_size=_frame_size) else: