configure: check nvme uring command support
authorAnkit Kumar <ankit.kumar@samsung.com>
Tue, 31 May 2022 13:31:48 +0000 (19:01 +0530)
committerJens Axboe <axboe@kernel.dk>
Thu, 2 Jun 2022 08:19:41 +0000 (02:19 -0600)
commit76a490bb98dcfe03be9b4453b8fe401cc2a77f7f
tree692209bcf02a98f496611eb7eaf4d2906c9291ac
parent1bca8ad1e18249f13ef532947e0ce6a88105290c
configure: check nvme uring command support

Modify configure to check availability of nvme_uring_cmd, but only
when the target OS is Linux. This way in the follow up patch we
can define the missing structure to prevent compilation errors.

Signed-off-by: Ankit Kumar <ankit.kumar@samsung.com>
Link: https://lore.kernel.org/r/20220531133155.17493-3-ankit.kumar@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure