test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH]framework: enlarge hugepage number for vm
@ 2016-02-25  1:59 Lijuan Tu
  2016-02-26  3:10 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Lijuan Tu @ 2016-02-25  1:59 UTC (permalink / raw)
  To: dts

Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
---
 framework/virt_dut.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/framework/virt_dut.py b/framework/virt_dut.py
index 8b366c9..9bf75dc 100644
--- a/framework/virt_dut.py
+++ b/framework/virt_dut.py
@@ -129,11 +129,10 @@ class VirtDut(DPDKdut):
         # example apps by themselves and will fail otherwise.
         self.send_expect("export RTE_TARGET=" + target, "#")
         self.send_expect("export RTE_SDK=`pwd`", "#")
-
         if not self.skip_setup:
             self.build_install_dpdk(target)
 
-        self.setup_memory(hugepages=512)
+        self.setup_memory(hugepages=1024)
         self.setup_modules(target)
 
         if bind_dev:
-- 
2.5.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-26  3:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-25  1:59 [dts] [PATCH]framework: enlarge hugepage number for vm Lijuan Tu
2016-02-26  3:10 ` Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).