aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/params.pp
blob: 88596670d8122f44a5618c04693bb68875e07046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# == Class fdio::params
#
# This class manages the default params for the fdio class.
#
class fdio::params {
  $repo_branch = 'release'
  $vpp_dpdk_support = true
  $vpp_dpdk_devs = []
  $vpp_dpdk_uio_driver = 'uio_pci_generic'
  $vpp_dpdk_dev_default_options = undef
  $vpp_dpdk_socket_mem = undef
  $vpp_cpu_main_core = undef
  $vpp_cpu_corelist_workers = undef
  $vpp_vhostuser_coalesce_frames = undef
  $vpp_vhostuser_coalesce_time = undef
  $vpp_vhostuser_dont_dump_memory = false
  $copy_kernel_nic_ip = true
}