diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-08-02 13:19:29 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-08-02 13:19:29 +0200 |
commit | 0e62f455edc7e546bffb395d5212ecbf0f6adcae (patch) | |
tree | de1d9f930a58666a6e7f09b243629159cc4001d6 /resources | |
parent | 441d07d2b1be0bf7b9f6fbd917fdd89aeb4fb253 (diff) |
Report: Set NIC limmits according to constant.py
Change-Id: I5d8d1bff4a1244a8819a4eb5c9756ea6c6749345
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/specifications/report/environment.yaml | 28 |
1 files 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 |