On 23/05/14 11:45, David Laight wrote: > From: Bjørn Mork [mailto:bjorn@xxxxxxx] >> David Laight <David.Laight@xxxxxxxxxx> writes: > ... >>> Note that some of the usb ethernet drivers allocate large skb then >>> lie about the truesize. >> >> Hmm, which drivers are these? > > $ grep truesize linux/drivers/net/usb/* > > asix_88179_178a, smsc95xx, sr9700. > > David > What are the side effects of changing the truesize, if the original uncloned skb has the full truesize then isn't the potential memory usage still counted for the avoidance of OOM? I suppose if the uncloned skb is deleted you would then have a problem so a chain of URB's would be the safest solution. Jim -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html