]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: add NVIDIA plugin for NVMe SNAP controllers
authorMax Gurtovoy <mgurtovoy@nvidia.com>
Thu, 1 Apr 2021 08:38:49 +0000 (08:38 +0000)
committerKeith Busch <kbusch@kernel.org>
Thu, 1 Apr 2021 22:19:56 +0000 (07:19 +0900)
commitc03db2c65ac95db04149043fcccc1ed1877c990c
treee4d686bc2dfcc124d6760c3dc8b9c6e66d6545a8
parent9f6b7f7337cf6eb03c00b4f818e98d69160945e5
nvme: add NVIDIA plugin for NVMe SNAP controllers

SNAP technology is supported on NVIDIA Mellanox BlueField DPU family
and combines a unique hardware-accelerated virtualization of NVMe
devices with the advanced networking and programmability capabilities of
the BlueField SmartNIC.
Add initial vendor specific parsing for id-ctrl command of NVMe SNAP
controllers.

For more info: https://www.mellanox.com/products/software/nvme-snap

Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com>
[merged up with "new" json usage]
Signed-off-by: Keith Busch <kbusch@kernel.org>
Makefile
plugins/nvidia/nvidia-nvme.c [new file with mode: 0644]
plugins/nvidia/nvidia-nvme.h [new file with mode: 0644]