Module - check_cpus_aligned_with_dpdk_nics

Module - check_cpus_aligned_with_dpdk_nics

This module provides for the following ansible plugin:

  • check_cpus_aligned_with_dpdk_nics

Module Documentation

Run PMD CPU's from all the NUMA nodes check

Owned by the DFG:NFV Integration

Options

numa_node:

The NUMA node

cpus:

The CPU's list

dpdk_nics_numa_info:
 

The DPDK NIC's NUMA details

Authors

:

Jaganathan Palanisamy

Example Tasks

- 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
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.