Re: Anybody actually using gigabit ethernet?

1999-12-13 Thread N

Hi,

Garrett Wollman wrote on 11 May 1999:

[Netgear GigE PCI interface]
 I'm buying one of these cards today ($319.99 from NECX) and will stick
 it into a machine here on our new Gigabit backbone.  I'm particularly
 interested to test out the VLAN support, since my Secret Plan is to
 have this one machine serve as the DHCP server for the whole Lab (17
 subnets).

Did this work out?  I'm secretly planning something similar :-) and noted
this afternoon that a kernel with `pseudo-device vlan 4' in its config
file doesn't compile:

cc -c -O -m486 -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit 
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Winline 
-Wuninitialized -Wformat -Wunused  -fformat-extensions -ansi -g -nostdinc -I- -I. 
-I../.. -I../../../include  -DKERNEL -DVM_STACK -include opt_global.h -elf  
../../net/if_vlan.c
../../net/if_vlan.c: In function `vlan_ioctl':
../../net/if_vlan.c:517: structure has no member named `if_flags'
*** Error code 1

(This is RELENG_3, f'ups to [EMAIL PROTECTED] are more
 appropriate I guess... please feel free; since the original thread
 happened on -current I'm posting it there.)

TIA,


-- Niels.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: [Fwd: Re: Anybody actually using gigabit ethernet?]

1999-05-17 Thread Josef Karthauser
On Sat, May 15, 1999 at 10:22:00AM -0700, Studded wrote:

   How about:
 
 tcp_extensions=NO # Set to Yes to turn on RFC1323 extensions
 
 That would match existing style and be a lot more clear. I can submit a PR
 if anyone thinks that's really necessary...

I think that this is a good idea.
Joe
-- 
Josef KarthauserFreeBSD: How many times have you booted today?
Technical Manager   Viagra for your server (http://www.uk.freebsd.org)
Pavilion Internet plc.  [...@pavilion.net, j...@uk.freebsd.org, j...@tao.org.uk]


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



[Fwd: Re: Anybody actually using gigabit ethernet?]

1999-05-15 Thread Studded
Josef Karthauser wrote:

 Couldn't it read:
 tcp_extensions=NO # Switch RFC1323 extensions on?

How about:

tcp_extensions=NO # Set to Yes to turn on RFC1323 extensions

That would match existing style and be a lot more clear. I can submit a PR
if anyone thinks that's really necessary...

Doug


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Anybody actually using gigabit ethernet?

1999-05-12 Thread Josef Karthauser
On Tue, May 11, 1999 at 08:23:15PM +0200, Poul-Henning Kamp wrote:
 
 Isn't it more appropriate to ask where he didn't learn to read ?  :-)


Ok. ok.  thanks for the abuse :)

 
   tcp_extensions=NO # Disallow RFC1323 extensions (or YES).
  

So we're agreed that this is confusing no?

Couldn't it read:
tcp_extensions=NO # Switch RFC1323 extensions on?

That way I'd understand it however awake I was :)

Joe
-- 
Josef KarthauserFreeBSD: How many times have you booted today?
Technical Manager   Viagra for your server (http://www.uk.freebsd.org)
Pavilion Internet plc.  [...@pavilion.net, j...@uk.freebsd.org, j...@tao.org.uk]


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Anybody actually using gigabit ethernet?

1999-05-12 Thread Alan Cox
I bought two of the cards in order to decide whether or not I wanted
to use them in my research group's PII cluster.  Right now, they're
plugged into a 233MHz Pentium Pro and a 400Mhz K6-2 (using an
Aladdin V-based board).  I did a bunch of NFS testing over the
gigabit link last week and didn't see any glitches.

The only problems that I've seen are (1) the round-trip latency
for small UDP packets is at least 50% higher than FastEthernet
on the same hardware and (2) the round-trip latency is highly
variable.

Alan


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Anybody actually using gigabit ethernet?

1999-05-11 Thread Bill Paul
I'm wondering if anybody out there has actually done any experimentation
with gigabit ethernet boards using the Alteon Tigon driver. I know that
it works on my hardware, but it's nice to actually have some feedback
from people so that I know if it's actually working worth a damn. So
far I have not heard a peep out of anybody, other than a couple of people
who were nice enough to help out with some driver testing, and that
was months ago.

I usually consider this a good thing, because it means that at least
nobody is complaining. But when people ask me hey Bill, how well do
these boards work with FreeBSD? all I can tell them is that they seem
to work okay in my limited test environment. This does not exactly
provide a lot of motivation to go out and buy some gigabit ethernet
cards.

Also, I only have access to a limited selection of cards (I have a 3Com
and a Netgear board, and others have tested AceNIC boards) so I don't
know for sure if some of the ones that I claim to support actually
work. (I don't have any reason to believe they won't, but Murphy's
Law applies.) I also don't have access to a gigabit switch, so my
testing is limited to blasting traffic between two hosts through a
fiber patch.

So, if anybody is actually using a Tigon-based gigabit board with
STABLE or CURRENT, let me know. Is it working reliably? Is performance
good? Is it bad? Inquiring minds want to know.

-Bill

-- 
=
-Bill Paul(212) 854-6020 | System Manager, Master of Unix-Fu
Work: wp...@ctr.columbia.edu | Center for Telecommunications Research
Home:  wp...@skynet.ctr.columbia.edu | Columbia University, New York City
=
 It is not I who am crazy; it is I who am mad! - Ren Hoek, Space Madness
=


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Anybody actually using gigabit ethernet?

1999-05-11 Thread Dennis Glatting

In reading your message I felt compelled to ask you a question. Are
you using gb end-to-end? That probably isn't a good idea because in
TCP the sequence numbers can wrap within timeout periods and the data
stream become undetectably (from a TCP perspective) corrupt.

--
Dennis Glatting
Copyright (c) 1999 Software Munitions






To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Anybody actually using gigabit ethernet?

1999-05-11 Thread Bill Paul
Of all the gin joints in all the towns in all the world, Dennis Glatting 
had to walk into mine and say:
 
 In reading your message I felt compelled to ask you a question. Are
 you using gb end-to-end? That probably isn't a good idea because in
 TCP the sequence numbers can wrap within timeout periods and the data
 stream become undetectably (from a TCP perspective) corrupt.

You didn't read what I said. I don't have a gigabit ethernet switch.
I only have cards. Therefore the *only* way I can test the operation
of the driver and adapters is to connect two machines with gigabit
cards back to back with a patch cable. This automatically implies 'using 
gb end-to-end.'

As for corruption due to TCP sequence number wrapping, I don't know
what to tell you. I never noticed such behavior in my tests, but that's
why I'm asking for feedback from other people.

-Bill

-- 
=
-Bill Paul(212) 854-6020 | System Manager, Master of Unix-Fu
Work: wp...@ctr.columbia.edu | Center for Telecommunications Research
Home:  wp...@skynet.ctr.columbia.edu | Columbia University, New York City
=
 It is not I who am crazy; it is I who am mad! - Ren Hoek, Space Madness
=


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Feedback on new drivers (was: Re: Anybody actually using gigabit ethernet?)

1999-05-11 Thread Nick Hibma

There should be a more general mechanism for this. I have the same
problem with the USB stuff. 100+ people on the usb-bsd mailing list and
only answers to directed questions. 

What about, like 'HEADS-UP', a 'FEEDBACK: drivername' message that
should invite people to send 'it works' messages. And maybe provide
a template of commands to cut and paste. Something like:

(echo it works for me
uname -a
ident source code for driver
dmesg | grep '^drivername'
) | mail -s drivername per...@address

assuming that people are too lazy to type things in themselves.

Cheers,

Nick


On Tue, 11 May 1999, Bill Paul wrote:

  I'm wondering if anybody out there has actually done any experimentation
  with gigabit ethernet boards using the Alteon Tigon driver. I know that
  it works on my hardware, but it's nice to actually have some feedback
  from people so that I know if it's actually working worth a damn. So
  far I have not heard a peep out of anybody, other than a couple of people
  who were nice enough to help out with some driver testing, and that
  was months ago.
  
  I usually consider this a good thing, because it means that at least
  nobody is complaining. But when people ask me hey Bill, how well do
  these boards work with FreeBSD? all I can tell them is that they seem
  to work okay in my limited test environment. This does not exactly
  provide a lot of motivation to go out and buy some gigabit ethernet
  cards.
  
  Also, I only have access to a limited selection of cards (I have a 3Com
  and a Netgear board, and others have tested AceNIC boards) so I don't
  know for sure if some of the ones that I claim to support actually
  work. (I don't have any reason to believe they won't, but Murphy's
  Law applies.) I also don't have access to a gigabit switch, so my
  testing is limited to blasting traffic between two hosts through a
  fiber patch.
  
  So, if anybody is actually using a Tigon-based gigabit board with
  STABLE or CURRENT, let me know. Is it working reliably? Is performance
  good? Is it bad? Inquiring minds want to know.
  
  -Bill
  
  -- 
  =
  -Bill Paul(212) 854-6020 | System Manager, Master of Unix-Fu
  Work: wp...@ctr.columbia.edu | Center for Telecommunications Research
  Home:  wp...@skynet.ctr.columbia.edu | Columbia University, New York City
  =
   It is not I who am crazy; it is I who am mad! - Ren Hoek, Space Madness
  =
  
  
  To Unsubscribe: send mail to majord...@freebsd.org
  with unsubscribe freebsd-current in the body of the message
  
  

-- 
ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy




To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Anybody actually using gigabit ethernet?

1999-05-11 Thread Snob Art Genre
On Tue, 11 May 1999, Dennis Glatting wrote:

 In reading your message I felt compelled to ask you a question. Are
 you using gb end-to-end? That probably isn't a good idea because in
 TCP the sequence numbers can wrap within timeout periods and the data
 stream become undetectably (from a TCP perspective) corrupt.

Isn't that adequately covered by the PAWS extension from RFC 1323?


 Ben

@narcissus.net -- finally




To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Anybody actually using gigabit ethernet?

1999-05-11 Thread sthaug
 You didn't read what I said. I don't have a gigabit ethernet switch.
 I only have cards. Therefore the *only* way I can test the operation
 of the driver and adapters is to connect two machines with gigabit
 cards back to back with a patch cable. This automatically implies 'using 
 gb end-to-end.'
 
 As for corruption due to TCP sequence number wrapping, I don't know
 what to tell you. I never noticed such behavior in my tests, but that's
 why I'm asking for feedback from other people.

The obvious answer to the TCP sequence number problem is RFC 1323. I assume
anybody who wants to use gigabit Ethernet over significant distances *will*
use RFC 1323, if they are interested in any performance at all. Otherwise
the 64 kbyte window will kill you.

As for me, I have tested the driver with Netgear cards. Works great here,
I got 470 Mbps (effective application to application) with ttcp, running
back to back on a PII-350 and a Celeron 300A (overclocked to 337, thus PCI
bus clocked at 37.5 Mhz). The limit in my case is clearly the CPU. However
I did *not* see any better performance when I turned on jumbo frames.

Next I'll put one card in an old PPro-200 and see what I can get from that.

Steinar Haug, Nethelp consulting, sth...@nethelp.no


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Anybody actually using gigabit ethernet?

1999-05-11 Thread Peter Wemm
Snob Art Genre wrote:
 On Tue, 11 May 1999, Dennis Glatting wrote:
 
  In reading your message I felt compelled to ask you a question. Are
  you using gb end-to-end? That probably isn't a good idea because in
  TCP the sequence numbers can wrap within timeout periods and the data
  stream become undetectably (from a TCP perspective) corrupt.
 
 Isn't that adequately covered by the PAWS extension from RFC 1323?

Well, maybe it would, but

[1:09am]~src/etc-111# grep tcp_ext defaults/rc.conf 
tcp_extensions=NO # Disallow RFC1323 extensions (or YES).

It's off by default. :-(

Cheers,
-Peter



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Anybody actually using gigabit ethernet?

1999-05-11 Thread Garrett Wollman
On Tue, 11 May 1999 18:51:37 +0200, sth...@nethelp.no said:

 As for me, I have tested the driver with Netgear cards. Works great here,
 I got 470 Mbps (effective application to application) with ttcp, running
 back to back on a PII-350 and a Celeron 300A (overclocked to 337, thus PCI
 bus clocked at 37.5 Mhz). The limit in my case is clearly the CPU. However
 I did *not* see any better performance when I turned on jumbo
 frames.

I'm buying one of these cards today ($319.99 from NECX) and will stick
it into a machine here on our new Gigabit backbone.  I'm particularly
interested to test out the VLAN support, since my Secret Plan is to
have this one machine serve as the DHCP server for the whole Lab (17
subnets).

-GAWollman

--
Garrett A. Wollman   | O Siem / We are all family / O Siem / We're all the same
woll...@lcs.mit.edu  | O Siem / The fires of freedom 
Opinions not those of| Dance in the burning flame
MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Anybody actually using gigabit ethernet?

1999-05-11 Thread Snob Art Genre
On Wed, 12 May 1999, Peter Wemm wrote:

  Isn't that adequately covered by the PAWS extension from RFC 1323?
 
 Well, maybe it would, but
 
 [1:09am]~src/etc-111# grep tcp_ext defaults/rc.conf 
 tcp_extensions=NO # Disallow RFC1323 extensions (or YES).
 
 It's off by default. :-(

IMO that's a good thing, because for some reason, the RFC 1323
extensions break a lot of older terminal servers.


 Ben

@narcissus.net -- finally



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



RE: Anybody actually using gigabit ethernet?

1999-05-11 Thread David Schwartz

 IMO that's a good thing, because for some reason, the RFC 1323
 extensions break a lot of older terminal servers.

One could argue that it's more accurate to state that the terminal 
servers
break RFC1323, but alas the effect is the same.

DS



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Anybody actually using gigabit ethernet?

1999-05-11 Thread Josef Karthauser
On Wed, May 12, 1999 at 01:11:43AM +0800, Peter Wemm wrote:
 Snob Art Genre wrote:
  On Tue, 11 May 1999, Dennis Glatting wrote:
  
   In reading your message I felt compelled to ask you a question. Are
   you using gb end-to-end? That probably isn't a good idea because in
   TCP the sequence numbers can wrap within timeout periods and the data
   stream become undetectably (from a TCP perspective) corrupt.
  
  Isn't that adequately covered by the PAWS extension from RFC 1323?
 
 Well, maybe it would, but
 
 [1:09am]~src/etc-111# grep tcp_ext defaults/rc.conf 
 tcp_extensions=NO # Disallow RFC1323 extensions (or YES).

No.. it's _on_ by default.  (YES to disallow.)

Joe
-- 
Josef KarthauserFreeBSD: How many times have you booted today?
Technical Manager   Viagra for your server (http://www.uk.freebsd.org)
Pavilion Internet plc.  [...@pavilion.net, j...@uk.freebsd.org, j...@tao.org.uk]


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Anybody actually using gigabit ethernet?

1999-05-11 Thread Chuck Youse

Where did you learn to read?

Chuck Youse 
Director of Systems
cyo...@cybersites.com


On Tue, 11 May 1999, Josef Karthauser wrote:

 On Wed, May 12, 1999 at 01:11:43AM +0800, Peter Wemm wrote:

  tcp_extensions=NO # Disallow RFC1323 extensions (or YES).
 
 No.. it's _on_ by default.  (YES to disallow.)
 
 Joe
 -- 
 Josef Karthauser  FreeBSD: How many times have you booted today?
 Technical Manager Viagra for your server (http://www.uk.freebsd.org)
 Pavilion Internet plc.  [...@pavilion.net, j...@uk.freebsd.org, 
 j...@tao.org.uk]



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Anybody actually using gigabit ethernet?

1999-05-11 Thread Poul-Henning Kamp

Isn't it more appropriate to ask where he didn't learn to read ?  :-)

Poul-Henning

In message pine.bsf.4.05.9905111413070.11814-100...@nsx.cybersites.com, Chuc
k Youse writes:

Where did you learn to read?

Chuck Youse 
Director of Systems
cyo...@cybersites.com


On Tue, 11 May 1999, Josef Karthauser wrote:

 On Wed, May 12, 1999 at 01:11:43AM +0800, Peter Wemm wrote:

  tcp_extensions=NO # Disallow RFC1323 extensions (or YES).
 
 No.. it's _on_ by default.  (YES to disallow.)
 
 Joe
 -- 
 Josef Karthauser FreeBSD: How many times have you booted today?
 Technical ManagerViagra for your server (http://www.uk.freebsd.org)
 Pavilion Internet plc.  [...@pavilion.net, j...@uk.freebsd.org, 
 j...@tao.org.uk]



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


--
Poul-Henning Kamp FreeBSD coreteam member
p...@freebsd.org   Real hackers run -current on their laptop.
FreeBSD -- It will take a long time before progress goes too far!


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message