Whamcloud - gitweb
LU-13799 llite: Remove transient page counting 41/39441/14
authorPatrick Farrell <farr0186@gmail.com>
Sat, 29 May 2021 01:32:43 +0000 (21:32 -0400)
committerPatrick Farrell <pfarrell@whamcloud.com>
Sat, 3 Jul 2021 19:01:15 +0000 (15:01 -0400)
commit66203ff0142a3e212f12c98526e13df9c42c38ee
treef6b481026dd39135c1f90849b8d2cfbe19326ac5
parent64167b6123a7431837271cbe4ae1a7f3d873f3b2
LU-13799 llite: Remove transient page counting

Transient page counting is not used for anything, as
already noted in the commit message, but costs something
like 4% of the time in DIO page submission.

Remove it.

mpirun -np 1  $IOR -w -r -t 64M -b 64G -o ./iorfile --posix.odirect

This patch reduces i/o time in ms/GiB by:
Write: 6 ms/GiB
Read: 11 ms/GiB

Totals:
Write: 174 ms/GiB
Read: 167 ms/GiB

With previous patches in series:
write     5703 MiB/s
read      5756 MiB/s

Plus this patch:
write     5900 MiB/s
read      6136 MiB/s

Signed-off-by: Patrick Farrell <farr0186@gmail.com>
Change-Id: I825de4f1b5d1dd1476a4a711bfa51e7d24b5027a
lustre/llite/vvp_internal.h
lustre/llite/vvp_object.c
lustre/llite/vvp_page.c