Re: [dm-devel] [PATCH] dm-verity: Remove WQ_UNBOUND.

2023-02-07 Thread Nathan Huckleberry
On Tue, Feb 7, 2023 at 12:16 AM Mikulas Patocka wrote: > > > > On Wed, 1 Feb 2023, Nathan Huckleberry wrote: > > > Setting WQ_UNBOUND increases scheduler latency on ARM64. This is likely > > due to the asymmetric architecture of ARM64 processors. > > > > I've been unable to reproduce the results

Re: [dm-devel] [PATCH] dm-verity: Remove WQ_UNBOUND.

2023-02-07 Thread Mikulas Patocka
On Wed, 1 Feb 2023, Nathan Huckleberry wrote: > Setting WQ_UNBOUND increases scheduler latency on ARM64. This is likely > due to the asymmetric architecture of ARM64 processors. > > I've been unable to reproduce the results that claim WQ_UNBOUND gives a > performance boost on x86-64. > > Thi