diff options
author | Weihang Li <[email protected]> | 2020-03-20 11:23:41 +0800 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2020-03-26 16:52:29 -0300 |
commit | cd4a70bb7d19063f63c8189bef08e2149f116ef0 (patch) | |
tree | 26748fbcba58109c4bba0228242fe2dbed8acfd2 /scripts/bpf_helpers_doc.py | |
parent | f4c5d869c8270703c3f3267242e4cc968c723370 (diff) |
RDMA/hns: Remove redundant assignment of wc->smac when polling cq
The field smac in ib_wc was used for create AH and then it will be treated
as destination mac address in UD sqwqe, but related code about filling smac
into AH has been removed in core. Actually, the dmac in UD sqwqe is parsed
from the dgid in grh which is passed in by ULP now, so this assignment
should be removed.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Weihang Li <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions