aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
diff options
context:
space:
mode:
authorErez Shitrit <erezsh@mellanox.com>2015-04-02 13:39:05 +0300
committerDoug Ledford <dledford@redhat.com>2015-04-15 16:06:19 -0400
commitca9b590caa17bcbbea119594992666e96cde9c2f (patch)
treeb5613d5f7cd9ae94e391087a6e8757b0fca0f2d8 /drivers/infiniband/core
parentIB/ipoib: Remove IPOIB_MCAST_RUN bit (diff)
downloadlinux-dev-ca9b590caa17bcbbea119594992666e96cde9c2f.tar.xz
linux-dev-ca9b590caa17bcbbea119594992666e96cde9c2f.zip
IB/mlx4: Fix WQE LSO segment calculation
The current code decreases from the mss size (which is the gso_size from the kernel skb) the size of the packet headers. It shouldn't do that because the mss that comes from the stack (e.g IPoIB) includes only the tcp payload without the headers. The result is indication to the HW that each packet that the HW sends is smaller than what it could be, and too many packets will be sent for big messages. An easy way to demonstrate one more aspect of the problem is by configuring the ipoib mtu to be less than 2*hlen (2*56) and then run app sending big TCP messages. This will tell the HW to send packets with giant (negative value which under unsigned arithmetics becomes a huge positive one) length and the QP moves to SQE state. Fixes: b832be1e4007 ('IB/mlx4: Add IPoIB LSO support') Reported-by: Matthew Finlay <matt@mellanox.com> Signed-off-by: Erez Shitrit <erezsh@mellanox.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/core')
0 files changed, 0 insertions, 0 deletions