Skip to content

Commit

Permalink
acrn-config: remove pcpu3 from vm1 in SDC scenario
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wei Liu authored and wenlingz committed Dec 23, 2019
1 parent 1fddf94 commit fcb85a8
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion misc/acrn-config/xmls/config-xmls/apl-mrb/sdc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<vcpu_affinity desc="vCPU affinity map. Each vCPU will pin to the selected pCPU ID. Please make sure each vCPU pin to different pCPU.">
<pcpu_id>1</pcpu_id>
<pcpu_id>2</pcpu_id>
<pcpu_id>3</pcpu_id>
</vcpu_affinity>
<clos desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">0</clos>
<epc_section desc="epc section">
Expand Down
1 change: 0 additions & 1 deletion misc/acrn-config/xmls/config-xmls/apl-up2/sdc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<vcpu_affinity desc="vCPU affinity map. Each vCPU will pin to the selected pCPU ID. Please make sure each vCPU pin to different pCPU.">
<pcpu_id>1</pcpu_id>
<pcpu_id>2</pcpu_id>
<pcpu_id>3</pcpu_id>
</vcpu_affinity>
<clos desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">0</clos>
<epc_section desc="epc section">
Expand Down
1 change: 0 additions & 1 deletion misc/acrn-config/xmls/config-xmls/nuc6cayh/sdc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<vcpu_affinity desc="vCPU affinity map. Each vCPU will pin to the selected pCPU ID. Please make sure each vCPU pin to different pCPU.">
<pcpu_id>1</pcpu_id>
<pcpu_id>2</pcpu_id>
<pcpu_id>3</pcpu_id>
</vcpu_affinity>
<clos desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">0</clos>
<epc_section desc="epc section">
Expand Down
1 change: 0 additions & 1 deletion misc/acrn-config/xmls/config-xmls/nuc7i7dnb/sdc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<vcpu_affinity desc="vCPU affinity map. Each vCPU will pin to the selected pCPU ID. Please make sure each vCPU pin to different pCPU.">
<pcpu_id>1</pcpu_id>
<pcpu_id>2</pcpu_id>
<pcpu_id>3</pcpu_id>
</vcpu_affinity>
<clos desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">0</clos>
<epc_section desc="epc section">
Expand Down
1 change: 0 additions & 1 deletion misc/acrn-config/xmls/config-xmls/whl-ipc-i5/sdc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<vcpu_affinity desc="vCPU affinity map. Each vCPU will pin to the selected pCPU ID. Please make sure each vCPU pin to different pCPU.">
<pcpu_id>1</pcpu_id>
<pcpu_id>2</pcpu_id>
<pcpu_id>3</pcpu_id>
</vcpu_affinity>
<clos desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">0</clos>
<epc_section desc="epc section">
Expand Down
1 change: 0 additions & 1 deletion misc/acrn-config/xmls/config-xmls/whl-ipc-i7/sdc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<vcpu_affinity desc="vCPU affinity map. Each vCPU will pin to the selected pCPU ID. Please make sure each vCPU pin to different pCPU.">
<pcpu_id>1</pcpu_id>
<pcpu_id>2</pcpu_id>
<pcpu_id>3</pcpu_id>
</vcpu_affinity>
<clos desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">0</clos>
<epc_section desc="epc section">
Expand Down

0 comments on commit fcb85a8

Please sign in to comment.