Re: [PATCH v2 1/2] examples/l3fwd: add option to set RX burst size

2024-10-17 Thread lihuisong (C)
Acked-by: Huisong Li 在 2024/10/17 16:58, Jie Hai 写道: Now the Rx burst size is fixed to MAX_PKT_BURST (32). This parameter needs to be modified in some performance optimization scenarios. So an option '--burst' is added to set the burst size explicitly. The default value is DEFAULT_PKT_BURST (32

[PATCH v2 1/2] examples/l3fwd: add option to set RX burst size

2024-10-17 Thread Jie Hai
Now the Rx burst size is fixed to MAX_PKT_BURST (32). This parameter needs to be modified in some performance optimization scenarios. So an option '--burst' is added to set the burst size explicitly. The default value is DEFAULT_PKT_BURST (32) and maximum value is MAX_PKT_BURST (512). Signed-off-b