From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id A33FBADD5 for ; Thu, 12 Feb 2015 16:12:55 +0100 (CET) Received: by mail-wg0-f54.google.com with SMTP id y19so10668905wgg.13 for ; Thu, 12 Feb 2015 07:12:54 -0800 (PST) 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=WaEA+nBpKSsT4VnUpUQ2mqTCCQUjVugTDFoY6xiqrKA=; b=THGY7GnjcMMfpN7UKqnsnkP44OObw/FBw6+yNjDB+fvRyg31wM9D2ArhpagdOuVf1v yx2rO/uOEMiLpHVdQLX4J3KW7lTXVfmORT9Csyo52g0vM7eyCpUSpo5H6vBnSNfyWSUc JqiExrRbUl4p6EGkxuo6Y35SN2PDlKCZjkJre8nzsJ6ntzI6rp+ol5XqiKBT5WOsBRvZ p7bIdWLuORowdOm7Uc7QrDz2Eu6vCBGHN/hpcRCMGf0zam82EPSQeGzdvcHaDFUOehK2 IPrstghkjjTWuovvVxk/ShkHLHuI3doYHEU1KaAZQWQCySuJP+QK4Q8LdT7hE1YO6vPP sCtA== X-Gm-Message-State: ALoCoQn0fBWeSXyqDJd27cp/+oh137MmPCgDlLQ4oBaRpyQCRQEN74JaUzNc44ZhzFuAaTAYAaXh X-Received: by 10.194.121.162 with SMTP id ll2mr8898728wjb.104.1423753974470; Thu, 12 Feb 2015 07:12:54 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id k20sm2909002wie.14.2015.02.12.07.12.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Feb 2015 07:12:53 -0800 (PST) From: Thomas Monjalon To: Sergio Gonzalez Monroy Date: Thu, 12 Feb 2015 16:12:25 +0100 Message-ID: <1762724.29i33vs4dM@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1423661455-27540-1-git-send-email-sergio.gonzalez.monroy@intel.com> References: <1423661455-27540-1-git-send-email-sergio.gonzalez.monroy@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] eal: add rte_eal_iopl_init to version map 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, 12 Feb 2015 15:12:55 -0000 2015-02-11 13:30, Sergio Gonzalez Monroy: > Common rte_eal_iopl_init function is missing from eal version map. How did you see it? Thanks > rte_eal_hpet_init; > + rte_eal_iopl_init; > rte_eal_init; You missed the alphabetical order, you were not so far ;)