aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorBob Pearson <[email protected]>2021-01-27 16:42:04 -0600
committerJason Gunthorpe <[email protected]>2021-02-05 13:43:30 -0400
commite328197423e09094aff48619ebef6671ff64d3b2 (patch)
tree226ea7b0b54c73e7288e21f3d5b544ed41126a6a /tools/perf/util/scripting-engines/trace-event-python.c
parent7d9ae80e31df57dd3253e1ec514f0000aa588a81 (diff)
RDMA/rxe: Remove useless code in rxe_recv.c
In check_keys() in rxe_recv.c if ((...) && pkt->mask) { ... } always has pkt->mask non zero since in rxe_udp_encap_recv() pkt->mask is always set to RXE_GRH_MASK (!= 0). There is no obvious reason for this additional test and the original intent is lost. This patch simplifies the expression. Fixes: 8b7b59d030cc ("IB/rxe: remove redudant qpn check") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bob Pearson <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions