Comment 11 for bug 1858390

Revision history for this message
ChenjieXu (midone) wrote :

Hi Kristal,

As Huang has verified, this bug is a procedural issue. Could you please update the document? The following sections can be added to the document:
   If vswitch_type is set to OVS-DPDK, configure vSwitch memory per NUMA node:
      system host-memory-modify -f <function> -1G <1G hugepages number> <hostname or id> <processor>
      i.e. system host-memory-modify -f vswitch -1G 1 compute-0 0
   The VMs created in OVS-DPDK environment needs to use huge pages to gain networking. Configure the huge pages for VMs by following command:
      system host-memory-modify -1G <1G hugepages number> <hostname or id> <processor>
      i.e. system host-memory-modify compute-0 0 -1G 10