From 0f2ad6aad398cb4fff18a5c85b6692a42f861ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jere=20Lepp=C3=A4nen?= Date: Fri, 30 Sep 2022 11:42:10 +0300 Subject: example: classifier: increase default pool size to 10000 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Increase default pool size to 10000 packets. Signed-off-by: Jere Leppänen Reviewed-by: Tuomas Taipale --- example/classifier/odp_classifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/classifier/odp_classifier.c b/example/classifier/odp_classifier.c index d4a335cc8..9551c0c23 100644 --- a/example/classifier/odp_classifier.c +++ b/example/classifier/odp_classifier.c @@ -28,7 +28,7 @@ /** @def SHM_PKT_POOL_SIZE * @brief Packet pool size (number of packets) */ -#define SHM_PKT_POOL_SIZE 512 +#define SHM_PKT_POOL_SIZE 10000 /** @def SHM_PKT_POOL_BUF_SIZE * @brief Buffer size of the packet pool buffer -- cgit v1.2.3