>From 512ad80cac5977ad331260b4691b172585827e1b Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Tue, 10 Mar 2020 20:48:17 +0900 Subject: [PATCH 1/2] cpu/overheads: Fix typo in large server's overhead table CPU 224 is not among Off-core CPUs. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- cpu/overheads.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/overheads.tex b/cpu/overheads.tex index 717a9ea0..d1b4f596 100644 --- a/cpu/overheads.tex +++ b/cpu/overheads.tex @@ -149,8 +149,8 @@ optimization. Same-CPU lock & 15.4 & 32.3 & 0 \\ In-core blind CAS & 7.2 & 15.2 & 224 \\ In-core CAS & 18.0 & 37.7 & 224 \\ - Off-core blind CAS & 47.5 & 99.8 & 1--27,224--251 \\ - Off-core CAS & 101.9 & 214.0 & 1--27,224--251 \\ + Off-core blind CAS & 47.5 & 99.8 & 1--27,225--251 \\ + Off-core CAS & 101.9 & 214.0 & 1--27,225--251 \\ Off-socket blind CAS & 148.8 & 312.5 & 28--111,252--335 \\ Off-socket CAS & 442.9 & 930.1 & 28--111,252--335 \\ Cross-interconnect blind CAS & 336.6 & 706.8 & 112--223,336--447 \\ -- 2.17.1