RE: [PATCH] reorder: introduce API to obtain memory footprint

2023-06-06 Thread Pattan, Reshma
> -Original Message- > From: Thomas Monjalon > Subject: Re: [PATCH] reorder: introduce API to obtain memory footprint > > 02/06/2023 13:30, Volodymyr Fialko: > > Hi Thomas and Reshma, > > > > I would be interested in taking on the role of mai

Re: [PATCH] reorder: introduce API to obtain memory footprint

2023-06-02 Thread Thomas Monjalon
02/06/2023 13:30, Volodymyr Fialko: > Hi Thomas and Reshma, > > I would be interested in taking on the role of maintaining the reorder > library. If Reshma accepts, please send a patch to replace Reshma. It will require an ack from Reshma. Thank you both > From: Pattan, Reshma > > > From: Tho

RE: [PATCH] reorder: introduce API to obtain memory footprint

2023-06-02 Thread Volodymyr Fialko
lanukkaran ; Anoob Joseph > > Subject: [EXT] RE: [PATCH] reorder: introduce API to obtain memory footprint > > External Email > > -- > > > > -Original Message- > > From: Thomas Monjalon

RE: [PATCH] reorder: introduce API to obtain memory footprint

2023-06-02 Thread Pattan, Reshma
> -Original Message- > From: Thomas Monjalon > > Like previous patches for the reorder library from Volodymyr, the official > maintainer (Reshma) is not reviewing. > Does it mean Reshma is not interested anymore in this maintenance? Hi Thomas, I would like to drop from the maintainer

Re: [PATCH] reorder: introduce API to obtain memory footprint

2023-06-01 Thread Thomas Monjalon
Hello, 2 comments below 14/04/2023 10:52, Volodymyr Fialko: > At present, it is not easy to determine the memory requirement for the > reorder buffer without delving into its implementation details. > To facilitate the use of reorder buffer with user allocation, a new API > `rte_reorder_memory_fo

[PATCH] reorder: introduce API to obtain memory footprint

2023-04-14 Thread Volodymyr Fialko
At present, it is not easy to determine the memory requirement for the reorder buffer without delving into its implementation details. To facilitate the use of reorder buffer with user allocation, a new API `rte_reorder_memory_footprint_get()` is introduced. This API will provide the amount of requ