qemu-patch-raspberry4/hw/rdma/vmw
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
..
pvrdma.h hw/pvrdma: Make default pkey 0xFFFF 2018-08-18 17:59:58 +03:00
pvrdma_cmd.c hw/pvrdma: Check the correct return value 2018-12-22 11:09:56 +02:00
pvrdma_dev_ring.c hw/rdma: Fix 32-bit compilation 2018-03-23 18:38:55 +03:00
pvrdma_dev_ring.h Clean up includes 2018-12-20 10:29:08 +01:00
pvrdma_main.c hw/rdma: Add reference to pci_dev in backend_dev 2018-08-18 18:01:20 +03:00
pvrdma_qp_ops.c hw/rdma: Add ability to force notification without re-arm 2018-12-22 11:09:56 +02:00
pvrdma_qp_ops.h
trace-events hw/rdma: Implementation of PVRDMA device 2018-02-19 13:03:24 +02:00