Re: cvs commit: src/sys/sys mbuf.h src/sys/net if_ethersubr.c src/sys/dev/mxge mxge_lro.c

2007-06-12 Thread Andrew Gallatin
Andre Oppermann [EMAIL PROTECTED] wrote: Andrew Gallatin wrote: Andre Oppermann writes: Lets add the interface capabilities flag for LRO including the ifconfig support and be done with this episode. OK. I'm about out of time for today. If you haven't beaten me to it, I will try

cvs commit: src/sys/sys mbuf.h src/sys/net if_ethersubr.c src/sys/dev/mxge mxge_lro.c

2007-06-11 Thread Andrew Gallatin
gallatin2007-06-11 14:59:56 UTC FreeBSD src repository Modified files: sys/sys mbuf.h sys/net if_ethersubr.c sys/dev/mxge mxge_lro.c Log: Allow drivers, such as cxgb and mxge, which support LRO to bypass the MTU check in

cvs commit: src/sys/sys mbuf.h src/sys/net if_ethersubr.c src/sys/dev/mxge mxge_lro.c

2007-06-11 Thread Andrew Gallatin
gallatin2007-06-11 18:26:25 UTC FreeBSD src repository Modified files: sys/sys mbuf.h sys/net if_ethersubr.c sys/dev/mxge mxge_lro.c Log: Back out the previous commit which added an M_LRO mbuf flag to defeat the mtu check in

Re: cvs commit: src/sys/sys mbuf.h src/sys/net if_ethersubr.c src/sys/dev/mxge mxge_lro.c

2007-06-11 Thread Andre Oppermann
Andrew Gallatin wrote: gallatin2007-06-11 14:59:56 UTC FreeBSD src repository Modified files: sys/sys mbuf.h sys/net if_ethersubr.c sys/dev/mxge mxge_lro.c Log: Allow drivers, such as cxgb and mxge, which support LRO to bypass the

Re: cvs commit: src/sys/sys mbuf.h src/sys/net if_ethersubr.c src/sys/dev/mxge mxge_lro.c

2007-06-11 Thread Scott Long
Andre Oppermann wrote: Andrew Gallatin wrote: gallatin2007-06-11 14:59:56 UTC FreeBSD src repository Modified files: sys/sys mbuf.h sys/net if_ethersubr.c sys/dev/mxge mxge_lro.c Log: Allow drivers, such as cxgb and mxge, which

Re: cvs commit: src/sys/sys mbuf.h src/sys/net if_ethersubr.c src/sys/dev/mxge mxge_lro.c

2007-06-11 Thread Andre Oppermann
Scott Long wrote: Andre Oppermann wrote: Andrew Gallatin wrote: gallatin2007-06-11 14:59:56 UTC FreeBSD src repository Modified files: sys/sys mbuf.h sys/net if_ethersubr.c sys/dev/mxge mxge_lro.c Log: Allow drivers, such as cxgb and

Re: cvs commit: src/sys/sys mbuf.h src/sys/net if_ethersubr.c src/sys/dev/mxge mxge_lro.c

2007-06-11 Thread Andrew Gallatin
Andre Oppermann writes: Scott Long wrote: Andre Oppermann wrote: Andrew Gallatin wrote: gallatin2007-06-11 14:59:56 UTC FreeBSD src repository Modified files: sys/sys mbuf.h sys/net if_ethersubr.c sys/dev/mxge

Re: cvs commit: src/sys/sys mbuf.h src/sys/net if_ethersubr.c src/sys/dev/mxge mxge_lro.c

2007-06-11 Thread Andre Oppermann
Andrew Gallatin wrote: Andre Oppermann writes: Scott Long wrote: Andre Oppermann wrote: Andrew Gallatin wrote: gallatin2007-06-11 14:59:56 UTC FreeBSD src repository Modified files: sys/sys mbuf.h sys/net if_ethersubr.c

Re: cvs commit: src/sys/sys mbuf.h src/sys/net if_ethersubr.c src/sys/dev/mxge mxge_lro.c

2007-06-11 Thread Andrew Gallatin
Andre Oppermann writes: Andrew Gallatin wrote: FWIW, LRO triples receive performance for standard frames (3.xGb/s - 9.3Gb/s) on decent hardware. Nice to see that. The problem with LRO at the moment is that it only works on short RTT links (1ms) because the TCP stack doesn't do

Re: cvs commit: src/sys/sys mbuf.h src/sys/net if_ethersubr.c src/sys/dev/mxge mxge_lro.c

2007-06-11 Thread Jack Vogel
On 6/11/07, Andre Oppermann [EMAIL PROTECTED] wrote: Andrew Gallatin wrote: Andre Oppermann writes: Scott Long wrote: Andre Oppermann wrote: Andrew Gallatin wrote: gallatin2007-06-11 14:59:56 UTC FreeBSD src repository Modified files: sys/sys

Re: cvs commit: src/sys/sys mbuf.h src/sys/net if_ethersubr.c src/sys/dev/mxge mxge_lro.c

2007-06-11 Thread Andre Oppermann
Andrew Gallatin wrote: Andre Oppermann writes: Lets add the interface capabilities flag for LRO including the ifconfig support and be done with this episode. OK. I'm about out of time for today. If you haven't beaten me to it, I will try to do it tomorrow or the next day. I assume you're