From owner-freebsd-net@FreeBSD.ORG Wed Dec 22 15:00:31 2010 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B8371065673 for ; Wed, 22 Dec 2010 15:00:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4B81D8FC15 for ; Wed, 22 Dec 2010 15:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBMF0Vxa032759 for ; Wed, 22 Dec 2010 15:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBMF0VPi032733; Wed, 22 Dec 2010 15:00:31 GMT (envelope-from gnats) Date: Wed, 22 Dec 2010 15:00:31 GMT Message-Id: <201012221500.oBMF0VPi032733@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Gleb Smirnoff Cc: Subject: Re: misc/153308: em interface use 100% cpu X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gleb Smirnoff List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2010 15:00:31 -0000 The following reply was made to PR kern/153308; it has been noted by GNATS. From: Gleb Smirnoff To: Yusuf Ozbilgin Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/153308: em interface use 100% cpu Date: Wed, 22 Dec 2010 17:31:12 +0300 On Mon, Dec 20, 2010 at 02:25:29PM +0000, Yusuf Ozbilgin wrote: Y> >Synopsis: em interface use 100% cpu ... Y> em0@pci0:1:0:0: class=0x020000 card=0x00008086 chip=0x10d38086 rev=0x00 hdr=0x00 Y> vendor = 'Intel Corporation' Y> class = network Y> subclass = ethernet Y> cap 01[c8] = powerspec 2 supports D0 D3 current D0 Y> cap 05[d0] = MSI supports 1 message, 64 bit enabled with 1 message Y> cap 10[e0] = PCI-Express 1 endpoint max data 128(256) link x1(x1) Y> cap 11[a0] = MSI-X supports 5 messages in map 0x1c Y> Y> top Y> Y> PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND Y> 1592 root 1 112 0 3348K 1316K RUN 0 0:38 85.09% natd Y> 1899 postfix 1 4 0 24600K 21336K kqread 0 0:06 0.00% qmgr Y> 1762 root 1 44 0 39132K 36772K select 0 0:03 0.00% perl This doesn't seem related to em(4). Do you mind if I change synopsis of PR to "natd consumes 100% CPU"? Have you tried same setup on 8-STABLE? -- Totus tuus, Glebius.