mbox series

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

Message ID 20211130060702.2697517-1-asekhar@marvell.com (mailing list archive)
Headers
Series Wait for NPA pools to get filled |

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(+)
  

Comments

Jerin Jacob Jan. 10, 2022, 7:15 a.m. UTC | #1
On Tue, Nov 30, 2021 at 11:39 AM Ashwin Sekhar T K <asekhar@marvell.com> wrote:
>
> 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.


Series Acked-by: Jerin Jacob <jerinj@marvell.com>
Series applied to dpdk-next-net-mrvl/for-next-net. Thanks.

>
> 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(+)
>
> --
> 2.32.0
>