pp2: increase recycle batch size

Increase batch size when recycling buffers. This increases Mpps by 7%.

Change-Id: I2a460611d9c36e9bf087b076fc4e187acf61108f
Signed-off-by: Brian Brooks <brian.brooks@arm.com>
This commit is contained in:
Brian Brooks
2018-06-27 21:27:26 -05:00
committed by Damjan Marion
parent e356cbfaa8
commit 3ecef99484

View File

@@ -23,6 +23,8 @@
#define MVCONF_TYPES_PUBLIC
#define MVCONF_DMA_PHYS_ADDR_T_PUBLIC
#include <vlib/vlib.h>
#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
{