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

2020-03-19 Thread Pavan Nikhilesh Bhagavatula
>-Original Message- >From: dev On Behalf Of Andrzej Ostruszka >Sent: Thursday, March 19, 2020 3:07 PM >To: dev@dpdk.org >Subject: Re: [dpdk-dev] [PATCH 1/2] mempool/octeontx2: add devargs >to lock ctx in cache > >On 3/6/20 5:35 PM, pbhagavat...@marvell.com wrote:

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

2020-03-19 Thread Andrzej Ostruszka
On 3/6/20 5:35 PM, pbhagavat...@marvell.com wrote: > 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_ma

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

2020-03-06 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