aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/params.pp
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-09-17 22:47:51 -0400
committerFeng Pan <fpan@redhat.com>2017-09-17 23:09:45 -0400
commitdcda81db3eb61bdf69751ce6963b564abf7b7e0c (patch)
treedbef777092fad9e863f12f7486eb4f92487d7d79 /manifests/params.pp
parenta96d2dfb135f93a74f070d1c27374351f5b064a4 (diff)
Add vhost-user configurations
This patch adds capability for configuring the following options in vhost-user section: - coalesce-frames - coalesce-time - dont-dump-memory JIRA: PUP-8 Change-Id: I906e7d3c937d2f1133e2bfc0838c16063b535b87 Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index 796b198..8859667 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -11,5 +11,8 @@ class fdio::params {
$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
}