From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 6955027D for ; Mon, 6 Nov 2017 21:26:40 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0D4BF20CB8; Mon, 6 Nov 2017 15:26:40 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 06 Nov 2017 15:26:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=g070lTUCRG//WKdWVTz1uLyk+J Dmpuhk40LNCzbKmnU=; b=X7sXnpjK+OqUY7FfcfAKdIiYReYxcmZlNoln4wrk3o Eq3Kp37I35VC0VKeglFh8WkZkBf6bpw0g1AhBml0H7r/bkiiCQu9SgFlt/Ld29Ak O/iKxz4VnIS89DzhEOkZ2IQhvsyz+kSld7IwThbEjF86WLwHJwA+tDbXj/zTiYx2 4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=g070lT UCRG//WKdWVTz1uLyk+JDmpuhk40LNCzbKmnU=; b=KVPWb7NOiax0h9AX2OC+3p 0cnKsTSurB1h4TdmT6cvAoC+A5zYPmzT1TCN6iu+bzdFTPQXD0ECIHY01a7mLGPR pQLlaGR585yI4KPRvqZtQGY9OmvakcGK0lhny2uGDqMXomiLSre5BepHfxi+fOTK S/pkWm/Yem0QnpDs7JOccpKtpeWaYoAcrJtBxTRIm1jjlgrhZAwds3kmIhGKg1Yf 0SE3lxOslC47ES+R+MzwWBIh7ca09vYfrZ3bukd98Ji6Jgujj0uGj98UKZSoP6hz +ziYPE10rtzEUJDlBCVyTislNxKNldSlQdFAEley8ypAWymes4faYlygNeyrqmnA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C083A7FADD; Mon, 6 Nov 2017 15:26:39 -0500 (EST) From: Thomas Monjalon To: anatoly.burakov@intel.com Cc: dev@dpdk.org, Jonas Pfefferle , jianfeng.tan@intel.com Date: Mon, 06 Nov 2017 21:26:38 +0100 Message-ID: <10656029.OGFJoE0f1c@xps> In-Reply-To: <1509440909-8068-1-git-send-email-jpf@zurich.ibm.com> References: <1509440909-8068-1-git-send-email-jpf@zurich.ibm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] mem: warn if address hint is not respected X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2017 20:26:40 -0000 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 candidate for 18.02.