MAX QP Support in CX reduces with newer FW

When i upgraded firmware of cx5 , i see that ibv_devinfo showing less max qp supported,
can someone point to release note why this reduction was done.

CARD1
CX5 MT28800 Family / MT_0000000013
FW: 16.35.4030

ibv_devinfo -vvv | grep -e max_qp: -e max_mr:
max_qp: 131072
max_mr: 16777216

CARD2
CX5 MT28800 Family / MT_0000000013
FW: 16.28.1002 (OLDER)

ibv_devinfo -vvv | grep -e max_qp: -e max_mr:
max_qp: 262144
max_mr: 16777216

Hi,

In FW version xx.32.1010 we introduced a configuration parameter to limit this number of resources (reduces required resources from the host system):

[" QP Resources"]

You can use this parameter to increase that value to what is required by your application.
If you do not find this parameter available in the query command please update MFT package to at least v4.18.0.

Regards,
Yaniv