From mboxrd@z Thu Jan 1 00:00:00 1970 From: "De Lara Guarch, Pablo" Subject: Re: [PATCH 2/3] examples/l3fwd: fix build without SSE4.1 Date: Mon, 8 Feb 2016 14:09:32 +0000 Message-ID: References: <1454525799-25552-1-git-send-email-thomas.monjalon@6wind.com> <1454525799-25552-3-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: Thomas Monjalon , "dev@dpdk.org" Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 01978952 for ; Mon, 8 Feb 2016 15:09:35 +0100 (CET) In-Reply-To: <1454525799-25552-3-git-send-email-thomas.monjalon@6wind.com> Content-Language: en-US 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" > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, February 03, 2016 6:57 PM > To: dev@dpdk.org > Cc: Ananyev, Konstantin; Wang, Zhihong; De Lara Guarch, Pablo; Dumitrescu= , > Cristian > Subject: [PATCH 2/3] examples/l3fwd: fix build without SSE4.1 >=20 > clang reports this error: > examples/l3fwd/main.c:550:1: error: unused function 'send_packetsx4' >=20 > The function is used only when ENABLE_MULTI_BUFFER_OPTIMIZE is 1. >=20 > Fixes: 96ff445371e0 ("examples/l3fwd: reorganise and optimize LPM code > path") > Fixes: 6f1c1e28d98e ("examples/l3fwd: fix build with exact-match enabled"= ) >=20 > Signed-off-by: Thomas Monjalon Acked-by: Pablo de Lara