From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by dpdk.org (Postfix) with ESMTP id 79625B55B for ; Fri, 20 Feb 2015 11:07:53 +0100 (CET) Received: by wesx3 with SMTP id x3so4661930wes.7 for ; Fri, 20 Feb 2015 02:07:53 -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=msmYIzuJy8cRMaPq1labOtywLPX2mEhZtDcxpcVgvEs=; b=SP/Kfah119xvLaBvQbFteRNb1VkV4olCW1TDkeCG487q6kj00IOdpJU1JuZbyM7zwJ YMAJu2Lgpuhr3uafINpzTN3O5wsod3R+w5eHt2z0olgTRCnMOzghvuaEuKQiBkDxtfEb /x6dXuzWLFSuSpflaC+anrQaabIXYnG//d0rCxBolK2uxB0cpgFfaUSDLohiJhSZIxCo 1hSAOgV/H16n/HnqOhEjLsbgyGe2QDxQhsEXe5EmtCp8gx3PaCjkpiHICPB8OIuXWprg ZnKBdpOgAdcj/o7bofntwOp2RliJ4kgImDTuKjciHLpw5rxEiVloBK5mytuLznAjFa0p xK3A== X-Gm-Message-State: ALoCoQke5qEfGsC3aWSgJBa1kOOEK9qUn4IkC1NdLDhPdQ544BkAKtsjpjkRKFBkjHai10lNWuOK X-Received: by 10.180.211.83 with SMTP id na19mr13994117wic.29.1424426873291; Fri, 20 Feb 2015 02:07:53 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id c4sm1681226wik.0.2015.02.20.02.07.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Feb 2015 02:07:52 -0800 (PST) From: Thomas Monjalon To: "Gonzalez Monroy, Sergio" Date: Fri, 20 Feb 2015 11:07:22 +0100 Message-ID: <1894827.l5UIKgtRm8@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1423661455-27540-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1423755654-18459-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 v2] 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: Fri, 20 Feb 2015 10:07:54 -0000 > > Building shared libraries and using virtio PMD results in undefined > > reference to 'rte_eal_iopl_init'. > > > > Add missing function to eal version map. > > > > Signed-off-by: Sergio Gonzalez Monroy > > Acked-by: Pablo de Lara Applied, thanks