Re: [PATCH 0/3] Revert always use libnuma patches
From: John Kacur <jkacur@redhat.com>
Date: 2021-02-19 21:31:23
From: John Kacur <jkacur@redhat.com>
Date: 2021-02-19 21:31:23
On Fri, 19 Feb 2021, Christian Eggers wrote:
On Friday, 19 February 2021, 19:47:58 CET, John Kacur wrote:quoted
libnuma is a build requirement but not a runtime requirement. Test branch unstable/devel/no-numa-runtime I would appreciate some testing before I push commits upstreamNow it is the same situation as in v1.10: With the --smp option set, cyclictest runs on arm32. Otherwise I still get the "FATAL: Couldn't initialize libnuma" (newline missing!) regards Christian
I think I see the problem, the patch rt-numa: Move thread placement code to rt-numa library added the fatal if numa_failed. Thanks for testing. I'll send a patch to put it back the old way. John