This module provides for the following ansible plugin:
- check_cpus_aligned_with_dpdk_nics
Run PMD CPU's from all the NUMA nodes check
Owned by the DFG:NFV Integration
numa_node: | The NUMA node |
---|---|
cpus: | The CPU's list |
dpdk_nics_numa_info: | |
The DPDK NIC's NUMA details |
: | Jaganathan Palanisamy |
---|
- become: true
check_cpus_aligned_with_dpdk_nics:
cpus: 2,3,4,5
dpdk_nics_numa_info:
- mac: mac1
numa_node: 0
pci: pci1
- mac: mac2
numa_node: 0
pci: pci2
numa_node: '0'
name: Check CPU's aligned with DPDK NIC's NUMA
register: valid_cpus
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.