]> git.proxmox.com Git - mirror_qemu.git/commit - hw/rdma/vmw/pvrdma_qp_ops.c
hw/rdma: Add ability to force notification without re-arm
authorYuval Shaia <yuval.shaia@oracle.com>
Fri, 21 Dec 2018 14:40:16 +0000 (16:40 +0200)
committerMarcel Apfelbaum <marcel.apfelbaum@gmail.com>
Sat, 22 Dec 2018 09:09:56 +0000 (11:09 +0200)
commit4082e533f640426a91d1a08c3aeb6824cd65e28a
tree02a4a059a1d167a9ba1966433a6ade3748c378fc
parenta5d2f6f8773a8ce7534e79b067f135d55c6274cb
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>
hw/rdma/rdma_rm.c
hw/rdma/rdma_rm_defs.h
hw/rdma/vmw/pvrdma_qp_ops.c