diff options
author | Xavier Simonart <xavier.simonart@intel.com> | 2019-10-17 12:02:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-10-17 12:02:53 +0000 |
commit | 14662f0369b03038ac2a73d183736300fb9ca2a9 (patch) | |
tree | 81dd8a88ecccea91f3b2dccd0424439d77da849f /VNFs/DPPD-PROX/config/l3fwd-4ports.cfg | |
parent | 0a514302c83a5982a05a631365b5623aeee49ada (diff) | |
parent | 516ed17e6c6c59ab0ed4cd868a1205455cfe47ef (diff) |
Merge "Increase the default number of rx and tx descriptors to 2K"
Diffstat (limited to 'VNFs/DPPD-PROX/config/l3fwd-4ports.cfg')
-rw-r--r-- | VNFs/DPPD-PROX/config/l3fwd-4ports.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/config/l3fwd-4ports.cfg b/VNFs/DPPD-PROX/config/l3fwd-4ports.cfg index 3c452b0e..a8cae86f 100644 --- a/VNFs/DPPD-PROX/config/l3fwd-4ports.cfg +++ b/VNFs/DPPD-PROX/config/l3fwd-4ports.cfg @@ -32,7 +32,7 @@ name=if3 mac=50:00:00:00:00:04 [defaults] -mempool size=4K +mempool size=8K [lua] lpm4 = dofile("ipv4.lua") |