You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
advertise how many E core and P core are allocated/available (aka split the cpu resource)?
In principle, this is already in #1737 too (we expose core IDs for each core type)
anything else?
If I understood @PiotrProkop thought to add this information to NRT object in order advertise new resources for each cpu type in each Zone (NUMA node) by mapping generic k8s cpu resource to each cpu_type.
Initial requirement was for out-of-tree components to get information about node, to know which cpu number is which type.
Those CPU types are usually single sockets, so it is not really mapped to "NUMA" node.
For just marking the node, we had boolean label "node has hybrid cpu cores". So, that mentioned initial request was about exposing a bit more details over nfd.
Modify ResourceAggregator to advertise new resources for each cpu type in each Zone (NUMA node) by mapping generic k8s cpu resource to each cpu_type.
The text was updated successfully, but these errors were encountered: