NSB NFVi PROX BNG losing many packets
[yardstick.git] / samples / vnf_samples / nsut / prox / configs / handle_l3fwd-2.cfg
index f7d4376..80b29f3 100644 (file)
@@ -14,8 +14,6 @@
 #
 #;
 
-[lua]
-lpm4 = dofile("ipv4.lua")
 
 [eal options]
 -n=4 ; force number of memory channels
@@ -24,18 +22,16 @@ no-output=no ; disable DPDK debug output
 [port 0]
 name=if0
 mac=hardware
-rx desc=2048
-tx desc=2048
-
 [port 1]
 name=if1
 mac=hardware
-rx desc=2048
-tx desc=2048
 
 [defaults]
 mempool size=4K
 
+[lua]
+lpm4 = dofile("ipv4-2port.lua")
+
 [global]
 start time=5
 name=Routing (2x)
@@ -59,4 +55,4 @@ mode=routing
 route table=lpm4
 rx port=if1
 tx port=if0,if1
-drop=no
\ No newline at end of file
+drop=no