From owner-freebsd-stable@FreeBSD.ORG Sun Jun 8 01:45:01 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F3C387E for ; Sun, 8 Jun 2014 01:45:01 +0000 (UTC) Received: from mail-qg0-x235.google.com (mail-qg0-x235.google.com [IPv6:2607:f8b0:400d:c04::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E5EF925FC for ; Sun, 8 Jun 2014 01:45:00 +0000 (UTC) Received: by mail-qg0-f53.google.com with SMTP id f51so7261256qge.40 for ; Sat, 07 Jun 2014 18:45:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=b7QfTbPoqA5TkiCHQqrgulNQXXATfAv5cBtSBDTb9W0=; b=NZcgdgxsV3nqvf8OzlH6XplhuOalq9V3kY+3IJGnLJCWUO9MB9RbzZNncHsYjWg7Us tCou1b5WpIjoa1ljL6DapjfcbWL8nPcurD7euIPtLR/IFEcEpYHlNw1lwvoOLlvyal3T jmTau3vpg8wN9K2ItU37XvxHrKE6bDDQlEqIP137aCxVuzWUvMPNuz+d/M+cc73dDEVr koyKyIJ3urcGzV3M+TCntfBhKLpQPhkyJKz3veOs8f1V3Vy+30eZ6QSuL4MjFPoDlnDx OOV1GpcnDxCgppf7Vmm3VKlF0WBBF8q9Z8C9ffpdGN2L2m8ZliQhP49pO+JxU7MfZXbL t0fA== MIME-Version: 1.0 X-Received: by 10.140.32.97 with SMTP id g88mr20186437qgg.17.1402191899931; Sat, 07 Jun 2014 18:44:59 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.43.134 with HTTP; Sat, 7 Jun 2014 18:44:59 -0700 (PDT) In-Reply-To: <5393B20D.9050806@bsdinfo.com.br> References: <5393B20D.9050806@bsdinfo.com.br> Date: Sat, 7 Jun 2014 21:44:59 -0400 X-Google-Sender-Auth: -GFJ9ASADDp-VTpfOXha6_cXEcY Message-ID: Subject: Re: cpu affinity not work in FreeBSD 10-STABLE From: Adrian Chadd To: Marcelo Gondim Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Stable Mailing List 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 01:45:01 -0000 Hi! Would you mind filing a bug for this? I haven't seen this before but yes, it should be fixed: https://bugs.freebsd.org/submit/ Thanks! -a On 7 June 2014 20:45, Marcelo Gondim wrote: > 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 > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"