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)
Thu, Jun 4, 2:06 AM
Unknown Object (File)
May 5 2026, 9:44 PM
Unknown Object (File)
May 2 2026, 5:35 PM
Unknown Object (File)
May 1 2026, 10:27 AM
Unknown Object (File)
May 1 2026, 10:27 AM
Unknown Object (File)
Apr 28 2026, 7:58 PM
Unknown Object (File)
Apr 28 2026, 5:36 PM
Unknown Object (File)
Apr 16 2026, 12:57 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).