Re: RFC: TSO patch for current

2006-11-03 Thread Jack Vogel
On 11/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, I have a patch that I got from the mailing list. But it does not contain the changes that adds tso_segsz to mbuffer header structure. Can any one please send me the latest patch for TSO that contains stack changes? Thanks, ~Siva

RE: RFC: TSO patch for current

2006-11-03 Thread sivakumar.subramani
:[EMAIL PROTECTED] On Behalf Of Jack Vogel Sent: Wednesday, September 06, 2006 3:53 AM To: Andre Oppermann Cc: freebsd-net; freebsd-current Subject: Re: RFC: TSO patch for current On 9/5/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: > Jack Vogel wrote: > > On 9/5/06, Andre Op

RE: RFC: TSO patch for current

2006-10-29 Thread sivakumar.subramani
Oppermann Cc: freebsd-net; freebsd-current Subject: Re: RFC: TSO patch for current On 9/5/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: > Jack Vogel wrote: > > On 9/5/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: > >> Prafulla Deuskar wrote: > >> >

Re: RFC: TSO patch for current

2006-09-10 Thread Ian FREISLICH
Prafulla Deuskar wrote: > Pyun YongHyeon [EMAIL PROTECTED] wrote: > >What happen if users disable hardware > > VLAN tag insertion with ifconfig(8)? > > TSO requires that VLAN tag insertion is done by hardware This is bad news. I use CARP interfaces in all my VLANs which places the interface in p

Re: RFC: TSO patch for current

2006-09-09 Thread Prafulla Deuskar
Pyun YongHyeon [EMAIL PROTECTED] wrote: > On Fri, Sep 01, 2006 at 03:51:21PM -0700, Jack Vogel wrote: > > This is a patch for the stack and the em driver to enable TSO > > on CURRENT. Previously I had problems getting it to work, but > > this is functional. > > > > I should note that CURRENT

Re: RFC: TSO patch for current

2006-09-08 Thread Andre Oppermann
Ian FREISLICH wrote: Andre Oppermann wrote: Jack Vogel wrote: On 9/5/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: If you do the ifconfig changes there will need to be a small amount of code added to em_ioctl() but it should be trivial. You want me to reissue a driver patch with changes f

Re: RFC: TSO patch for current

2006-09-08 Thread Andre Oppermann
Ian FREISLICH wrote: Andre Oppermann wrote: Jack Vogel wrote: On 9/5/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: If you do the ifconfig changes there will need to be a small amount of code added to em_ioctl() but it should be trivial. You want me to reissue a driver patch with changes f

Re: RFC: TSO patch for current

2006-09-08 Thread Ian FREISLICH
Andre Oppermann wrote: > Jack Vogel wrote: > > On 9/5/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: > >> > If you do the ifconfig changes there will need to be a small amount of > >> > code added to em_ioctl() but it should be trivial. > >> > > >> > You want me to reissue a driver patch with chang

Re: RFC: TSO patch for current

2006-09-07 Thread Andre Oppermann
Jack Vogel wrote: On 9/5/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: > If you do the ifconfig changes there will need to be a small amount of > code added to em_ioctl() but it should be trivial. > > You want me to reissue a driver patch with changes for your code? Yes, please do so. I've go

Re: RFC: TSO patch for current

2006-09-05 Thread Jack Vogel
On 9/5/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: Jack Vogel wrote: > On 9/5/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: >> Prafulla Deuskar wrote: >> > Your patch looks good and is the way to go. >> > >> > So after Jack confirms that your patch works with the em driver >> > would you comm

Re: RFC: TSO patch for current

2006-09-05 Thread Andre Oppermann
Jack Vogel wrote: On 9/5/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: Prafulla Deuskar wrote: > Your patch looks good and is the way to go. > > So after Jack confirms that your patch works with the em driver > would you commit to to -current? Absolutely. :-) > The driver related changes can

Re: RFC: TSO patch for current

2006-09-05 Thread Jack Vogel
On 9/5/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: Prafulla Deuskar wrote: > Andre Oppermann [EMAIL PROTECTED] wrote: >> Prafulla Deuskar wrote: >>> Jack Vogel [EMAIL PROTECTED] wrote: >>> On 9/2/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: > I can't comment on the em part

Re: RFC: TSO patch for current

2006-09-05 Thread Andre Oppermann
Prafulla Deuskar wrote: Andre Oppermann [EMAIL PROTECTED] wrote: Prafulla Deuskar wrote: Jack Vogel [EMAIL PROTECTED] wrote: On 9/2/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: I can't comment on the em part but the tcp_output.c stuff looks very much like a straight port from NetBSD. If

Re: RFC: TSO patch for current

2006-09-05 Thread Prafulla Deuskar
Andre Oppermann [EMAIL PROTECTED] wrote: > Prafulla Deuskar wrote: > >Jack Vogel [EMAIL PROTECTED] wrote: > > > >>On 9/2/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: > >> > >> > >>>I can't comment on the em part but the tcp_output.c stuff looks > >>>very much like a straight port from NetBSD. If

Re: RFC: TSO patch for current

2006-09-05 Thread Andre Oppermann
Prafulla Deuskar wrote: Jack Vogel [EMAIL PROTECTED] wrote: On 9/2/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: I can't comment on the em part but the tcp_output.c stuff looks very much like a straight port from NetBSD. If we take code from the other BSDs we have to remark this in the ema

Re: RFC: TSO patch for current

2006-09-05 Thread Jack Vogel
On 9/5/06, Prafulla Deuskar <[EMAIL PROTECTED]> wrote: Jack Vogel [EMAIL PROTECTED] wrote: > On 9/2/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: > > >I can't comment on the em part but the tcp_output.c stuff looks > >very much like a straight port from NetBSD. If we take code from > >the other

Re: RFC: TSO patch for current

2006-09-05 Thread Prafulla Deuskar
Jack Vogel [EMAIL PROTECTED] wrote: > On 9/2/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: > > >I can't comment on the em part but the tcp_output.c stuff looks > >very much like a straight port from NetBSD. If we take code from > >the other BSDs we have to remark this in the emails we send with

Re: RFC: TSO patch for current

2006-09-04 Thread Jack Vogel
On 9/4/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: Robert Watson wrote: > On Fri, 1 Sep 2006, Jack Vogel wrote: > >> This is a patch for the stack and the em driver to enable TSO on >> CURRENT. Previously I had problems getting it to work, but this is >> functional. >> >> I should note that CU

Re: RFC: TSO patch for current

2006-09-04 Thread Andre Oppermann
Robert Watson wrote: On Fri, 1 Sep 2006, Jack Vogel wrote: This is a patch for the stack and the em driver to enable TSO on CURRENT. Previously I had problems getting it to work, but this is functional. I should note that CURRENT is being a pain right now, when I comment out em in the confi

Re: RFC: TSO patch for current

2006-09-04 Thread Pyun YongHyeon
On Fri, Sep 01, 2006 at 03:51:21PM -0700, Jack Vogel wrote: > This is a patch for the stack and the em driver to enable TSO > on CURRENT. Previously I had problems getting it to work, but > this is functional. > > I should note that CURRENT is being a pain right now, when > I comment out em

Re: RFC: TSO patch for current

2006-09-03 Thread Andre Oppermann
Jack Vogel wrote: On 9/2/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: Jack Vogel wrote: > This is a patch for the stack and the em driver to enable TSO > on CURRENT. Previously I had problems getting it to work, but > this is functional. > > I should note that CURRENT is being a pain right now

Re: RFC: TSO patch for current

2006-09-02 Thread Jack Vogel
On 9/2/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: I can't comment on the em part but the tcp_output.c stuff looks very much like a straight port from NetBSD. If we take code from the other BSDs we have to remark this in the emails we send with patches and the commit message (otherwise we ge

Re: RFC: TSO patch for current

2006-09-02 Thread Jack Vogel
On 9/2/06, Andre Oppermann <[EMAIL PROTECTED]> wrote: Jack Vogel wrote: > This is a patch for the stack and the em driver to enable TSO > on CURRENT. Previously I had problems getting it to work, but > this is functional. > > I should note that CURRENT is being a pain right now, when > I comment

Re: RFC: TSO patch for current

2006-09-02 Thread Andre Oppermann
Jack Vogel wrote: This is a patch for the stack and the em driver to enable TSO on CURRENT. Previously I had problems getting it to work, but this is functional. I should note that CURRENT is being a pain right now, when I comment out em in the config the kernel panics coming up, so I had to sub

Re: RFC: TSO patch for current

2006-09-01 Thread Robert Watson
On Fri, 1 Sep 2006, Jack Vogel wrote: This is a patch for the stack and the em driver to enable TSO on CURRENT. Previously I had problems getting it to work, but this is functional. I should note that CURRENT is being a pain right now, when I comment out em in the config the kernel panics com

Re: RFC: TSO patch for current

2006-09-01 Thread gnn
At Fri, 1 Sep 2006 15:51:21 -0700, Jack Vogel wrote: > > This is a patch for the stack and the em driver to enable TSO > on CURRENT. Previously I had problems getting it to work, but > this is functional. > > I should note that CURRENT is being a pain right now, when > I comment out em in the con

RFC: TSO patch for current

2006-09-01 Thread Jack Vogel
This is a patch for the stack and the em driver to enable TSO on CURRENT. Previously I had problems getting it to work, but this is functional. I should note that CURRENT is being a pain right now, when I comment out em in the config the kernel panics coming up, so I had to substitute this code i