From dcda81db3eb61bdf69751ce6963b564abf7b7e0c Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Sun, 17 Sep 2017 22:47:51 -0400 Subject: 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 --- manifests/params.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests/params.pp') 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 } -- cgit 1.2.3-korg