mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
hw/rdma: Delete port's pkey table
Support for PKEY is not yet implemented. Removing the unneeded table until a support will be added. Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com> Reviewed-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> Message-Id: <20180430200223.4119-4-marcel.apfelbaum@gmail.com>
This commit is contained in:
parent
b0197cf80a
commit
b9e34872b9
2 changed files with 1 additions and 17 deletions
|
@ -21,7 +21,7 @@
|
|||
#define MAX_PORTS 1
|
||||
#define MAX_PORT_GIDS 1
|
||||
#define MAX_PORT_PKEYS 1
|
||||
#define MAX_PKEYS 1
|
||||
#define MAX_PKEYS MAX_PORT_PKEYS
|
||||
#define MAX_GIDS 2048
|
||||
#define MAX_UCS 512
|
||||
#define MAX_MR_SIZE (1UL << 27)
|
||||
|
@ -87,7 +87,6 @@ typedef struct RdmaRmQP {
|
|||
typedef struct RdmaRmPort {
|
||||
union ibv_gid gid_tbl[MAX_PORT_GIDS];
|
||||
enum ibv_port_state state;
|
||||
int *pkey_tbl; /* TODO: Not yet supported */
|
||||
} RdmaRmPort;
|
||||
|
||||
typedef struct RdmaDeviceResources {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue