From: Brian Brooks Date: Thu, 28 Jun 2018 02:27:26 +0000 (-0500) Subject: pp2: increase recycle batch size X-Git-Tag: v18.07-rc1~36 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=3ecef99484463666d62568da931fd908f3e86d7c;p=vpp.git pp2: increase recycle batch size Increase batch size when recycling buffers. This increases Mpps by 7%. Change-Id: I2a460611d9c36e9bf087b076fc4e187acf61108f Signed-off-by: Brian Brooks --- diff --git a/src/plugins/marvell/pp2/pp2.h b/src/plugins/marvell/pp2/pp2.h index 76db0a09749..93b95aa134b 100644 --- a/src/plugins/marvell/pp2/pp2.h +++ b/src/plugins/marvell/pp2/pp2.h @@ -23,6 +23,8 @@ #define MVCONF_TYPES_PUBLIC #define MVCONF_DMA_PHYS_ADDR_T_PUBLIC +#include + #include "mv_std.h" #include "env/mv_sys_dma.h" #include "drivers/mv_pp2.h" @@ -61,7 +63,7 @@ typedef struct u32 hw_if_index; } mrvl_pp2_if_t; -#define MRVL_PP2_BUFF_BATCH_SZ 64 +#define MRVL_PP2_BUFF_BATCH_SZ VLIB_FRAME_SIZE typedef struct {