Re: [dpdk-dev] [PATCH] mem: don't use address hint for mapping unless requested

2019-03-28 Thread Burakov, Anatoly
On 28-Mar-19 8:45 AM, Shahaf Shuler wrote: Wednesday, March 27, 2019 1:50 PM, Burakov, Anatoly: Subject: Re: [PATCH] mem: don't use address hint for mapping unless requested On 21-Mar-19 8:21 PM, Shahaf Shuler wrote: patch[1] added an address hint as starting address for 64 bit systems in case

Re: [dpdk-dev] [PATCH] mem: don't use address hint for mapping unless requested

2019-03-28 Thread Shahaf Shuler
Wednesday, March 27, 2019 1:50 PM, Burakov, Anatoly: > Subject: Re: [PATCH] mem: don't use address hint for mapping unless > requested > > On 21-Mar-19 8:21 PM, Shahaf Shuler wrote: > > patch[1] added an address hint as starting address for 64 bit systems > > in case an explicit base virtual addre

Re: [dpdk-dev] [PATCH] mem: don't use address hint for mapping unless requested

2019-03-27 Thread Burakov, Anatoly
On 21-Mar-19 8:21 PM, Shahaf Shuler wrote: patch[1] added an address hint as starting address for 64 bit systems in case an explicit base virtual address was not set by the user. The justification for such hint was to help devices that work in VA mode and has a address range limitation to work s

Re: [dpdk-dev] [PATCH] mem: don't use address hint for mapping unless requested

2019-03-26 Thread Shahaf Shuler
Anatoly, Alejandro, Any comments on this one? Thursday, March 21, 2019 10:22 PM, Shahaf Shuler: > Subject: [dpdk-dev] [PATCH] mem: don't use address hint for mapping > unless requested > > patch[1] added an address hint as starting address for 64 bit systems in case > an e

[dpdk-dev] [PATCH] mem: don't use address hint for mapping unless requested

2019-03-21 Thread Shahaf Shuler
patch[1] added an address hint as starting address for 64 bit systems in case an explicit base virtual address was not set by the user. The justification for such hint was to help devices that work in VA mode and has a address range limitation to work smoothly with the eal memory subsystem. While