This module provides for the following ansible plugin:
- ovs_dpdk_pmd_cpus_check
Run PMD CPU's from all the NUMA nodes check
pmd_cpu_mask: | The pmd cpu mask value |
---|
: | Jaganathan Palanisamy |
---|
- hosts: ComputeOvsDpdk
tasks:
- become: true
name: Run PMD CPU's check
ovs_dpdk_pmd_cpus_check: pmd_cpu_mask={{ pmad_cpu_mask }}
vars:
pmd_cpu_mask: '1010010000000001'
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.