Acked-by: Chengwen Feng <[email protected]>
On 11/6/2025 10:16 PM, Sivaprasad Tummala wrote:
> Previously, the TX burst size in l3fwd was fixed at 256, which could
> lead to suboptimal performance in certain scenarios.
>
> This patch introduces separate --rx-burst and --tx-burst options to
> explicitly configure RX and TX burst sizes. By default, the TX burst
> size now matches the RX burst size for better efficiency and pipeline
> balance.
>
> Fixes: d5c4897ecfb2 ("examples/l3fwd: add option to set Rx burst size")
> Cc: [email protected]
> Cc: [email protected]
>
> Signed-off-by: Sivaprasad Tummala <[email protected]>
> Tested-by: Venkat Kumar Ande <[email protected]>
> Tested-by: Dengdui Huang <[email protected]>
> Tested-by: Pavan Nikhilesh <[email protected]>