diff options
author | Luc Provoost <luc.provoost@intel.com> | 2019-01-07 10:41:07 +0100 |
---|---|---|
committer | Luc Provoost <luc.provoost@intel.com> | 2019-01-07 10:47:33 +0100 |
commit | 8bffdf8c09100f8a923c37bd9be39a13cbc49862 (patch) | |
tree | 4b3e4929d3bccf4bccac434b74cf33d378299f99 /VNFs/DPPD-PROX/helper-scripts/openstackrapid/l2swap.cfg | |
parent | ffc6be265ca04773fb4fff09648304d156612e1c (diff) |
Improved image build & packet loss measurements
Reworked deploycentos1.sh and deploycentos2.sh which is installing
a PROX version that deals with non data plane packet counting for
improved packet loss measurements. Fixed some issues with the packer
scripts.
Change-Id: I64aab09d364ab5abbbc5fc75c73afcbe11fed681
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/l2swap.cfg')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/openstackrapid/l2swap.cfg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/l2swap.cfg b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/l2swap.cfg index c02556d9..98246aba 100644 --- a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/l2swap.cfg +++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/l2swap.cfg @@ -24,9 +24,12 @@ dofile("parameters.lua") [port 0] name=if0 mac=hardware +rx desc=2048 +tx desc=2048 +vlan=yes [defaults] -mempool size=2K +mempool size=4K [global] name=${name} @@ -34,11 +37,10 @@ name=${name} [core 0] mode=master -[core ${group1}] +[core $group1] name=swap task=0 mode=swap rx port=if0 tx port=if0 drop=no - |