Re: [dpdk-dev] [PATCH] mem: warn if address hint is not respected

2018-01-11 Thread Thomas Monjalon
07/11/2017 14:54, Burakov, Anatoly: > On 06-Nov-17 8:26 PM, Thomas Monjalon wrote: > > 31/10/2017 10:08, Jonas Pfefferle: > >> Print a warning if the --base-virtaddr hint is not respected > >> since this might lead to problems when mapping memory in > >> the secondary process. > >> > >> Signed-off-

Re: [dpdk-dev] [PATCH] mem: warn if address hint is not respected

2018-01-03 Thread Jonas Pfefferle
esday, January 3, 2018 5:22 PM To: Xueming(Steven) Li ; Burakov, Anatoly Cc: dev@dpdk.org; jianfeng@intel.com; Thomas Monjalon Subject: Re: [dpdk-dev] [PATCH] mem: warn if address hint is not respected Hi Xueming, Correct --base-virtaddr was introduced for that purpose. There are multiple

Re: [dpdk-dev] [PATCH] mem: warn if address hint is not respected

2018-01-03 Thread Xueming(Steven) Li
22 PM > To: Xueming(Steven) Li ; Burakov, Anatoly > > Cc: dev@dpdk.org; jianfeng@intel.com; Thomas Monjalon > > Subject: Re: [dpdk-dev] [PATCH] mem: warn if address hint is not respected > > Hi Xueming, > > Correct --base-virtaddr was introduced for that purpose. There

Re: [dpdk-dev] [PATCH] mem: warn if address hint is not respected

2018-01-03 Thread Jonas Pfefferle
:52 PM To: Burakov, Anatoly Cc: dev@dpdk.org; jianfeng....@intel.com; Thomas Monjalon Subject: Re: [dpdk-dev] [PATCH] mem: warn if address hint is not respected "Burakov, Anatoly" wrote on 11/07/2017 02:54:24 PM: > From: "Burakov, Anatoly" > To: Thomas Monjalon > Cc:

Re: [dpdk-dev] [PATCH] mem: warn if address hint is not respected

2017-12-26 Thread Xueming(Steven) Li
l.com; Thomas Monjalon > > Subject: Re: [dpdk-dev] [PATCH] mem: warn if address hint is not respected > > "Burakov, Anatoly" wrote on 11/07/2017 > 02:54:24 > PM: > > > From: "Burakov, Anatoly" > > To: Thomas Monjalon > > Cc: dev@dpdk.org

Re: [dpdk-dev] [PATCH] mem: warn if address hint is not respected

2017-11-08 Thread Jonas Pfefferle1
"Burakov, Anatoly" wrote on 11/07/2017 02:54:24 PM: > From: "Burakov, Anatoly" > To: Thomas Monjalon > Cc: dev@dpdk.org, Jonas Pfefferle , jianfeng@intel.com > Date: 11/07/2017 02:54 PM > Subject: Re: [dpdk-dev] [PATCH] mem: warn if address hint is not

Re: [dpdk-dev] [PATCH] mem: warn if address hint is not respected

2017-11-07 Thread Burakov, Anatoly
On 06-Nov-17 8:26 PM, Thomas Monjalon wrote: 31/10/2017 10:08, Jonas Pfefferle: Print a warning if the --base-virtaddr hint is not respected since this might lead to problems when mapping memory in the secondary process. Signed-off-by: Jonas Pfefferle Anatoly, please review this patch. It do

Re: [dpdk-dev] [PATCH] mem: warn if address hint is not respected

2017-11-06 Thread Thomas Monjalon
31/10/2017 10:08, Jonas Pfefferle: > Print a warning if the --base-virtaddr hint is not respected > since this might lead to problems when mapping memory in > the secondary process. > > Signed-off-by: Jonas Pfefferle Anatoly, please review this patch. It does not seem to fix something, so it is

[dpdk-dev] [PATCH] mem: warn if address hint is not respected

2017-10-31 Thread Jonas Pfefferle
Print a warning if the --base-virtaddr hint is not respected since this might lead to problems when mapping memory in the secondary process. Signed-off-by: Jonas Pfefferle --- lib/librte_eal/linuxapp/eal/eal_memory.c | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-)