Date: Mon, 11 Aug 2014 12:25:35 -0400 From: John Baldwin <jhb@freebsd.org> To: "Andrey V. Elsukov" <ae@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r269661 - head/sys/kern Message-ID: <201408111225.35190.jhb@freebsd.org> In-Reply-To: <53e353b6.5aa8.4ee2421b@svn.freebsd.org> References: <53e353b6.5aa8.4ee2421b@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, August 07, 2014 6:23:50 am Andrey V. Elsukov wrote: > Author: ae > Date: Thu Aug 7 10:23:50 2014 > New Revision: 269661 > URL: http://svnweb.freebsd.org/changeset/base/269661 > > Log: > Use cpuset_setithread() to apply cpu mask to taskq threads. > > Sponsored by: Yandex LLC I think this is fine (sorry I didn't reply to your earlier mail). My one comment is we probably should rename cpuset_setithread() as it is now used for non-ithreads. I would suggest cpuset_setkthread(), but it isn't something all kthreads should use, so that isn't really correct either. Something along the lines of what it actually does (cpuset_privateset()) might be best? -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408111225.35190.jhb>