Am Donnerstag, 8. Februar 2007 20:28 schrieb Edwin Olson: > I definitely understand limiting the number of outstanding URBs to avoid > a DoS, but I don't follow why MAX_TRANSFER is being set to this > particular value. MAX_TRANSFER = PAGE_SIZE would seem like a better > choice, as it wouldn't cause a PAGE_SIZE-sized write to fragment into > two URBs (not that that's such a terrible thing anyway.) I'm not sure I > see how the maximum packet size of the host enters into it. > > Can you clarify?
Memory allocations larger than PAGE_SIZE are expensive and kmalloc has a small memory overhead that adds to the allocation. Regards Oliver ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel