[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 7/7] xen-netback: don't disconnect frontend when seeing oversize packet
> + if (!drop_err && txp->size > first->size) { > + if (net_ratelimit()) > + netdev_dbg(vif->dev, > + "Packet is bigger than frame.\n"); It must be worth printing txp->size and first->size here. Similarly for the other errors in the other patches. Probably difficult for some of these errors, but it is sometimes worth saving the last 'bad' item. So that with an appropriate tool (maybe hexdump of /dev/kmem) it is possible to look at the actual contents and thus determine the actual source of the error. David _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |