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, Dec 10, 8:46 PM
Unknown Object (File)
Tue, Dec 10, 7:54 PM
Unknown Object (File)
Dec 5 2024, 5:01 PM
Unknown Object (File)
Nov 25 2024, 9:31 AM
Unknown Object (File)
Nov 24 2024, 7:07 AM
Unknown Object (File)
Nov 23 2024, 11:59 AM
Unknown Object (File)
Nov 10 2024, 5:42 AM
Unknown Object (File)
Nov 7 2024, 7:13 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).