X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Faugments%2Fepa.yang;h=af8b7cd4187bc0ba76e932dfd9d4bffd3f1b08d7;hp=d47d6a9d842411323676e97defb17b35a9e02e5b;hb=HEAD;hpb=51b87963205c54ff9f56e5ff697539a8cd945f13 diff --git a/models/augments/epa.yang b/models/augments/epa.yang index d47d6a9..af8b7cd 100644 --- a/models/augments/epa.yang +++ b/models/augments/epa.yang @@ -90,19 +90,15 @@ module epa { "CPU thread pinning policy describes how to place the guest CPUs when the host supports hyper threads: - AVOID : Avoids placing a guest on a host - with threads. - SEPARATE: Places vCPUs on separate cores, - and avoids placing two vCPUs on - two threads of same core. + REQUIRE : Each vCPU is allocated on thread siblings + of the same core. ISOLATE : Places each vCPU on a different core, and places no vCPUs from a different guest on the same core. PREFER : Attempts to place vCPUs on threads of the same core."; type enumeration { - enum AVOID; - enum SEPARATE; + enum REQUIRE; enum ISOLATE; enum PREFER; }