diff options
author | xizhanx <xix.zhang@intel.com> | 2021-09-28 16:08:30 +0800 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-09-28 10:58:18 +0000 |
commit | 6c2dd6fa52f83966f44c97a851eabf94c079969a (patch) | |
tree | 4a19d6414997ae90e85f245bb4893ea921127599 /resources/tools/presentation/specifications | |
parent | 131b1ed24ad2d85605075558fa3b98b1a7d5caa6 (diff) |
Elements: Fix 2n-clx core.
Signed-off-by: xizhanx <xix.zhang@intel.com>
Change-Id: I6d32c473e1e23d755ff9b36751ed41f7b3909be1
Diffstat (limited to 'resources/tools/presentation/specifications')
-rw-r--r-- | resources/tools/presentation/specifications/report/elements.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/specifications/report/elements.yaml b/resources/tools/presentation/specifications/report/elements.yaml index 7c5c1ad720..a44746f8e0 100644 --- a/resources/tools/presentation/specifications/report/elements.yaml +++ b/resources/tools/presentation/specifications/report/elements.yaml @@ -11591,7 +11591,7 @@ algorithm: "plot_ndrpdr_box_name" output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-{core}-base-{test_type}" data: "dpdk-2n-clx-curr-iter" - core: ["1t2c", "4t2c"] + core: ["2t1c", "4t2c"] include: - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr" - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr" @@ -11604,7 +11604,7 @@ algorithm: "plot_ndrpdr_box_name" output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-{core}-base-{test_type}" data: "dpdk-2n-clx-curr-iter" - core: ["1t2c", "4t2c"] + core: ["2t1c", "4t2c"] include: - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr" - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr" |