From be23f20bcddd63dec506515c1518c995b0f8aa86 Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Thu, 14 Sep 2017 16:41:02 +0200 Subject: Splitting the script in 2 parts: createrapid.py and runrapid.py The split of the scripts is documented in the README file. The VM also runs now devbind.sh with the proper MAC address to bind the dataplane interface with the DPDK poll mode driver. Change-Id: I3e7a6235379dc80530934376c7799ac3396b5325 Luc Provoost Signed-off-by: Deepak S --- VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen.cfg | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen.cfg') diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen.cfg b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen.cfg index 522eb801..f06079f9 100644 --- a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen.cfg +++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen.cfg @@ -41,24 +41,12 @@ name=p0 task=0 mode=gen sub mode=l3 -rx ring=yes +rx port=p0 tx port=p0 bps=1250000000 pkt inline=00 00 00 00 00 00 00 00 00 00 00 00 08 00 45 00 00 1c 00 01 00 00 40 11 f7 7d ${gen_hex_ip} ${sut_hex_ip} 0b b8 0b b9 00 08 55 7b gateway ipv4=${sut_ip} -local ipv4=${gen_ip} +;local ipv4=${gen_ip} min bulk size=$mbs -;random=XXXXXXXXXXXXXXXX -;random=0000000000XXXXXX ; 64 possibilities -;rand_offset=34 ; SOURCE UDP PORT -;random=XXXXXXXXXXXXXXXX -;random=000000000XXXXXXX ; 128 -;rand_offset=36 ; DESTINTAITON UDP PORT - -[core 2] -task=0 -mode=arp -rx port=p0,p0,p0,p0 -tx port=p0 -tx cores=1t0 +max bulk size=16 -- cgit 1.2.3-korg