RE: [EXT] [PATCH] app/compress-perf: optimize ops pool allocation

2022-03-04 Thread Akhil Goyal
> An array of the size of total operations needed for the de/compression is > reserved for ops while enqueueing, although only first burst_size entries > of the array are used. > > Reduce the size of the array allocated. > > Fixes: b68a82425da4 ("app/compress-perf: add performance measurement") >

RE: [PATCH] app/compress-perf: optimize ops pool allocation

2022-02-24 Thread Zhang, Roy Fan
> -Original Message- > From: Raja Zidane > Sent: Wednesday, February 23, 2022 1:33 PM > To: dev@dpdk.org > Cc: ma...@nvidia.com; sta...@dpdk.org > Subject: [PATCH] app/compress-perf: optimize ops pool allocation > > An array of the size of total operations neede

RE: [PATCH] app/compress-perf: optimize ops pool allocation

2022-02-24 Thread Zhang, Roy Fan
> -Original Message- > From: Raja Zidane > Sent: Wednesday, February 23, 2022 1:33 PM > To: dev@dpdk.org > Cc: ma...@nvidia.com; sta...@dpdk.org > Subject: [PATCH] app/compress-perf: optimize ops pool allocation > > An array of the size of total operations neede

[PATCH] app/compress-perf: optimize ops pool allocation

2022-02-23 Thread Raja Zidane
An array of the size of total operations needed for the de/compression is reserved for ops while enqueueing, although only first burst_size entries of the array are used. Reduce the size of the array allocated. Fixes: b68a82425da4 ("app/compress-perf: add performance measurement") Cc: sta...@dpdk