diff options
author | Potnuri Bharat Teja <[email protected]> | 2019-10-03 16:13:53 +0530 |
---|---|---|
committer | Doug Ledford <[email protected]> | 2019-10-18 14:35:19 -0400 |
commit | 612e0486ad0845c41ac10492e78144f99e326375 (patch) | |
tree | c53a389a1ada63d20dde168dd2648781e03ab4a4 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 22bb13653410424d9fce8d447506a41f8292f22f (diff) |
iw_cxgb4: fix ECN check on the passive accept
pass_accept_req() is using the same skb for handling accept request and
sending accept reply to HW. Here req and rpl structures are pointing to
same skb->data which is over written by INIT_TP_WR() and leads to
accessing corrupt req fields in accept_cr() while checking for ECN flags.
Reordered code in accept_cr() to fetch correct req fields.
Fixes: 92e7ae7172 ("iw_cxgb4: Choose appropriate hw mtu index and ISS for iWARP connections")
Signed-off-by: Potnuri Bharat Teja <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Doug Ledford <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions