diff options
author | Luc Provoost <luc.provoost@intel.com> | 2017-09-14 16:41:02 +0200 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2017-09-19 22:23:52 -0700 |
commit | 03f354aa901aa5d276cc74ff8f5ed39186041c26 (patch) | |
tree | f821d376d05f27771d6716d20caa9270df516b92 /VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen.cfg | |
parent | 71a854fb279a807e9cde9a7afa3a75d843bd69ed (diff) |
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 <luc.provoost@intel.com>
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen.cfg')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen.cfg | 18 |
1 files changed, 3 insertions, 15 deletions
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 |