X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Flibraries%2Fpython%2Fautogen%2FRegenerator.py;h=89acff73ae8ed1338218230236513af34237d950;hb=5fe08ea21f16d1a24ac82d990c48d212d312b4f9;hp=c2df94c4cf474216ddde7b3d9138e28f0426c836;hpb=1ac36a9fd34043609b81901f2de37deb0a113ea5;p=csit.git diff --git a/resources/libraries/python/autogen/Regenerator.py b/resources/libraries/python/autogen/Regenerator.py index c2df94c4cf..89acff73ae 100644 --- a/resources/libraries/python/autogen/Regenerator.py +++ b/resources/libraries/python/autogen/Regenerator.py @@ -73,7 +73,8 @@ class Regenerator(object): protocol_to_min_frame_size = { "ip4": 64, "ip6": 78, - "vxlan+ip4": 114 # What is the real minimum for latency stream? + "ethip4vxlan": 114, # What is the real minimum for latency stream? + "dot1qip4vxlan": 118 } min_frame_size_values = protocol_to_min_frame_size.values() @@ -115,9 +116,8 @@ class Regenerator(object): if "vic1227" in iface: # Not supported in HW. emit = False - if "avf" in suite_id: - # Not supported by AVF driver. - # https://git.fd.io/vpp/tree/src/plugins/avf/README.md + if "vic1385" in iface: + # Not supported in HW. emit = False if "-16vm2t-" in suite_id or "-16dcr2t-" in suite_id: if kwargs["phy_cores"] > 3: