From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id CE6AB7F00 for ; Wed, 17 Dec 2014 12:00:51 +0100 (CET) Received: by mail-wi0-f171.google.com with SMTP id bs8so15281358wib.4 for ; Wed, 17 Dec 2014 03:00:51 -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=uPqxsMIRCtpGoP4aoAJTOlSfHOcwxNl25jloKwafnfQ=; b=RoMg3PA8kX4WkceqwUj7zx8l67JMsf5fmNeDxThPFu2VJeMmWx7KsbqNqgy2m997qV gkOOE1tPAd8FGXrY3DJNXmIztL+AG1CD3RzGVEM3SGSTDKxo1bk5aGoxbz7tw7XL+zRV ARen1U7Od2LuMERvlMFH7k0yEYwFYfN1rBtq6tof0t51ix70nbVLe2RhUwyn43H865tc SHoLAIvuozxqRfH5tU2eDpSibDXWInpm/QM89mUEOENJ8QUruUOkL9H8y/H1tUbetyLC hyD7uT27+5g3Vq8TD4UcRINn6l2VWNCQQbOqQUnhsaFi7wWw41VXygqqGlp0pnIE43rz khpQ== X-Gm-Message-State: ALoCoQn7Zcdy4UdDkjQiU86H69KUKHk1bNIGa0pvOCrm6nBZYTpTw6vk2F8iZm3A4RPhTpj9yb0j X-Received: by 10.180.198.164 with SMTP id jd4mr13149194wic.42.1418814051664; Wed, 17 Dec 2014 03:00:51 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id vm8sm4651747wjc.6.2014.12.17.03.00.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Dec 2014 03:00:51 -0800 (PST) From: Thomas Monjalon To: Marvin Liu Date: Wed, 17 Dec 2014 12:00:10 +0100 Message-ID: <1498857.bBnhDoVqQT@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <20141217104748.GD9184@bricha3-MOBL3> References: <1418808044-18540-1-git-send-email-yong.liu@intel.com> <20141217104748.GD9184@bricha3-MOBL3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] fix bug can not build example application for missing link library 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, 17 Dec 2014 11:00:52 -0000 2014-12-17 10:47, Bruce Richardson: > On Wed, Dec 17, 2014 at 05:20:44PM +0800, Marvin Liu wrote: > > From: Yong Liu > > > > main.o: In function `rte_pktmbuf_free': > > main.c:(.text+0x9c): undefined reference to `per_lcore__lcore_id' > > > > Signed-off-by: Marvin liu > > Acked-by: Bruce Richardson Acked-by: Thomas Monjalon Applied Thanks for the quick fix -- Thomas