9fad8ef79eda23a38dd3be68f7be28e38d4588cf

- Driver code gets the compression ratio(CR) from FW. This CR is used to calculate the compression factor(CF) and used in BW calculations. Perf. model code for BW calculations always assumes that CF will be in fractional format. But, driver already converts the CR to integer format. So, we need to remove the x100 multiplication in BW calculation code. - As CF is used as division factor for BW calculations, due to this x100 bump in CF values, we see very low calculated BW values. Change-Id: Ifbddee68b6799b2fe0fc6d5ffa623514e1abd13f Signed-off-by: Ashish Patil <quic_ashpat@quicinc.com>
Leírás
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%