Skip to content

Commit 578a7ab

Browse files
Wei Liuwenlingz
authored andcommitted
acrn-config: remove pcpu3 from vm1 in SDC scenario
Currently kata vm is supported in SDC scenario by default, both vm1 and kata vm would share pcpu id 3 for vcpu affinity even when cpu sharing is not enabled. Remove pcpu id 3 from vm1 in SDC scenario config xmls. Tracked-On: #4286 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
1 parent 7d27c4b commit 578a7ab

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

misc/acrn-config/xmls/config-xmls/apl-mrb/sdc.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
<vcpu_affinity desc="vCPU affinity map. Each vCPU will pin to the selected pCPU ID. Please make sure each vCPU pin to different pCPU.">
5353
<pcpu_id>1</pcpu_id>
5454
<pcpu_id>2</pcpu_id>
55-
<pcpu_id>3</pcpu_id>
5655
</vcpu_affinity>
5756
<clos desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">0</clos>
5857
<epc_section desc="epc section">

misc/acrn-config/xmls/config-xmls/apl-up2/sdc.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
<vcpu_affinity desc="vCPU affinity map. Each vCPU will pin to the selected pCPU ID. Please make sure each vCPU pin to different pCPU.">
5353
<pcpu_id>1</pcpu_id>
5454
<pcpu_id>2</pcpu_id>
55-
<pcpu_id>3</pcpu_id>
5655
</vcpu_affinity>
5756
<clos desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">0</clos>
5857
<epc_section desc="epc section">

misc/acrn-config/xmls/config-xmls/nuc6cayh/sdc.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
<vcpu_affinity desc="vCPU affinity map. Each vCPU will pin to the selected pCPU ID. Please make sure each vCPU pin to different pCPU.">
5252
<pcpu_id>1</pcpu_id>
5353
<pcpu_id>2</pcpu_id>
54-
<pcpu_id>3</pcpu_id>
5554
</vcpu_affinity>
5655
<clos desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">0</clos>
5756
<epc_section desc="epc section">

misc/acrn-config/xmls/config-xmls/nuc7i7dnb/sdc.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
<vcpu_affinity desc="vCPU affinity map. Each vCPU will pin to the selected pCPU ID. Please make sure each vCPU pin to different pCPU.">
5252
<pcpu_id>1</pcpu_id>
5353
<pcpu_id>2</pcpu_id>
54-
<pcpu_id>3</pcpu_id>
5554
</vcpu_affinity>
5655
<clos desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">0</clos>
5756
<epc_section desc="epc section">

misc/acrn-config/xmls/config-xmls/whl-ipc-i5/sdc.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
<vcpu_affinity desc="vCPU affinity map. Each vCPU will pin to the selected pCPU ID. Please make sure each vCPU pin to different pCPU.">
5252
<pcpu_id>1</pcpu_id>
5353
<pcpu_id>2</pcpu_id>
54-
<pcpu_id>3</pcpu_id>
5554
</vcpu_affinity>
5655
<clos desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">0</clos>
5756
<epc_section desc="epc section">

misc/acrn-config/xmls/config-xmls/whl-ipc-i7/sdc.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
<vcpu_affinity desc="vCPU affinity map. Each vCPU will pin to the selected pCPU ID. Please make sure each vCPU pin to different pCPU.">
5252
<pcpu_id>1</pcpu_id>
5353
<pcpu_id>2</pcpu_id>
54-
<pcpu_id>3</pcpu_id>
5554
</vcpu_affinity>
5655
<clos desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">0</clos>
5756
<epc_section desc="epc section">

0 commit comments

Comments
 (0)