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

2020-04-22 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

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

2020-05-01 Thread Pavan Nikhilesh Bhagavatula
>Subject: [dpdk-dev] [PATCH v4] mempool/octeontx2: add devargs to >lock ctx in cache > >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 >correspondin

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

2020-05-04 Thread Thomas Monjalon
01/05/2020 12:21, Pavan Nikhilesh Bhagavatula: > >Subject: [dpdk-dev] [PATCH v4] mempool/octeontx2: add devargs to > >lock ctx in cache > > > >From: Pavan Nikhilesh > > > >Add device arguments to lock NPA aura and pool contexts in NDC cache. > >The devic