Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > > FYI, we noticed a -4.8% regression of will-it-scale.per_process_ops due to commit: > > Ok, I guess that's bigger than expected, Note that it appears to be testing just the first patch and not the whole series: | commit: 9bd0e337c633aed3e8ec3c7397b7ae0b8436f163 ("[PATCH 01/29] iov_iter: Switch to using a table of operations") that just adds an indirection table without taking away any of the conditional branching. It seems quite likely, though, that even if you add all the other patches, you won't get back enough to make it worth it. David