Re: [dpdk-dev] [PATCH v5] mempool/octeontx2: add devargs to lock ctx in cache

2020-05-19 Thread Thomas Monjalon
11/05/2020 12:07, pbhagavat...@marvell.com: > From: Pavan Nikhilesh > > Add device arguments to lock NPA aura and pool contexts in NDC cache. > The device args take hexadecimal bitmask where each bit represent the > corresponding aura/pool id. > Example: > -w 0002:02:00.0,npa_lock_mask=0xf

[dpdk-dev] [PATCH v5] mempool/octeontx2: add devargs to lock ctx in cache

2020-05-11 Thread pbhagavatula
From: Pavan Nikhilesh Add device arguments to lock NPA aura and pool contexts in NDC cache. The device args take hexadecimal bitmask where each bit represent the corresponding aura/pool id. Example: -w 0002:02:00.0,npa_lock_mask=0xf // Lock first 4 aura/pool ctx Signed-off-by: Pavan Nikh