Re: [PATCH] doc: update size parameter details

2024-03-07 Thread Varghese, Vipin
- The size of the memory footprint. + The size of the memory footprint in megabytes (MB) for source and destination. I prefer not add "for source and destination", it makes sense without this, and maybe future test like fill don't have source buffer. The current dma-perf application, mak

Re: [PATCH] doc: update size parameter details

2024-03-07 Thread fengchengwen
Hi Vipin, On 2023/12/12 18:45, Vipin Varghese wrote: > For configuration parameters `mem_size` and `buf_size` are represented > as megabytes and bytes respectively in application. Update the > documentation to represent the same. > > Signed-off-by: Vipin Varghese > --- > doc/guides/tools/dmaper

Re: [PATCH] doc: update size parameter details

2024-03-05 Thread Varghese, Vipin
Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. For configuration parameters `mem_size` and `buf_size` are represented as megabytes and bytes respectively in application. Update the documentation to represe

[PATCH] doc: update size parameter details

2023-12-12 Thread Vipin Varghese
For configuration parameters `mem_size` and `buf_size` are represented as megabytes and bytes respectively in application. Update the documentation to represent the same. Signed-off-by: Vipin Varghese --- doc/guides/tools/dmaperf.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) dif