On Tue, 2013-05-21 at 11:21 +0300, Or Gerlitz wrote: > On Tue, May 21, 2013 at 10:06 AM, Eilon Greenstein <eil...@broadcom.com> > wrote: > > Or - at least for the bnx2x, it is easy to add support for this new ndo. > > Do you understand what's the equivalent of that mysterious module > param for your driver/HW - or you just copied and pasted that black > magic code? >
The module parameter is not the interesting part of this patch. It is clear that unloading the module while this sort of traffic is running is not safe and the alternative of adding a reference count or something similar sounds too costly (after all, this patch is about performance). I just played with it to get a feel of the latency improvement - I did not try unloading the module during traffic so I do not care about the module parameter part right now. I agree that the unload should be looked into - but the general concept is great and it is a very nice improvement. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/