diff options
author | Bob Pearson <rpearson@hpe.com> | 2021-06-18 07:57:38 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2021-06-22 21:38:52 +0300 |
commit | fceb24a73eec7bbc717e516d5420ae786c514d38 (patch) | |
tree | 8ff1c2bd926c41ee486eb8603264c742c705724f /tools/perf/scripts/python/export-to-sqlite.py | |
parent | d5d182ea5aa2ae3cb20f98dddcfeaf263b802c07 (diff) | |
download | linux-fceb24a73eec7bbc717e516d5420ae786c514d38.tar.xz |
RDMA/rxe: Fix useless copy in send_atomic_ack
In send_atomic_ack() in rxe_resp.c there is code copying ack_pkt into the
skb->cb[]. This doesn't do anything useful because the cb[] is not used in
the transmit path by the rxe driver.
Remove this code.
Fixes: 4c93496f18ce ("IB/rxe: do not copy extra stack memory to skb")
Link: https://lore.kernel.org/r/20210618045742.204195-2-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearson@hpe.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions