From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] examples: update to use new lpm lib for ipv4 Date: Wed, 09 Mar 2016 01:45:10 +0100 Message-ID: <2184990.3GvJWPVT2Q@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Michal Kobylinski 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) In-Reply-To: <1457470323-26368-3-git-send-email-michalx.kobylinski@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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