Skip to content

Commit

Permalink
hw/pvrdma: Make default pkey 0xFFFF
Browse files Browse the repository at this point in the history
Commit 6e7dba2 ("hw/pvrdma: Make default pkey 0xFFFF") exports
default pkey as external definition but omit the change from 0x7FFF to
0xFFFF.

Fixes: 6e7dba2 ("hw/pvrdma: Make default pkey 0xFFFF")

Signed-off-by: Yuval Shaia <[email protected]>
Reviewed-by: Marcel Apfelbaum <[email protected]>
Signed-off-by: Marcel Apfelbaum <[email protected]>
  • Loading branch information
Yuval Shaia authored and marcel-apf committed Dec 22, 2018
1 parent f00c48c commit 536692c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/rdma/vmw/pvrdma.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#define PVRDMA_FW_VERSION 14

/* Some defaults */
#define PVRDMA_PKEY 0x7FFF
#define PVRDMA_PKEY 0xFFFF

typedef struct DSRInfo {
dma_addr_t dma;
Expand Down

0 comments on commit 536692c

Please sign in to comment.