Support for xtesting
[samplevnf.git] / VNFs / DPPD-PROX / helper-scripts / rapid / gen_gw.cfg
index 3f83c65..fc3b6a6 100644 (file)
 ;; limitations under the License.
 ;;
 
+[lua]
+dofile("parameters.lua")
+
 [eal options]
 -n=4 ; force number of memory channels
 no-output=no ; disable DPDK debug output
-
-[lua]
-dofile("parameters.lua")
+eal=--proc-type auto ${eal}
 
 [port 0]
 name=p0
 rx desc=2048
 tx desc=2048
 vlan=yes
+vdev=gen_tap
+local ipv4=${local_ip1}
 
 [variables]
 $mbs=8
@@ -35,6 +38,7 @@ mempool size=8K
 
 [global]
 name=${name}
+heartbeat timeout=${heartbeat}
 
 [core 0]
 mode=master
@@ -46,10 +50,9 @@ mode=gen
 sub mode=l3
 tx port=p0
 bps=1250000000
-pkt inline=00 00 00 00 00 00 00 00 00 00 00 00 08 00 45 00 00 2e 00 01 00 00 40 11 f7 7d ${local_hex_ip} ${dest_hex_ip} 0b b8 0b b9 00 1a 55 7b
+pkt inline=00 00 00 00 00 00 00 00 00 00 00 00 08 00 45 00 00 2e 00 01 00 00 40 11 f7 7d ${local_hex_ip1} ${dest_hex_ip1} 0b b8 0b b9 00 1a 55 7b
 pkt size=60
-gateway ipv4=${gw_ip}
-local ipv4=${local_ip}
+gateway ipv4=${gw_ip1}
 min bulk size=$mbs
 max bulk size=16
 drop=yes