From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ea0-x236.google.com (mail-ea0-x236.google.com [IPv6:2a00:1450:4013:c01::236]) by dpdk.org (Postfix) with ESMTP id 6A02C532D for ; Wed, 12 Jun 2013 17:42:08 +0200 (CEST) Received: by mail-ea0-f182.google.com with SMTP id d10so3251187eaj.41 for ; Wed, 12 Jun 2013 08:42:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:organization:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id :x-gm-message-state; bh=NdYhQeh9asc/funG7Uf4fGnwT/Xjx4PFSSFX5rywbOo=; b=nArZKgCc1LMKJpE6JB2Eb6+x8/vJlvwXP8BajXvPhHIFJTaZ65s2z6Hwykl1jSq8S/ i7Ryt5h/Y97KmxTrL0EgwJbytYIkRwjDgh2ZgEToAtt15ojFF6EEPGIOedWSy4iDBbal ct9tYXVUJOnR+aAFqre7kM1lHlOuouX6h0ouXkSn/Rp6QanTeusk1gDQkdQYe5MYFbGk +APaGBzvsRwl7+UdFtUphmjIjC2dsZpKBWnfghMN7o+o7YIgGS9wESA5hQ8b0EIVMALT PrZtcMM9/WQDix3QLmfqjpMnB4Z5eesYAvYG71mSDik0cRScpd7YowlQL9mbwhB9qFIr +4Sw== X-Received: by 10.14.172.194 with SMTP id t42mr12460203eel.78.1371051738107; Wed, 12 Jun 2013 08:42:18 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id p43sm37599887eem.11.2013.06.12.08.42.16 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 12 Jun 2013 08:42:17 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: dev@dpdk.org Date: Wed, 12 Jun 2013 17:42:19 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <51B8617B.7000009@6wind.com> <1371050692-16945-1-git-send-email-thomas.monjalon@6wind.com> <51B89533.5070803@6wind.com> In-Reply-To: <51B89533.5070803@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201306121742.19541.thomas.monjalon@6wind.com> X-Gm-Message-State: ALoCoQnUsbVU6vLngU0hjkDvB6X8OWzQjOhRZV+6cb/WI/GplssBI81aD9ow9Xc5/8XuJBX4uWk/ Subject: Re: [dpdk-dev] [PATCH] mem: get physical address of any pointer X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jun 2013 15:42:08 -0000 12/06/2013 17:35, Olivier MATZ : > On 06/12/2013 05:24 PM, Thomas Monjalon wrote: > > From: Damien Millescamps > > > > Extract rte_mem_virt2phy() from find_physaddr(). > > Acked-by: Olivier Matz pushed -- Thomas