RE: [PATCH v2] examples/l3fwd: add option to set Tx burst size

2025-02-21 Thread Konstantin Ananyev
> >> On 2024/12/4 10:06, Jie Hai wrote: > >>> The application send packets only when the buffer is full, or the > >>> buffer is empty and the packets to be sent extends TX_PKT_BURST. > >>> The change of MAX_PKT_BURST make TX buffer size and TX_PKT_BURST > >>> increase, while the default cache siz

Re: [PATCH v2] examples/l3fwd: add option to set Tx burst size

2025-02-20 Thread Jie Hai
On 2025/2/20 1:01, Konstantin Ananyev wrote: On 2024/12/4 10:06, Jie Hai wrote: The application send packets only when the buffer is full, or the buffer is empty and the packets to be sent extends TX_PKT_BURST. The change of MAX_PKT_BURST make TX buffer size and TX_PKT_BURST increase, while

RE: [PATCH v2] examples/l3fwd: add option to set Tx burst size

2025-02-19 Thread Konstantin Ananyev
> On 2024/12/4 10:06, Jie Hai wrote: > > The application send packets only when the buffer is full, or the > > buffer is empty and the packets to be sent extends TX_PKT_BURST. > > The change of MAX_PKT_BURST make TX buffer size and TX_PKT_BURST > > increase, while the default cache size is 256.

Re: [PATCH v2] examples/l3fwd: add option to set Tx burst size

2025-02-14 Thread fengchengwen
Acked-by: Chengwen Feng On 2024/12/4 10:06, Jie Hai wrote: > The application send packets only when the buffer is full, or the > buffer is empty and the packets to be sent extends TX_PKT_BURST. > The change of MAX_PKT_BURST make TX buffer size and TX_PKT_BURST > increase, while the default cache

Re: [PATCH v2] examples/l3fwd: add option to set Tx burst size

2025-02-13 Thread Jie Hai
Hi, all maintainers, Kindly ping for review. Thanks, Jie Hai On 2024/12/4 10:06, Jie Hai wrote: The application send packets only when the buffer is full, or the buffer is empty and the packets to be sent extends TX_PKT_BURST. The change of MAX_PKT_BURST make TX buffer size and TX_PKT_BURST in