mbox

[0/3] Wait for NPA pools to get filled

Message ID 20211130060702.2697517-1-asekhar@marvell.com (mailing list archive)
Headers

Message

Ashwin Sekhar T K Nov. 30, 2021, 6:06 a.m. UTC
  NPA could take some time to reflect the pointers which
has been freed into pools. So, after populating a pool
with pointers, wait until the populated pointers are
reflected in the pool.

Ashwin Sekhar T K (3):
  common/cnxk: add support to wait for pool filling
  common/cnxk: wait for sqb pool to fill
  common/cnxk: wait for xaq pool to fill

 drivers/common/cnxk/roc_nix_queue.c | 10 ++++++++++
 drivers/common/cnxk/roc_npa.h       | 26 ++++++++++++++++++++++++++
 drivers/common/cnxk/roc_sso.c       |  9 +++++++++
 3 files changed, 45 insertions(+)