From owner-freebsd-net@FreeBSD.ORG Sat Jul 10 21:03:06 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FE6016A4CE for ; Sat, 10 Jul 2004 21:03:06 +0000 (GMT) Received: from mx1.imp.ch (mx1.imp.ch [157.161.9.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CE0D43D31 for ; Sat, 10 Jul 2004 21:03:05 +0000 (GMT) (envelope-from mb@imp.ch) Received: from mx2.imp.ch (mx2 [157.161.9.17]) by mx1.imp.ch (8.12.11/8.12.11) with ESMTP id i6AL2xDA055967 for ; Sat, 10 Jul 2004 23:03:00 +0200 (CEST) (envelope-from mb@imp.ch) Received: from mx2.imp.ch (localhost [127.0.0.1]) by mx2.imp.ch (8.12.11/8.12.11/Submit) with ESMTP id i6AL2vVh013960 for ; Sat, 10 Jul 2004 23:02:58 +0200 (CEST) (envelope-from mb@imp.ch) Received: (from clamav@localhost) by mx2.imp.ch (8.12.11/8.12.11/Submit) id i6AL2vfX013955 for ; Sat, 10 Jul 2004 23:02:57 +0200 (CEST) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by ns1.imp.ch (MIMEDefang) with ESMTP id i6AL2rHQ053190; Sat, 10 Jul 2004 23:02:57 +0200 (CEST) Date: Sat, 10 Jul 2004 23:02:53 +0200 (CEST) From: Martin Blapp To: net@freebsd.org Message-ID: <20040710185759.Q56824@cvs.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checksum: a44d762eb71b43f6ab3b54dd0c667d39 X-Virus-Status: No X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=4 tests=BAYES_00 X-Scanned-By: MIMEDefang 2.42 cc: pjd@freebsd.org Subject: if_em memleak with IPv6 ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jul 2004 21:03:06 -0000 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 0xffffff00 broadcast 157.161.9.255 inet6 fe80::209:6bff:fe89:869e%em0 prefixlen 64 scopeid 0x1 inet6 2001:4060:1:1001:209:6bff:fe89:869e prefixlen 64 autoconf ether 00:09:6b:89:86:9e media: Ethernet autoselect (100baseTX ) status: active After a few tests I found out that our network guy has set up some IPv6 entries in the dns. And of course they were used by milter-connects .. 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). Martin