Hi,
https://github.com/nfs-ganesha/ntirpc/pull/213
I added this fix to try to process more requests with less scheduling.
Scheduling overhead causes big impact in case of low latency workloads.
We got more than 80% benefit for 8k random cached reads with the fix. It has
overall positive impact on other workloads also like random write,
sequential read/write with single and multiple clients.
-Gaurav