wangyongrong b0d70b76cb virtio-pci.c: polling mode support
1. Some platforms do not support interrupt mode (PCI_MSI/MSIX),
so add polling mode support, so these platforms can also use virtio-pci;
2. In some cases, we do not want to use the interrupt for virtio driver
to avoid time jitter, so add the polling mode support;
3. If CONFIG_DRIVERS_VIRTIO_PCI_POLLING_PERIOD <= 0, interrupt mode.
   if CONFIG_DRIVERS_VIRTIO_PCI_POLLING_PERIOD > 0, polling mode.

Signed-off-by: wangyongrong <wangyongrong@xiaomi.com>
2024-09-15 02:22:16 +08:00
..
2023-09-22 13:51:00 +08:00
2023-10-17 13:43:43 +08:00
2024-06-28 09:30:42 +02:00
2023-07-08 13:50:48 +08:00
2024-07-03 17:31:23 +08:00
2024-09-15 02:22:16 +08:00
2024-09-06 10:01:11 +08:00
2024-09-13 09:09:19 +08:00
2024-09-13 09:09:19 +08:00