Re: if_em memleak with IPv6 ?

2004-07-12 Thread Martin Blapp
Hi all, > After reverting everything back to IPv4, the "No buffer space available" > seems to be gone. > > Maybe this is related to some other problem with this driver, (IPSEC etc). It happened ago this weekend. So it is unrelated to IP_v6 Martin ___

if_em memleak with IPv6 ?

2004-07-10 Thread Martin Blapp
Hi, With a new Kernel and some tweaks (PREEMPTION) disabled I can let our 2CPU IBM server running about one hour, and then I get: ping: sendto: No buffer space available and the box disappears from net ... em0: flags=8843 mtu 1500 options=1b inet 157.161.9.17 netmask 0xff00

Please test, big if_sis MFC for STABLE

2003-01-30 Thread Martin Blapp
rg/~mbr/patches/if_sis_stable.diff Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 PGP: PGP Fingerprint

Re: PANIC in tcp_syncache.c sonewconn() line 562

2003-01-14 Thread Martin Blapp
Hi Thomas, > s = splnet(); > + if (so->so_state & (SS_ISCONNECTED | SS_ISCONNECTING)) { > + splx(s); > + return (EINVAL); > + } > error = (*so->so_proto->pr_usrreqs->pru_listen)(so, td); > if (error) { > splx(s); > Can you commit th

Re: PANIC in tcp_syncache.c sonewconn() line 562

2003-01-13 Thread Martin Blapp
Hi Thomas, > The solution should be to reject the listen() with EINVAL (which seems > to be that standard-mandated error for connected sockets); patch > attached. Cool, thank you for the proposed solution. I suspected something like this; rpcgen does generate quite broken code sometimes, and nob