Date: Tue, 24 Jun 2014 21:09:09 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 190785] [em] cpu affinity not working in FreeBSD 10-STABLE Message-ID: <bug-190785-2472-qphZdNcVtm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190785-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-190785-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190785 --- Comment #9 from John Baldwin <jhb@FreeBSD.org> --- Ah, the "em0 que" thread is a separate helper thread created by the em driver to service a taskqueue. It is not an interrupt thread so it is not affected by 'cpuset -x'. However, you can use 'procstat -t 0' to determine the thread ID of that thread and bind that specific thread to CPU 3 using 'cpuset -l 3 -t <tid>'. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190785-2472-qphZdNcVtm>