X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=1a4b10d441cbcc515d8aae981669b48e953b13ad;hb=refs%2Fchanges%2F86%2F35686%2F77;hp=1049e47f408f9aa725d78b0a51e265e94b18ece4;hpb=d6604cd860130f3d0520acefc1a0ced70e231b8c;p=csit.git diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 1049e47f40..1a4b10d441 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -250,6 +250,9 @@ class Constants: # Default path to VPP API Stats socket. SOCKSTAT_PATH = u"/run/vpp/stats.sock" + # This MTU value is used to force VPP to fragment 1518B packet into two. + MTU_FOR_FRAGMENTATION = 1043 + # Number of trials to execute in MRR test. PERF_TRIAL_MULTIPLICITY = get_int_from_env(u"PERF_TRIAL_MULTIPLICITY", 10)