common/cnxk: set hysteresis bit to one

Setting non zero FC_HYST_BITS to reduce mesh traffic to
reduce system resources.

Signed-off-by: Satha Rao <skoteshwar@marvell.com>
This commit is contained in:
Satha Rao 2022-10-14 11:13:12 +05:30 committed by Jerin Jacob
parent 902a4c02e2
commit d7bde0454c

View File

@ -940,7 +940,7 @@ sqb_pool_populate(struct roc_nix *roc_nix, struct roc_nix_sq *sq)
else
aura.fc_stype = 0x3; /* STSTP */
aura.fc_addr = (uint64_t)sq->fc;
aura.fc_hyst_bits = 0; /* Store count on all updates */
aura.fc_hyst_bits = 1; /* Store count on all updates */
rc = roc_npa_pool_create(&sq->aura_handle, blk_sz, nb_sqb_bufs, &aura,
&pool, 0);
if (rc)