linux/drivers/infiniband/sw
Bob Pearson 230bb836ee RDMA/rxe: Fix redundant call to ip_send_check
For IPV4 packets sent on the wire the rxe driver calls ip_local_out()
which immediately calls __ip_local_out() which sets iph->tot_len and calls
ip_send_check(). This code is duplicated in prepare4(). On the loopback
path the IP header checksum and tot_len fields are not used so they do not
need to be set.

Remove this redundant code.

Fixes: 8700e3e7c4 ("Soft RoCE driver")
Link: https://lore.kernel.org/r/20210618045742.204195-3-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
2021-06-22 15:38:52 -03:00
..
rdmavt RDMA: Fix kernel-doc warnings about wrong comment 2021-06-21 20:32:50 -03:00
rxe RDMA/rxe: Fix redundant call to ip_send_check 2021-06-22 15:38:52 -03:00
siw RDMA/siw: Release xarray entry 2021-05-10 14:06:45 -03:00
Makefile rdma/siw: addition to kernel build environment 2019-07-02 17:03:41 -03:00