[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <475561DB.7080404@balabit.hu>
Date: Tue, 04 Dec 2007 15:19:07 +0100
From: Laszlo Attila Toth <panther@...abit.hu>
To: netdev@...r.kernel.org
Subject: cassini driver skb->truesize bug
Hello,
we got the following message:
SKB BUG: Invalid truesize (376) len=514, sizeof(sk_buff)=248
It only occurs on larger traffic (at speed 100 Mbps: always), but not
when downloading a small web page.
In cas_rx_process_pkt() the the skb's truesize is only set via skb_put()
but it is not used if there are fragments, also skb->len is increased by
the fragment's size, but the truesize member is unchanged. I compared it
to the implementation in e1000 where all of the len, datalen and
trusize members are increased.
If I modify the code to add the fragment's size to the truesize member,
the driver allocates all available memory after a while.
Regards,
Attila
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists