]> git.baikalelectronics.ru Git - kernel.git/commit
IB/IPoIB: Do not set skb truesize since using one linearskb
authorCarol L Soto <clsoto@linux.vnet.ibm.com>
Wed, 3 Feb 2016 20:55:37 +0000 (15:55 -0500)
committerDoug Ledford <dledford@redhat.com>
Thu, 4 Feb 2016 12:08:12 +0000 (07:08 -0500)
commitd3e6b15423ea6317db5683ef06c5c4e2c8974bc1
treefb18b7aa91e0383317d58a5a78c82558d35a51a4
parent6287e96d2cfe612875ce5324068ec80531e43614
IB/IPoIB: Do not set skb truesize since using one linearskb

We are seeing this warning: at net/core/skbuff.c:4174
and before commit 9c5fd393e96d ("IB/ipoib: Use one linear skb in RX flow")
skb truesize was not being set when ipoib was using just one skb.
Removing this line avoids the warning when running tcp tests like iperf.

Fixes: 9c5fd393e96d ("IB/ipoib: Use one linear skb in RX flow")
Signed-off-by: Carol L Soto <clsoto@linux.vnet.ibm.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/ulp/ipoib/ipoib_ib.c