[Bug 190785] [em] cpu affinity not working in FreeBSD 10-STABLE
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jun 24 21:09:09 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190785
--- Comment #9 from John Baldwin <jhb at 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.
More information about the freebsd-net
mailing list