From: Michal Simek <monstr@monstr.eu>
Date: Tue, 10 Apr 2012 15:49:17 +0200
I reported problem with performance regression on the same drvier
between one kernel version and the newer version. Even with pointer
to specific patch which I have identified as source of the problem.
It has nothing to do with performance of driver itself because
identified patch directly points to generic network code not to
mainline driver and performance problem in it.
The size and attributes of the SKBs allocated is a clear important
variable in this bug, and you've just described how the SKBs allocated
are of completely different sizes in the driver you're using compared
to the one in the tree.
You were very fortunate that Eric was able to track down the cause
even with this unknown variable, but in other cases this can lead to
wild goose chases which waste developer time.
So, again, please do not do this in the future, reproduce your
problems with upstream sources only.