]> www.infradead.org Git - users/hch/nvme-cli.git/commit
NVMe get features test fix
authorNarasimhan V <sim@linux.vnet.ibm.com>
Thu, 27 Feb 2020 10:31:37 +0000 (16:01 +0530)
committerKeith Busch <kbusch@kernel.org>
Thu, 27 Feb 2020 18:00:38 +0000 (10:00 -0800)
commit4937cf757d000a6c89dfba19bf27fb8a5412127e
treea5872d3d651462ee47709f3479b47fef8733ee85
parentd882eea57bb798c20eb292e8d4f1d7916e0f3d27
NVMe get features test fix

For One of the mandatory feature "Interrupt Vector Configuration",
the parameter cdw11 value should be equal to or less than the
number of interrupt vectors. Current implementaion uses the
IRQ number instead. This commit fixes it.

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