Re: [dpdk-dev] [PATCH v2 3/3] app/testpmd: map anonymous memory for eth devices

2019-04-04 Thread Burakov, Anatoly
On 04-Apr-19 6:14 AM, Shahaf Shuler wrote: Mempools can be populated with anonymous memory when using command line parameter --mp-alloc=anon. Considering the mempools are going to be used by the net devices, it is better to DMA map this memory. This patch add such mapping now that we have the A

[dpdk-dev] [PATCH v2 3/3] app/testpmd: map anonymous memory for eth devices

2019-04-03 Thread Shahaf Shuler
Mempools can be populated with anonymous memory when using command line parameter --mp-alloc=anon. Considering the mempools are going to be used by the net devices, it is better to DMA map this memory. This patch add such mapping now that we have the APIs in place[1]. [1] commit c33a675b6276 ("b