Page MenuHomeFreeBSD

migrate taskqueue_start_threads_pinned() -> taskqueue_start_threads_cpuset()
ClosedPublic

Authored by adrian on Feb 18 2015, 9:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 5, 9:44 PM
Unknown Object (File)
Sat, May 2, 5:35 PM
Unknown Object (File)
Fri, May 1, 10:27 AM
Unknown Object (File)
Fri, May 1, 10:27 AM
Unknown Object (File)
Tue, Apr 28, 7:58 PM
Unknown Object (File)
Tue, Apr 28, 5:36 PM
Unknown Object (File)
Thu, Apr 16, 12:57 PM
Unknown Object (File)
Apr 15 2026, 12:59 PM
Subscribers

Details

Summary

This migrates the taskqueue thread pinning stuff for RSS to use the cpuset
version I just introduced.

The aim is to can the pinned API.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

adrian retitled this revision from to migrate taskqueue_start_threads_pinned() -> taskqueue_start_threads_cpuset().
adrian updated this object.
adrian edited the test plan for this revision. (Show Details)
adrian added a reviewer: network.
jhb added inline comments.
sys/dev/e1000/if_igb.c
2572 ↗(On Diff #3846)

Maybe use CPU_SETOF() instead of CPU_ZERO() + CPU_SET()?

adrian updated this revision to Diff 3968.

Closed by commit rS279255 (authored by @adrian).