diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-08-06 21:46:13 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-08-07 13:51:28 +0000 |
commit | fc1ad1d843d554c42508c06a5aeb71badd814207 (patch) | |
tree | 2a3447ff79c479b2331f1f8a0a47ebc1107ddf22 /resources/libraries/python/Constants.py | |
parent | fb2fb651fa600a94c2e02891db2676c66490e875 (diff) |
FIX: Remove PAPI_MAX_API_BULK
- it's not needed anymore as PapiSocketExecutor is used
Change-Id: Ia9fad1d18991821d14e9261d27f7f26fca03c14a
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/python/Constants.py')
-rw-r--r-- | resources/libraries/python/Constants.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index ce48863f58..d8550ab27a 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -106,9 +106,6 @@ 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 - # Mapping from NIC name to its bps limit. # TODO: Implement logic to lower limits to TG NIC or software. Or PCI. NIC_NAME_TO_LIMIT = { |