On Thursday 14 September 2006 17:38, Karle, Chris wrote: > Is anyone using a Realtek 8139 card with OpenBSD 3.9? I noticed that mbufs > will slowly leak when using it. I noticed this after switching to 3.9. I > don't know if something happened to the card or not... maybe there is a > hardware error now that is making it behave funky. > > If you're using a "rl*" can you take a look at your mbuf usage (netstat > -m)? Me and another person both see something similar. > > Thanks, > Chris > > > dmesg: > rl0 at pci0 dev 8 function 0 "Realtek 8139" rev 0x10: irq 11, address > 00:48:54:65:39:5a > rlphy0 at rl0 phy 0: RTL internal PHY
OpenBSD 4.0 (GENERIC) #1104: Fri Sep 1 11:54:27 MDT 2006 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC rl0 at pci0 dev 12 function 0 "Realtek 8139" rev 0x10: irq 11, address 00:0a:cd:06:2d:c1 rlphy0 at rl0 phy 0: RTL internal PHY rl1 at pci0 dev 13 function 0 "Realtek 8139" rev 0x10: irq 12, address 00:e0:7d:90:b2:22 rlphy1 at rl1 phy 0: RTL internal PHY 1513 mbufs in use: 1342 mbufs allocated to data 6 mbufs allocated to packet headers 165 mbufs allocated to socket names and addresses 363/590/6144 mbuf clusters in use (current/peak/max) 1616 Kbytes allocated to network (68% in use) 0 requests for memory denied 0 requests for memory delayed 0 calls to protocol drain routines 6:08PM up 11 days, 16 hrs, 4 users, load averages: 0.42, 0.28, 0.22 I DO see every once in a while isc-dhcp saying something along the lines "can't send - no buffer space available" - but that's on an interface served by ralink card. And no, I don't really know how to interpret the above data, I just hope it will be useful to someone ;) -- viq