Report: Set NIC limit for x553 37/16237/1
authorTibor Frank <tifrank@cisco.com>
Wed, 28 Nov 2018 07:06:15 +0000 (08:06 +0100)
committerTibor Frank <tifrank@cisco.com>
Wed, 28 Nov 2018 07:10:07 +0000 (08:10 +0100)
Change-Id: Ibe85ed844501504085065631b393d2746227ea72
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_plots.py
resources/tools/presentation/specification.yaml

index 004e65e..32f146b 100644 (file)
@@ -546,6 +546,8 @@ def plot_throughput_speedup_analysis(plot, input_data):
             limit = plot["limits"]["nic"]["xxv710"]
         elif "xl710" in test_name:
             limit = plot["limits"]["nic"]["xl710"]
+        elif "x553" in test_name:
+            limit = plot["limits"]["nic"]["x553"]
         else:
             limit = 0
         if limit > nic_limit:
index ea8cb5c..12892dc 100644 (file)
   limits:
     nic:
       x520: 24460000
+      x553: 29600000
       x710: 35800000
       xxv710: 35800000
       xl710: 35800000