Some new findings: - I've added a print of the skb->data_len and skb->len sizes right before the BUG_ON line. skb->data_len was always 0, so I don't understand why there is a kernel panic.
- It's unnecessary to use netperf to reproduce the bug. It can be reproduced just by copying a file between 2 hosts with scp. - I removed the BUG_ON line and copied a large file between two hosts. The file got to the other side without any corruptions. Ron On Mon, Dec 29, 2008 at 10:39 AM, Ron Livne <[email protected]> wrote: > Yes, it does reproduce on Linus's git tree. > > Ron > > > On Mon, Dec 29, 2008 at 5:45 AM, Roland Dreier <[email protected]> wrote: >> > We've discovered that sometimes we get a kernel panic while using >> > ipoib with lro enabled. >> > You can find all the details here: >> > >> > https://bugs.openfabrics.org/show_bug.cgi?id=1473 >> > >> > This bug is reproduced both in kernel 2.6.27 and OFED 1.4. >> >> I'll try to reproduce it myself, but in the meantime, can you reproduce >> this with 2.6.28 or even better latest upstream Linus's git tree >> (without OFED)? >> >> - R. >> > _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
