From 516ed17e6c6c59ab0ed4cd868a1205455cfe47ef Mon Sep 17 00:00:00 2001 From: Xavier Simonart Date: Sat, 12 Oct 2019 23:36:41 +0200 Subject: Increase the default number of rx and tx descriptors to 2K A high number of RX descriptor can be helpful in avoiding packet loss due to the core being interrupted. This commit increases the default number of descriptors from 256 to 2K. Those values are checked versus the minimum and maximum supported by the pmd. Number of mbufs (mempool size) have been updated n config files to support this default number of dsescriptors. The number of descriptors can still be overwritten by the config file. However those values must always remain within the limits reported by the pmd. Change-Id: I5f7999eca886dad68f3c0733da0d796bf4c06a56 Signed-off-by: Xavier Simonart --- VNFs/DPPD-PROX/config/nop.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VNFs/DPPD-PROX/config/nop.cfg') diff --git a/VNFs/DPPD-PROX/config/nop.cfg b/VNFs/DPPD-PROX/config/nop.cfg index 757b1eda..2741b41c 100644 --- a/VNFs/DPPD-PROX/config/nop.cfg +++ b/VNFs/DPPD-PROX/config/nop.cfg @@ -44,7 +44,7 @@ name=if3 mac=hardware [defaults] -mempool size=2K +mempool size=8K [global] start time=5 -- cgit 1.2.3-korg