Re: Serious em problems under -current on two different platforms

2006-11-19 Thread Michal Mertl
John Polstra wrote: > ... about serious problems with em cards. Can it be that the system is trying to drive the card with MSI (PCI Message Signalled Interrupts) which just recently went into CURRENT? On one system where I tried it em cards also didn't work. Did you try do disable it (with hw.pc

Re: interface cleanup

2005-07-22 Thread Michal Mertl
> Currently I am going through netstat and > rewriting some of the functions to rely on sysctl rather than kvm. > The hope is to completely remove kvm from netstat, and parts that > solely depend on it, like the core dump analysis would be factored > out and moved to a more suitable place (

extending ifmib(4) and de-mem(4)izing netstat

2004-12-13 Thread Michal Mertl
st (src/sys/net/rtsock.c) a-la ifm_data member of struct if_msghdr. P.S.: It was a great adventure to browse through the code trying to understand what it does. Did humans write it? :-) I'm talking about the data structures in the kernel, netstat sources are on the

Re: New ICMP limits

2004-12-11 Thread Michal Mertl
Suleiman Souhlal napsal(a): Hi, On Wed, 2004-12-08 at 09:51, Michal Mertl wrote: What do you think? Wouldn't it be better to move all the calls to badport_bandlim() to inside icmp_error()? It makes sense, yes. Unfortunately it isn't possible in most cases - echo/tstamp call icmp_refle

New ICMP limits

2004-12-08 Thread Michal Mertl
ICMP host-unreachables. What do you think? -- Michal Mertl Index: icmp_var.h === RCS file: /home/fcvs/cvs/src/sys/netinet/icmp_var.h,v retrieving revision 1.24 diff -u -r1.24 icmp_var.h --- icmp_var.h 16 Aug 2004 18:32:07 -

Re: New Networking Project...

2004-12-03 Thread Michal Mertl
nuary 2004. His (updated) patch attached. Sorry Andre for speaking on your behalf but I was afraid your work might get lost. -- Michal Mertl Index: icmp_var.h === RCS file: /home/fcvs/cvs/src/sys/netinet/icmp_var.h,v retrieving revision