summaryrefslogtreecommitdiffstats
path: root/hw/rdma
Commit message (Expand)AuthorAgeFilesLines
* hw/rdma: modify struct initializationMarcel Apfelbaum2019-01-191-4/+4
* hw: rdma: fix an off-by-one issueLi Qiang2019-01-191-1/+1
* hw/rdma: Verify that ptr is not NULL before freeingYuval Shaia2019-01-192-3/+10
* hw/pvrdma: Make function pvrdma_qp_send/recv return void.Yuval Shaia2019-01-192-10/+8Star
* hw/pvrdma: Post CQE when receive invalid gid indexYuval Shaia2019-01-192-2/+5
* hw/rdma: Delete unused struct memberYuval Shaia2019-01-192-13/+14
* hw/pvrdma: Remove max-sge command-line paramYuval Shaia2019-01-194-26/+42
* pvrdma: check return value from pvrdma_idx_ring_has_ routinesPrasad J Pandit2018-12-221-18/+11Star
* rdma: remove unused VENDOR_ERR_NO_SGE macroPrasad J Pandit2018-12-221-2/+1Star
* pvrdma: release ring object in case of an errorPrasad J Pandit2018-12-221-11/+26
* pvrdma: check number of pages when creating ringsPrasad J Pandit2018-12-221-0/+11
* pvrdma: add uar_read routinePrasad J Pandit2018-12-221-0/+6
* rdma: check num_sge does not exceed MAX_SGEPrasad J Pandit2018-12-221-6/+6
* pvrdma: release device resources in case of an errorPrasad J Pandit2018-12-221-1/+2
* hw/rdma: Do not call rdma_backend_del_gid on an empty gidYuval Shaia2018-12-221-0/+4
* hw/rdma: Do not use bitmap_zero_extend to free bitmapYuval Shaia2018-12-221-1/+1
* hw/pvrdma: Clean device's resource when system is shutdownYuval Shaia2018-12-222-0/+17
* hw/rdma: Remove unneeded code that handles more that one portYuval Shaia2018-12-223-21/+19Star
* hw/pvrdma: Fill error code in command's responseYuval Shaia2018-12-221-108/+91Star
* hw/pvrdma: Fill all CQE fieldsYuval Shaia2018-12-223-36/+58
* hw/pvrdma: Make device state depend on Ethernet function stateYuval Shaia2018-12-221-1/+2
* hw/rdma: Initialize node_guid from vmxnet3 mac addressYuval Shaia2018-12-223-11/+13
* hw/pvrdma: Make sure PCI function 0 is vmxnet3Yuval Shaia2018-12-222-0/+14
* hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia2018-12-2211-163/+462
* hw/pvrdma: Set the correct opcode for send completionYuval Shaia2018-12-221-1/+1
* hw/pvrdma: Set the correct opcode for recv completionYuval Shaia2018-12-221-1/+2
* hw/pvrdma: Make default pkey 0xFFFFYuval Shaia2018-12-221-1/+1
* hw/pvrdma: Make function reset_device return voidYuval Shaia2018-12-221-3/+1Star
* hw/rdma: Add support for MAD packetsYuval Shaia2018-12-225-10/+260
* hw/rdma: Abort send-op if fail to create addr handlerYuval Shaia2018-12-221-0/+4
* hw/rdma: Return qpn 1 if ibqp is NULLYuval Shaia2018-12-221-1/+1
* hw/rdma: Add ability to force notification without re-armYuval Shaia2018-12-223-5/+21
* hw/pvrdma: Check the correct return valueYuval Shaia2018-12-221-1/+1
* Clean up includesMarkus Armbruster2018-12-203-2/+1Star
* config: split PVRDMA from RDMAMarcel Apfelbaum2018-08-181-1/+1
* hw/pvrdma: remove not needed includeMarcel Apfelbaum2018-08-181-1/+0Star
* hw/rdma: Add reference to pci_dev in backend_devYuval Shaia2018-08-183-3/+7
* hw/rdma: Bugfix - Support non-aligned buffersYuval Shaia2018-08-182-0/+3
* hw/rdma: Print backend QP number in hex formatYuval Shaia2018-08-182-4/+4
* hw/rdma: Cosmetic change - move to generic functionYuval Shaia2018-08-181-5/+5
* hw/pvrdma: Cosmetic change - indent rightYuval Shaia2018-08-181-2/+2
* hw/rdma: Reorder resource cleanupYuval Shaia2018-08-181-1/+2
* hw/rdma: Do not allocate memory for non-dma MRYuval Shaia2018-08-181-31/+21Star
* hw/rdma: Delete useless structure RdmaRmUserMRYuval Shaia2018-08-183-17/+12Star
* hw/pvrdma: Make default pkey 0xFFFFYuval Shaia2018-08-182-1/+4
* hw/pvrdma: Clean CQE before useYuval Shaia2018-08-181-0/+1
* hw/rdma: Modify debug macrosYuval Shaia2018-08-183-4/+18
* hw/pvrdma: Bugfix - provide the correct attr_mask to query_qpYuval Shaia2018-08-181-2/+3
* hw/rdma: Make distinction between device init and start modesYuval Shaia2018-08-184-75/+155
* hw/rdma: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2