Re: [LSF/MM TOPIC][LSF/MM ATTEND] NAPI polling for block drivers
From: Sagi Grimberg <sagi@grimberg.me>
Date: 2017-01-19 08:23:28
Also in:
linux-nvme, linux-scsi
From: Sagi Grimberg <sagi@grimberg.me>
Date: 2017-01-19 08:23:28
Also in:
linux-nvme, linux-scsi
Christoph suggest to me once that we can take a hybrid approach where we consume a small amount of completions (say 4) right away from the interrupt handler and if we have more we schedule irq-poll to reap the rest. But back then it didn't work better which is not aligned with my observations that we consume only 1 completion per interrupt... I can give it another go... What do people think about it?