qemu/hw/rdma
Yuval Shaia ffef47754a hw/pvrdma: Remove max-sge command-line param
This parameter has no effect, fix it.

The function init_dev_caps sets the front-end's max-sge to MAX_SGE. Then
it checks backend's max-sge and adjust it accordingly (we can't send
more than what the device supports).

On send and recv we need to make sure the num_sge in the WQE does not
exceeds the backend device capability.
This check is done in pvrdma level so check on rdma level is deleted.

Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Message-Id: <20190109194123.3468-1-yuval.shaia@oracle.com>
Reviewed-by: Marcel Apfelbaum<marcel.apfelbaum@gmail.com>
Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2019-01-19 10:31:24 +02:00
..
vmw hw/pvrdma: Remove max-sge command-line param 2019-01-19 10:31:24 +02:00
Makefile.objs config: split PVRDMA from RDMA 2018-08-18 18:01:34 +03:00
rdma_backend_defs.h hw/pvrdma: Add support to allow guest to configure GID table 2018-12-22 11:09:56 +02:00
rdma_backend.c hw/pvrdma: Remove max-sge command-line param 2019-01-19 10:31:24 +02:00
rdma_backend.h hw/pvrdma: Remove max-sge command-line param 2019-01-19 10:31:24 +02:00
rdma_rm_defs.h hw/rdma: Remove unneeded code that handles more that one port 2018-12-22 11:09:56 +02:00
rdma_rm.c hw/rdma: Do not call rdma_backend_del_gid on an empty gid 2018-12-22 11:09:57 +02:00
rdma_rm.h hw/rdma: Remove unneeded code that handles more that one port 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 hw/rdma: Initialize node_guid from vmxnet3 mac address 2018-12-22 11:09:56 +02:00
trace-events hw/rdma: Implementation of generic rdma device layers 2018-02-19 13:03:24 +02:00