Re: [PATCH v14 5/6] memarea: support dump API

2023-07-03 Thread Burakov, Anatoly
On 6/28/2023 2:39 AM, Thomas Monjalon wrote: 28/06/2023 03:25, fengchengwen: Hi Anatoly, Thanks for your review, a lot of valuable advice. PS: This library stays for a long time, want to hear TB's opinion: whether to continue or stop. If continue I will push a new version. Woul

Re: [PATCH v14 5/6] memarea: support dump API

2023-06-27 Thread fengchengwen
On 2023/6/28 9:39, Thomas Monjalon wrote: > 28/06/2023 03:25, fengchengwen: >> Hi Anatoly, >> >> Thanks for your review, a lot of valuable advice. >> >> PS: This library stays for a long time, want to hear TB's opinion: whether >> to continue or stop. >> If continue I will push a new ver

Re: [PATCH v14 5/6] memarea: support dump API

2023-06-27 Thread Thomas Monjalon
28/06/2023 03:25, fengchengwen: > Hi Anatoly, > > Thanks for your review, a lot of valuable advice. > > PS: This library stays for a long time, want to hear TB's opinion: whether > to continue or stop. > If continue I will push a new version. Would you be able to attend the techboard

Re: [PATCH v14 5/6] memarea: support dump API

2023-06-27 Thread fengchengwen
Hi Anatoly, Thanks for your review, a lot of valuable advice. PS: This library stays for a long time, want to hear TB's opinion: whether to continue or stop. If continue I will push a new version. Thanks. On 2023/6/22 23:55, Burakov, Anatoly wrote: > On 2/9/2023 6:36 AM, Chengwen Fen

Re: [PATCH v14 5/6] memarea: support dump API

2023-06-22 Thread Burakov, Anatoly
On 2/9/2023 6:36 AM, Chengwen Feng wrote: This patch supports rte_memarea_dump() API which could be used for debug. Signed-off-by: Chengwen Feng Reviewed-by: Dongdong Liu Acked-by: Morten Brørup --- Provisionally, Acked-by: Anatoly Burakov As long as below is addressed. +static void +m

[PATCH v14 5/6] memarea: support dump API

2023-02-08 Thread Chengwen Feng
This patch supports rte_memarea_dump() API which could be used for debug. Signed-off-by: Chengwen Feng Reviewed-by: Dongdong Liu Acked-by: Morten Brørup --- doc/guides/prog_guide/memarea_lib.rst | 3 + lib/memarea/rte_memarea.c | 98 +++ lib/memarea/rte_mem