Re: [PATCH v4 2/3] app/testpmd: add maximum Rx buffer size display

2023-11-02 Thread lihuisong (C)
在 2023/11/3 11:53, Ferruh Yigit 写道: On 11/3/2023 2:39 AM, lihuisong (C) wrote: 在 2023/11/3 0:42, Ferruh Yigit 写道: On 11/2/2023 12:16 PM, Huisong Li wrote: Add maximum Rx buffer size display. I think there is a value to show what is the intended usage of this new field in application level,

Re: [PATCH v4 2/3] app/testpmd: add maximum Rx buffer size display

2023-11-02 Thread Ferruh Yigit
On 11/3/2023 2:39 AM, lihuisong (C) wrote: > > 在 2023/11/3 0:42, Ferruh Yigit 写道: >> On 11/2/2023 12:16 PM, Huisong Li wrote: >>> Add maximum Rx buffer size display. >>> >> I think there is a value to show what is the intended usage of this new >> field in application level, >> that is why what do

Re: [PATCH v4 2/3] app/testpmd: add maximum Rx buffer size display

2023-11-02 Thread lihuisong (C)
在 2023/11/3 0:42, Ferruh Yigit 写道: On 11/2/2023 12:16 PM, Huisong Li wrote: Add maximum Rx buffer size display. I think there is a value to show what is the intended usage of this new field in application level, that is why what do you think to use testpmd? Testpmd can be updated to check i

Re: [PATCH v4 2/3] app/testpmd: add maximum Rx buffer size display

2023-11-02 Thread Ferruh Yigit
On 11/2/2023 12:16 PM, Huisong Li wrote: > Add maximum Rx buffer size display. > I think there is a value to show what is the intended usage of this new field in application level, that is why what do you think to use testpmd? Testpmd can be updated to check if mbuf data size is bigger than devi

[PATCH v4 2/3] app/testpmd: add maximum Rx buffer size display

2023-11-02 Thread Huisong Li
Add maximum Rx buffer size display. Signed-off-by: Huisong Li Acked-by: Chengwen Feng --- app/test-pmd/config.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c index b9fdb7e8f1..2ac6f15773 100644 --- a/app/test-pmd/config.c +++ b/app/test-pmd/