From 0e62f455edc7e546bffb395d5212ecbf0f6adcae Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 2 Aug 2022 13:19:29 +0200 Subject: [PATCH] Report: Set NIC limmits according to constant.py Change-Id: I5d8d1bff4a1244a8819a4eb5c9756ea6c6749345 Signed-off-by: Tibor Frank --- .../specifications/report/environment.yaml | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/tools/presentation/specifications/report/environment.yaml b/resources/tools/presentation/specifications/report/environment.yaml index 66d4ef8a5d..f4b05cfc74 100644 --- a/resources/tools/presentation/specifications/report/environment.yaml +++ b/resources/tools/presentation/specifications/report/environment.yaml @@ -193,24 +193,24 @@ limits: nic: - x520: 24460000 - x553: 29761905 - x710: 35800000 - xxv710: 35800000 - xl710: 35800000 - cx556a: 148809523.81 - e810cq: 148809523.81 - e810xxv: 35800000 + x520: 29761904 + x553: 29761904 + x710: 29761904 + xxv710: 37500000 + xl710: 37500000 + cx556a: 148809523 + e810cq: 117000000 + e810xxv: 58000000 link: - 10ge: 14880952.38 - 25ge: 37202380.95 - 40ge: 59523809.52 - 100ge: 148809523.81 + 10ge: 14880952 + 25ge: 37202380 + 40ge: 59523809 + 100ge: 148809523 pci: - pci-g3-x8: 74404761.90 - pci-g3-x16: 148809523.81 + pci-g3-x8: 74404761 + pci-g3-x16: 148809523 frequency: # [GHz] 2n-aws: 1.000 -- 2.16.6