On Thu, Sep 11, 2008 at 05:15:50PM +0200, Philip Kirchhoff wrote: > > Hello, > > I built an AoE Server on an FPGA and a have problem with the Linux > driver. Although my NIC supports jumboframes and I have inreased the mtu > value, the driver does not send or request more than 2 sectors in a > message. With the aoe-exercise tool I can set the packetsize manually > and it works without any problems. > Does the driver use any other information than the mtu value to set the > packetsize, maybe any values that my server sends?
The aoe driver also uses as a lower bound the smallest MTU of the local interfaces that can reach the target, and it also takes the "Sector Count" field of the AoE config query response into account. -- Ed Cashin <[EMAIL PROTECTED]> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Aoetools-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aoetools-discuss
