Obtaining the .cfg file for the custom property of host profile.
The custom property of the host profile requires the .cfg
file available in the VMware EXSi.
Procedure
- Login to the VMware EXSi host.
- Navigate to the /opt/intel/ACC100/.
- Open the acc100_config_vf_5g.cfg.
- Check the content of acc100_config_vf_5g.cfg. For example:
; SPDX-License-Identifier: Apache-2.0
; Copyright(c) 2020 Intel Corporation
[MODE]
pf_mode_en = 0
[VFBUNDLES]
num_vf_bundles = 16
[MAXQSIZE]
max_queue_size = 1024
[QUL4G]
num_qgroups = 0
num_aqs_per_groups = 16
aq_depth_log2 = 4
[QDL4G]
num_qgroups = 0
num_aqs_per_groups = 16
aq_depth_log2 = 4
[QUL5G]
num_qgroups = 4
num_aqs_per_groups = 16
aq_depth_log2 = 4
[QDL5G]
num_qgroups = 4
num_aqs_per_groups = 16
aq_depth_log2 = 4
- Save the acc100_config_vf_5g.cfg to the local system.