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

  1. Login to the VMware EXSi host.
  2. Navigate to the /opt/intel/ACC100/.
  3. Open the acc100_config_vf_5g.cfg.
  4. 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
  5. Save the acc100_config_vf_5g.cfg to the local system.