From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 12D6F2BE3 for ; Wed, 9 Mar 2016 01:46:49 +0100 (CET) Received: by mail-wm0-f46.google.com with SMTP id n186so155940881wmn.1 for ; Tue, 08 Mar 2016 16:46:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=eLQrDbiapEOX5kMsc/quNAI79GfO5L1NgE5FlypRywQ=; b=1XyQb/5h2o9JFBLq1k7EMgKiXv1LZB9W+NQoVW91RbnYkie8g5CaFSB6o7gUSMuL3f MltEmOjCslFbJZZe/2pSryLHxlh8WFyVcMSssE+vqhAjhgkgjlgkDiAr4hIRG3rSI+jc hxNo9WAdvvtI1fP3UCnmqS2vOXL8aTPfaP7+Db2ZkMdsWkvhro77/AtUdQ5Eue/N5ZJa uTFK1uoY/2H7e4XjNDHEmQrt+x70mUqh6iqe54Gs4G3cod5PQZdvTi0Qxoe7MLgoghIp HKyAISJHC8tzNyhvOtkT/dQAMj2iyGTnlRY/sLtdCyb1785BaQiUoC/CU080fNbu9XZQ iBtg== 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; bh=eLQrDbiapEOX5kMsc/quNAI79GfO5L1NgE5FlypRywQ=; b=SMPMsRUeyhfeR+93benZI7c8VC1Fn5CAvhUhUhHQjMcRNGddOGa/9GU8c4198wui4D y5z8OyhVbgdsMbnI0h3ZVVZtP1NGACvpgxGsc0AoKiNnoyNcHojvsyeLnlrUOaBjKJxN lfRjaVYjteDe9NwlPgLp6oC87zUaVEeXzpC8Hu547DmbVSjU0cr/LXzhFG5GOI+0tuoI 0MsSJ5P7U6oiJ0vqJFCxgRccfnYncUAgwKJw92E+iedZAFfTPdIheHhbs2fRWpvmYpZH 1ahdHJA9u/OGFxDrgnP5FtUCGbC8URIPmVo6WipjO1sUxLANgt+alfpinec89OzlGhe7 GDCA== X-Gm-Message-State: AD7BkJJ9UAgcGNP8vU/s6F5wNCc/p0rWh1HE7LT+NC2jZQOZPCZCruTe8dJjZ2YFBb9GnPgL X-Received: by 10.28.230.157 with SMTP id e29mr19142638wmi.24.1457484408927; Tue, 08 Mar 2016 16:46:48 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id ka4sm5308194wjc.47.2016.03.08.16.46.47 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Mar 2016 16:46:48 -0800 (PST) From: Thomas Monjalon To: Michal Kobylinski Date: Wed, 09 Mar 2016 01:45:10 +0100 Message-ID: <2184990.3GvJWPVT2Q@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1457470323-26368-3-git-send-email-michalx.kobylinski@intel.com> References: <1457470323-26368-1-git-send-email-michalx.kobylinski@intel.com> <1457470323-26368-3-git-send-email-michalx.kobylinski@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 2/2] examples: update to use new lpm lib for ipv4 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, 09 Mar 2016 00:46:49 -0000 2016-03-08 21:52, Michal Kobylinski: > Signed-off-by: Michal Kobylinski > Acked-by: David Hunt > --- > examples/ip_fragmentation/main.c | 16 ++++++------ > examples/ip_reassembly/main.c | 15 +++++------ > examples/l3fwd-power/main.c | 2 +- > examples/l3fwd-vf/main.c | 2 +- > examples/l3fwd/l3fwd_em_sse.h | 2 +- > examples/l3fwd/l3fwd_lpm.h | 6 ++--- > examples/l3fwd/l3fwd_lpm_sse.h | 24 ++++++++++-------- > examples/l3fwd/l3fwd_sse.h | 8 +++--- > examples/load_balancer/runtime.c | 2 +- > examples/performance-thread/l3fwd-thread/main.c | 33 ++++++++++++++----------- I get this error: examples/performance-thread/l3fwd-thread/main.c:1354:26: error: use of undeclared identifier 'next_hop' About the patch format: - v3 is missing in the title - it should follow the v2 thread with --in-reply-to