]> www.infradead.org Git - users/hch/nvme-cli.git/commit
Getting interrupt list only for current controller
authorNarasimhan V <sim@linux.vnet.ibm.com>
Thu, 6 Aug 2020 14:09:58 +0000 (19:39 +0530)
committerKeith Busch <kbusch@kernel.org>
Thu, 6 Aug 2020 16:16:04 +0000 (10:16 -0600)
commita81e562f315eccf04c18ed3eb9c945b977b7fde9
treec0bb0664578147929754f9398ec645475da7466b
parentd75a4948492c36c82ba7fe3f2e208adb4dd32a37
Getting interrupt list only for current controller

Recently there was a fix for getting the interrupt vector list in
get_features selftest. That gets the list for all nvme controllers
in the system. Fixing it by getting the list for only current
controller.

Signed-off-by: Narasimhan V <sim@linux.vnet.ibm.com>
tests/nvme_get_features_test.py