https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190785

--- Comment #9 from John Baldwin <j...@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.
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to