X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=0473ca2090deb50eac80d559315f8cb9fefdb84f;hb=refs%2Fchanges%2F55%2F21155%2F5;hp=ce48863f58541c06b5af57fa75fbd39047037c00;hpb=3cd17847eb55679afb4343ddff5452ac712ac4cd;p=csit.git diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index ce48863f58..0473ca2090 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -106,8 +106,8 @@ class Constants(object): # Equivalent to ~0 used in vpp code BITWISE_NON_ZERO = 0xffffffff - # Maximum number of API calls per PapiExecutor execution - PAPI_MAX_API_BULK = 250 + # Default path to VPP API socket. + SOCKSVR_PATH = "/run/vpp/api.sock" # Mapping from NIC name to its bps limit. # TODO: Implement logic to lower limits to TG NIC or software. Or PCI.