From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 33D179A8F for ; Thu, 12 Feb 2015 16:18:45 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 12 Feb 2015 07:11:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,565,1418112000"; d="scan'208";a="651265208" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.221.21]) ([10.237.221.21]) by orsmga001.jf.intel.com with ESMTP; 12 Feb 2015 07:18:44 -0800 Message-ID: <54DCC452.5010905@intel.com> Date: Thu, 12 Feb 2015 15:18:42 +0000 From: "Gonzalez Monroy, Sergio" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Thomas Monjalon References: <1423661455-27540-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1762724.29i33vs4dM@xps13> In-Reply-To: <1762724.29i33vs4dM@xps13> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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:18:46 -0000 On 12/02/2015 15:12, Thomas Monjalon wrote: > 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 Building shared libraries and using virtio PMD would result in undefined reference symbol. Should I add it to the commit log? >> rte_eal_hpet_init; >> + rte_eal_iopl_init; >> rte_eal_init; > You missed the alphabetical order, you were not so far ;) Oh, I did not realize it was alphabetical order, I'll send v2. Regards, Sergio