aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/params.pp
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-09-16 23:03:24 -0400
committerFeng Pan <fpan@redhat.com>2017-09-17 08:30:04 -0400
commita96d2dfb135f93a74f070d1c27374351f5b064a4 (patch)
treeabc61c16503a766061e05c249ac34a1a19fa886c /manifests/params.pp
parentd9ad6d211b86111bdca6b78891808a1bbdec86d2 (diff)
Add capability to configure socket-mem
JIRA: PUP-5 Change-Id: I6fef4c129356d7a2d8b6d4975aada9abdeb68758 Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index c3c3ed8..796b198 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -8,6 +8,7 @@ class fdio::params {
$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
$copy_kernel_nic_ip = true