From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 22A8F2716 for ; Fri, 7 Aug 2015 12:08:00 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 07 Aug 2015 03:08:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,629,1432623600"; d="scan'208";a="537671827" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.220.159]) ([10.237.220.159]) by FMSMGA003.fm.intel.com with ESMTP; 07 Aug 2015 03:07:59 -0700 Message-ID: <55C4837E.5000108@intel.com> Date: Fri, 07 Aug 2015 11:07:58 +0100 From: "Gonzalez Monroy, Sergio" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Pablo de Lara References: <1438938514-10304-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1438938514-10304-1-git-send-email-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] examples/l3fwd: fix compilation issue when using exact-match 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, 07 Aug 2015 10:08:01 -0000 On 07/08/2015 10:08, Pablo de Lara wrote: > L3fwd was trying to use an inexistent function "simple_ipv6_fwd_4pkts", > instead it should be "simple_ipv6_fwd_8pkts". > > Fixes: 80fcb4d4 ("examples/l3fwd: increase lookup burst size to 8") > > Signed-off-by: Pablo de Lara > --- > Acked-by: Sergio Gonzalez Monroy