Code Implementation
Table 1 lists the new classes of the feature.
Class |
Description |
|---|---|
Sched_affinity_manager |
Scheduling manager interface.
|
Sched_affinity_manager_numa |
Implements the scheduling manager. |
Sched_affinity_manager_dummy |
Standby for implementing the scheduling manager. The implementation of all interfaces only returns values that meet the caller's expectation. If Sched_affinity_manager_numa is unavailable (for example, the libnuma dependency does not meet the requirements), Sched_affinity_manager_dummy is enabled. |