On Mon, 2018-11-05 at 13:12 -0800, Alexander Duyck wrote:
This change makes it so that we use the device specific version of
the
async_schedule commands to defer various tasks related to power management.
By doing this we should see a slight improvement in performance as any
device that is sensitive to latency/locality in the setup will now be
initializing on the node closest to the device.
Reviewed-by: Bart Van Assche <bvanassche(a)acm.org>