RE: [EXT] [PATCH v3 2/4] app/test-compress-perf: allow test single compress operation

2023-02-14 Thread Michael Baum
On Monday, 13 February 2023 9:23, Akhil Goyal wrote: > > From the description it seems to be a bug in previous implementation. > Can we back port it? And update the patch title accordingly? I'll update and send a new version. > Also, release note update is not required for this fix. I'll remove

RE: [EXT] [PATCH v3 2/4] app/test-compress-perf: allow test single compress operation

2023-02-12 Thread Akhil Goyal
> Part of the application options is to test only compress and only > decompress but actually the application ignores this user option and > tries to test always both compress and decompress. >From the description it seems to be a bug in previous implementation. Can we back port it? And update t

[PATCH v3 2/4] app/test-compress-perf: allow test single compress operation

2023-02-12 Thread Michael Baum
Part of the application options is to test only compress and only decompress but actually the application ignores this user option and tries to test always both compress and decompress. Allow testing only compress and only decompress. Signed-off-by: Matan Azrad Signed-off-by: Michael Baum ---