From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id 923F37E99 for ; Thu, 23 Oct 2014 11:35:07 +0200 (CEST) Received: by mail-wi0-f170.google.com with SMTP id n3so2840492wiv.3 for ; Thu, 23 Oct 2014 02:43:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=pTVQ8//TOPdPPa8kE5XM0q3EUaI9BEGCmPIZF74sGtQ=; b=DM/B73+HNbTaMvHyg7Pt4Dz4yN5u58msUAbr1X/HHM0lAAPLEHv4Bec3+5XLtcObK9 XlR9xaKQ+PC/4JhEEKCV2fst4mcnUxxDGhPaCTa/x+WHqL6oFrY8spXRb6TSs3PdzWkI LTm87zsoXY1FXalV2nxgTlKtfcinAC1zXQI4vOYQ1+gK5pDdqqB7Q8YaiR80wIuQKxGv cWVAxj3hPuzt6AujZrwa6ONVpSfrTu0v1xXGPjSVIZa8xyvGvPG5yF17xCvvnRhRRoFx YZ26fUFYokBuJzTZysnsv8oZbeBQ9MycvmjQbwtq0IO8Znjuvn3Y10bLapVjxUozFqsK ju8A== X-Gm-Message-State: ALoCoQnb17rxWrnf+2vOPfw5zF5cohGFQD6aKo3jVFWtUws2yYoGhkIwQE8Du+vVkatADDS37Kp9 X-Received: by 10.194.58.8 with SMTP id m8mr4138122wjq.43.1414057411816; Thu, 23 Oct 2014 02:43:31 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id j8sm4782720wib.10.2014.10.23.02.43.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Oct 2014 02:43:30 -0700 (PDT) From: Thomas Monjalon To: Huawei Xie Date: Thu, 23 Oct 2014 11:43:14 +0200 Message-ID: <1849026.I8XalN29Jb@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.16.4-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1413779906-28113-9-git-send-email-huawei.xie@intel.com> References: <1413779906-28113-1-git-send-email-huawei.xie@intel.com> <1413779906-28113-9-git-send-email-huawei.xie@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 08/14] remove gpa_to_vva, base_index 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: Thu, 23 Oct 2014 09:35:07 -0000 2014-10-20 12:38, Huawei Xie: > remove gpa_to_vva macro and base_index parameter. gpa_to_vva function should be removed in patch 2 base_index should be removed when implementing registration (next patch) -- Thomas