From owner-freebsd-stable@FreeBSD.ORG Sun Jun 8 00:45:18 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 515CC158 for ; Sun, 8 Jun 2014 00:45:18 +0000 (UTC) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [67.212.89.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 211092210 for ; Sun, 8 Jun 2014 00:45:17 +0000 (UTC) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) by mail.bsdinfo.com.br (Postfix) with ESMTP id D653D139CE for ; Sat, 7 Jun 2014 21:45:12 -0300 (BRT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bsdinfo.com.br; h=content-transfer-encoding:content-type:content-type:subject :subject:to:mime-version:user-agent:from:from:date:date :message-id; s=dkim; t=1402188311; x=1403052312; bh=LteR5h8rOKXD 4lamReQkVZkgeNpEV402ZahFhyW7bbs=; b=EVzZ+bsINZLODhGKYpw6k2iLuvzR +bSNN4W6WB9YIMPGOxBMTHxJbYpe7OkpfVCEOGyFyaQ2s7Fnd40FqGHKJxWIiGR/ gCAhc/V41Bi/2xUmGppR803prrmYfAGRreQR1beSE3d7whba1FbPUgndxPFLMWVQ uJIRAweK/mRTAy0= X-Virus-Scanned: amavisd-new at mail.bsdinfo.com.br Received: from mail.bsdinfo.com.br ([127.0.0.1]) by mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mJDTWbHQSQsJ for ; Sat, 7 Jun 2014 21:45:11 -0300 (BRT) Received: from MacBook-de-Gondim-2.local (unknown [186.193.54.69]) by mail.bsdinfo.com.br (Postfix) with ESMTPSA id 67AD6139CD for ; Sat, 7 Jun 2014 21:45:11 -0300 (BRT) Message-ID: <5393B20D.9050806@bsdinfo.com.br> Date: Sat, 07 Jun 2014 21:45:01 -0300 From: Marcelo Gondim User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: FreeBSD Stable Mailing List Subject: cpu affinity not work in FreeBSD 10-STABLE Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2014 00:45:18 -0000 Hi All, Recently noticed the following: # devinfo -rv em0 pnpinfo vendor=0x8086 device=0x105e subvendor=0x8086 subdevice=0x135e class=0x020000 at slot=0 function=0 Interrupt request lines: 264 pcib1 I/O port window: 0x4020-0x403f pcib1 memory window: 0xc1240000-0xc125ffff 0xc1260000-0xc127ffff After discovering the irq264 in interface em0, I did this: # cpuset -l 3 -x 264 Even doing this, the em0 continues migrating to other CPUafter a short period of time. You see it happenwith top -PSH. Tested on more than one system with FreeBSD 10-STABLE. FreeBSD xxxx.xxxxx.xxx.xx 10.0-STABLE FreeBSD 10.0-STABLE #9 r267034: Wed Jun 4 02:22:38 BRT 2014 root@xxxx.xxxxx.xxx.xx:/usr/obj/usr/src/sys/GONDIM amd64 Cheers, Gondim