Re: [dpdk-dev] [PATCH] compress/mlx5: fix level translation in xform API

2021-08-01 Thread Matan Azrad
From: Raja Zidane > Compression Level is interpreted by each PMD differently. > However, lower numbers give faster compression at the expense of > compression ratio, while higher numbers may give better compression ratios > but are likely slower. > The level affects the block size, which affects

[dpdk-dev] [PATCH] compress/mlx5: fix level translation in xform API

2021-07-29 Thread Raja Zidane
Compression Level is interpreted by each PMD differently. However, lower numbers give faster compression at the expense of compression ratio, while higher numbers may give better compression ratios but are likely slower. The level affects the block size, which affects performance, the bigger the bl