• Mike Rapoport's avatar
    lazy-pages: add ability to limit background transfer size · 33300542
    Mike Rapoport authored
    Currently, once we get to transfer pages in the "background", we try to
    fetch the entire IOV at once. For large IOVs this may impact #PF latency
    for the #PF events occurred during the transfer.
    
    Let's add a simple heuristic for controlling size of the background
    transfers. Initially, the transfer will be limited to some default value.
    Every time we transfer a chunk we increase the transfer size until it
    reaches a pre-defined maximal size. A page fault event resets the
    background transfer size to its initial value.
    Signed-off-by: 's avatarMike Rapoport <rppt@linux.vnet.ibm.com>
    Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
    33300542
Name
Last commit
Last update
Documentation Loading commit data...
compel Loading commit data...
contrib Loading commit data...
coredump Loading commit data...
crit Loading commit data...
criu Loading commit data...
images Loading commit data...
include/common Loading commit data...
lib Loading commit data...
scripts Loading commit data...
soccr Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
COPYING Loading commit data...
CREDITS Loading commit data...
INSTALL.md Loading commit data...
Makefile Loading commit data...
Makefile.compel Loading commit data...
Makefile.config Loading commit data...
Makefile.install Loading commit data...
Makefile.versions Loading commit data...
README.md Loading commit data...