Table 10.1 shows that Socket 0 contains CPUs 0-27 and 224-251, while the text reads "with CPUs 0-27 and 225-251 mapped to the first socket". Fix the off-by-one error in the text. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- datastruct/datastruct.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastruct/datastruct.tex b/datastruct/datastruct.tex index 07f99fa4..352b61fa 100644 --- a/datastruct/datastruct.tex +++ b/datastruct/datastruct.tex @@ -383,7 +383,7 @@ of the list of complications on Clearly, something else is going on. The problem is that this is a multi-socket system, with CPUs~0--27 -and~225--251 mapped to the first socket as shown in +and~224--251 mapped to the first socket as shown in \cref{fig:datastruct:NUMA Topology of System Under Test}. Test runs confined to the first 28~CPUs therefore perform quite well, but tests that involve socket~0's CPUs~0--27 as well as -- 2.34.1