home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sgi / 12697 < prev    next >
Encoding:
Text File  |  1992-08-20  |  3.1 KB  |  63 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mips!odin!sgihub!zola!zuni!anchor!olson
  3. From: olson@anchor.esd.sgi.com (Dave Olson)
  4. Subject: Re: ec0: too many oflows, changing modes?
  5. Message-ID: <or2pgqs@zuni.esd.sgi.com>
  6. Sender: news@zuni.esd.sgi.com (Net News)
  7. Organization:  Silicon Graphics, Inc.  Mountain View, CA
  8. References: <1992Aug20.091238.17149@news.uni-stuttgart.de>
  9. Date: Fri, 21 Aug 92 02:07:29 GMT
  10. Lines: 51
  11.  
  12. In <1992Aug20.091238.17149@news.uni-stuttgart.de> andreas@awstar.rus.uni-stuttgart.de (Andreas Wierse) writes:
  13.  
  14. | Hi,
  15. | when I did "ifconfig debug" the following entries appeared in the SYSLOG:
  16. | Aug 20 02:43:48 awstar unix: ec0: too many oflows, changing modes
  17. | Aug 20 03:48:13 awstar unix: ec0: dma stopped, rstat = 0x11, crbdp = 0x8015FAE0
  18. | Aug 20 04:49:18 awstar last message repeated 2 times
  19. | Aug 20 04:49:18 awstar unix: ec0: too many oflows, changing modes
  20. | Aug 20 09:21:42 awstar unix: ec0: dma stopped, rstat = 0x11, crbdp = 0x8015FB40
  21. | Can anyone explain what these messages mean? I didn't find anything in
  22. | the manual pages that could help me.
  23.  
  24. They are debug messages, not surprisingly.  The interesting one is the
  25. 'too many oflows' message.  Basicly, we are working around a chip bug
  26. by putting the ethernet chip into promiscuous mode, and leaving in that
  27. mode for a while.  Some nets run into this a lot, others don't.  When
  28. the mode switches, and how long it stays that way can be controlled
  29. by the variables in /usr/sysgen/master.d/if_ec2.
  30.  
  31. Later versions of the ethernet chip have some changes to remove this
  32. problem.  There are no real problems associated with running the
  33. chip in promiscuous mode, aside from more interrupts, which have
  34. negligible impact on performance (the chip is run in promiscuous mode
  35. anyway, if you use the network monitoring prodcut).
  36.  
  37. | Additionally we have a problem with NFS in that it transfers data
  38. | (write only) in a kind of burst mode.  This is like: two or three
  39. | hundred KB are transferred, then there are a few seconds delay, then
  40. | the next some hundred KB are transfered and so on. Watching this with
  41. | nfsstat shows that everytime when it stops for a while afterwards
  42. | timeout and retrans are incremented by one. Maybe the reason for the
  43. | timeout has something to do with the ifconfig error messages. (they
  44. | don't coincide in time).
  45.  
  46. It is possible that they are related, but more likely you are having
  47. physical network problems resulting in dropped packets.  It is surprising
  48. how significant an impact a few dropped packets will have on NFS performance.
  49. One of the symptoms of the problem that the promiscuous mode workaround
  50. fixes was in fact dropped packets, but it doesn't sound like they match
  51. up in your case.  You could reconfigure your kernel to remain in
  52. promiscuous mode for longer periods once entered, and see if that has
  53. an effect on your performance; you could also look around for other
  54. network problems.
  55.  
  56. --
  57. Let no one tell me that silence gives consent,  |   Dave Olson
  58. because whoever is silent dissents.             |   Silicon Graphics, Inc.
  59.     Maria Isabel Barreno                        |   olson@sgi.com
  60.