qemu-patch-raspberry4/hw/rdma
Yuval Shaia 4082e533f6 hw/rdma: Add ability to force notification without re-arm
Upon completion of incoming packet the device pushes CQE to driver's RX
ring and notify the driver (msix).
While for data-path incoming packets the driver needs the ability to
control whether it wished to receive interrupts or not, for control-path
packets such as incoming MAD the driver needs to be notified anyway, it
even do not need to re-arm the notification bit.

Enhance the notification field to support this.

Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Reviewed-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2018-12-22 11:09:56 +02:00
..
vmw hw/rdma: Add ability to force notification without re-arm 2018-12-22 11:09:56 +02:00
Makefile.objs config: split PVRDMA from RDMA 2018-08-18 18:01:34 +03:00
rdma_backend.c hw/rdma: Add reference to pci_dev in backend_dev 2018-08-18 18:01:20 +03:00
rdma_backend.h hw/rdma: Add reference to pci_dev in backend_dev 2018-08-18 18:01:20 +03:00
rdma_backend_defs.h hw/rdma: Make distinction between device init and start modes 2018-08-18 17:59:23 +03:00
rdma_rm.c hw/rdma: Add ability to force notification without re-arm 2018-12-22 11:09:56 +02:00
rdma_rm.h rdma: fix up include directives 2018-03-23 18:38:55 +03:00
rdma_rm_defs.h hw/rdma: Add ability to force notification without re-arm 2018-12-22 11:09:56 +02:00
rdma_utils.c Clean up includes 2018-12-20 10:29:08 +01:00
rdma_utils.h Clean up includes 2018-12-20 10:29:08 +01:00
trace-events hw/rdma: Implementation of generic rdma device layers 2018-02-19 13:03:24 +02:00