You need to sign in or sign up before continuing.
  • Keith Busch's avatar
    NVMe: IO queue deletion re-write · db3cbfff
    Keith Busch authored
    
    
    The nvme driver deletes IO queues asynchronously since this operation
    may potentially take an undesirable amount of time with a large number
    of queues if done serially.
    
    The driver used to manage coordinating asynchronous deletions. This
    patch simplifies that by leveraging the block layer rather than using
    kthread workers and chaining more complicated callbacks.
    Signed-off-by: default avatarKeith Busch <keith.busch@intel.com>
    Signed-off-by: default avatarJens Axboe <axboe@fb.com>
    db3cbfff
pci.c 55.4 KB