Searched hist:"92792 ac752aa80d5ee71bc291d90edd06cd76bd1" (Results 1 – 4 of 4) sorted by relevance
/linux/include/uapi/linux/ |
H A D | virtio_pci.h | diff 92792ac752aa80d5ee71bc291d90edd06cd76bd1 Tue Dec 19 10:32:41 CET 2023 Feng Liu <feliu@nvidia.com> virtio-pci: Introduce admin command sending function
Add support for sending admin command through admin virtqueue interface. Abort any inflight admin commands once device reset completes. Activate admin queue when device becomes ready; deactivate on device reset.
To comply to the below specification statement [1], the admin virtqueue is activated for upper layer users only after setting DRIVER_OK status.
[1] The driver MUST NOT send any buffer available notifications to the device before setting DRIVER_OK.
Signed-off-by: Feng Liu <feliu@nvidia.com> Reviewed-by: Parav Pandit <parav@nvidia.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Yishai Hadas <yishaih@nvidia.com> Link: https://lore.kernel.org/r/20231219093247.170936-4-yishaih@nvidia.com Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
|
/linux/drivers/virtio/ |
H A D | virtio_pci_common.h | diff 92792ac752aa80d5ee71bc291d90edd06cd76bd1 Tue Dec 19 10:32:41 CET 2023 Feng Liu <feliu@nvidia.com> virtio-pci: Introduce admin command sending function
Add support for sending admin command through admin virtqueue interface. Abort any inflight admin commands once device reset completes. Activate admin queue when device becomes ready; deactivate on device reset.
To comply to the below specification statement [1], the admin virtqueue is activated for upper layer users only after setting DRIVER_OK status.
[1] The driver MUST NOT send any buffer available notifications to the device before setting DRIVER_OK.
Signed-off-by: Feng Liu <feliu@nvidia.com> Reviewed-by: Parav Pandit <parav@nvidia.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Yishai Hadas <yishaih@nvidia.com> Link: https://lore.kernel.org/r/20231219093247.170936-4-yishaih@nvidia.com Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
|
H A D | virtio_pci_modern.c | diff 92792ac752aa80d5ee71bc291d90edd06cd76bd1 Tue Dec 19 10:32:41 CET 2023 Feng Liu <feliu@nvidia.com> virtio-pci: Introduce admin command sending function
Add support for sending admin command through admin virtqueue interface. Abort any inflight admin commands once device reset completes. Activate admin queue when device becomes ready; deactivate on device reset.
To comply to the below specification statement [1], the admin virtqueue is activated for upper layer users only after setting DRIVER_OK status.
[1] The driver MUST NOT send any buffer available notifications to the device before setting DRIVER_OK.
Signed-off-by: Feng Liu <feliu@nvidia.com> Reviewed-by: Parav Pandit <parav@nvidia.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Yishai Hadas <yishaih@nvidia.com> Link: https://lore.kernel.org/r/20231219093247.170936-4-yishaih@nvidia.com Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
|
/linux/include/linux/ |
H A D | virtio.h | diff 92792ac752aa80d5ee71bc291d90edd06cd76bd1 Tue Dec 19 10:32:41 CET 2023 Feng Liu <feliu@nvidia.com> virtio-pci: Introduce admin command sending function
Add support for sending admin command through admin virtqueue interface. Abort any inflight admin commands once device reset completes. Activate admin queue when device becomes ready; deactivate on device reset.
To comply to the below specification statement [1], the admin virtqueue is activated for upper layer users only after setting DRIVER_OK status.
[1] The driver MUST NOT send any buffer available notifications to the device before setting DRIVER_OK.
Signed-off-by: Feng Liu <feliu@nvidia.com> Reviewed-by: Parav Pandit <parav@nvidia.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Yishai Hadas <yishaih@nvidia.com> Link: https://lore.kernel.org/r/20231219093247.170936-4-yishaih@nvidia.com Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
|