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

2019-04-02 Thread Shahaf Shuler
Monday, April 1, 2019 4:28 PM, Burakov, Anatoly: > Subject: Re: [dpdk-dev] [PATCH 3/3] app/testpmd: map anonymous memory > for eth devices > > On 01-Apr-19 11:34 AM, Shahaf Shuler wrote: > > Mempools can be populated with anonymous memory when using > command > > lin

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

2019-04-01 Thread Burakov, Anatoly
On 01-Apr-19 11:34 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