On 9/29/06, Andrew Gallatin <[EMAIL PROTECTED]> wrote:

Andre Oppermann writes:
 > Andrew Gallatin wrote:
 > > Andre,
 > >
 > > I meant to ask: Did you try 16KB jumbos?  Did they perform
 > > any better than page-sized jumbos?
 >
 > No, I didn't try 16K jumbos.  The problem with anything larger than
 > page size is that it may look contigous in kernel memory but isn't
 > in physical memory.  Thus you need the same number of descriptors
 > for the network card as with page sized (4K) clusters.

But it would allow you to do one copyin, rather than 4.   I
don't know how much this would help, but it might be worth
looking at.

There is another limitation, due to hardware FIFO size, TSO must
never have more than 4K per descriptor. But as Andrew says, that
needn't limit you up above, it will just get parceled up in the driver.

Jack
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to