[dts] [PATCH V1 1/2][vhost gro] conf: add conf file for gro and gso

lihong lihongx.ma at intel.com
Wed Jul 3 23:42:19 CEST 2019


Signed-off-by: lihong <lihongx.ma at intel.com>
---
 conf/vhost_gro.cfg | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 conf/vhost_gro.cfg

diff --git a/conf/vhost_gro.cfg b/conf/vhost_gro.cfg
new file mode 100644
index 0000000..3adaa54
--- /dev/null
+++ b/conf/vhost_gro.cfg
@@ -0,0 +1,20 @@
+# vm configuration for vhost sample case
+[vm0]
+cpu =
+    model=host,number=1,cpupin=40;
+mem =
+    size=4096,hugepage=yes;
+disk =
+    file=/home/osimg/ubuntu16.img;
+login =
+    user=root,password=tester;
+vnc =
+    displayNum=4;
+daemon =
+    enable=yes;
+# Connect two fortvill 40G nic port directly on DUT
+[peerconf]
+pci=0000:86:00.0
+pci_drv=i40e
+peer=0000:86:00.1
+peer_intf=enp134s0f1
-- 
2.7.4



More information about the dts mailing list