projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45216d6
)
RDMA/rxe: Remove unused WR_READ_WRITE_OR_SEND_MASK
author
Xiao Yang
<yangx.jy@fujitsu.com>
Tue, 14 Sep 2021 08:02:53 +0000
(16:02 +0800)
committer
Jason Gunthorpe
<jgg@nvidia.com>
Tue, 28 Sep 2021 14:42:24 +0000
(11:42 -0300)
Link:
https://lore.kernel.org/r/20210914080253.1145353-4-yangx.jy@fujitsu.com
Signed-off-by: Xiao Yang <yangx.jy@fujitsu.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/sw/rxe/rxe_opcode.h
patch
|
blob
|
history
diff --git
a/drivers/infiniband/sw/rxe/rxe_opcode.h
b/drivers/infiniband/sw/rxe/rxe_opcode.h
index e3a46b287c154a2ac1707399b900f7f78e7ffa6c..8f9aaaf260f293c0fab54ba08f74cd0e839a608d 100644
(file)
--- a/
drivers/infiniband/sw/rxe/rxe_opcode.h
+++ b/
drivers/infiniband/sw/rxe/rxe_opcode.h
@@
-22,7
+22,6
@@
enum rxe_wr_mask {
WR_LOCAL_OP_MASK = BIT(5),
WR_READ_OR_WRITE_MASK = WR_READ_MASK | WR_WRITE_MASK,
- WR_READ_WRITE_OR_SEND_MASK = WR_READ_OR_WRITE_MASK | WR_SEND_MASK,
WR_WRITE_OR_SEND_MASK = WR_WRITE_MASK | WR_SEND_MASK,
WR_ATOMIC_OR_READ_MASK = WR_ATOMIC_MASK | WR_READ_MASK,
};