aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorBob Pearson <[email protected]>2021-01-28 12:23:02 -0600
committerJason Gunthorpe <[email protected]>2021-02-05 13:45:21 -0400
commit5120bf0a5fc15dec210a0fe0f39e4a256bb6e349 (patch)
treedc598863f7d62cd17883992dda20d2b641ffb723 /tools/perf/util/scripting-engines/trace-event-python.c
parent8fc1b7027fc162738d5a85c82410e501a371a404 (diff)
RDMA/rxe: Correct skb on loopback path
rxe_net.c sends packets at the IP layer with skb->data pointing at the IP header but receives packets from a UDP tunnel with skb->data pointing at the UDP header. On the loopback path this was not correctly accounted for. This patch corrects for this by using sbk_pull() to strip the IP header from the skb on received packets. Fixes: 8700e3e7c485 ("Soft RoCE driver") 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