Module - ovs_dpdk_pmd_cpus_check

This module provides for the following ansible plugin:

  • ovs_dpdk_pmd_cpus_check

Module Documentation

Run PMD CPU's from all the NUMA nodes check

Used by ovs_dpdk_pmd validation.

Owned by the DFG:NFV Integration

Options

pmd_cpu_mask:

The pmd cpu mask value

Authors

:

Jaganathan Palanisamy

Example Tasks

- hosts: ComputeOvsDpdk
  vars:
    pmd_cpu_mask: '1010010000000001'
  tasks:
  - name: Run PMD CPU's check
    become: true
    ovs_dpdk_pmd_cpus_check: pmd_cpu_mask={{ pmad_cpu_mask }}