diff options
author | Deepak S <deepak.s@linux.intel.com> | 2018-02-22 14:48:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-22 14:48:39 +0000 |
commit | 167e6d113d61a4a75812d0df71843b0ab8b88784 (patch) | |
tree | 2e86c17df096527e9c1e24646a82f4bfb5e4d788 /VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen.cfg | |
parent | 83199af0ffc12fcb0961debbbc8e83957d2d115b (diff) | |
parent | 8060c5ed6076886869f7616e0fbbe67ad2724d08 (diff) |
Merge "Fixed the calculation of dropped packets and other changes"
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen.cfg')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen.cfg | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen.cfg b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen.cfg index 7ef0159c..a87ce758 100644 --- a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen.cfg +++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen.cfg @@ -43,8 +43,8 @@ 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 24 00 01 00 00 40 11 f7 7d ${local_hex_ip} ${dest_hex_ip} 0b b8 0b b9 00 10 55 7b -pkt size=50 +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 size=60 ;gateway ipv4=${gw_ip} local ipv4=${local_ip} min bulk size=$mbs @@ -52,6 +52,9 @@ max bulk size=16 drop=no lat pos=42 accuracy pos=46 +packet id pos=50 +signature=0x6789abcd +signature pos=56 [core ${group2}] name=lat @@ -61,5 +64,7 @@ sub mode=l3 rx port=p0 lat pos=42 accuracy pos=46 - +packet id pos=50 +signature=0x6789abcd +signature pos=56 |