From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 08 Feb 2016 06:09:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,416,1449561600"; d="scan'208";a="648984361" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by FMSMGA003.fm.intel.com with ESMTP; 08 Feb 2016 06:09:34 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by irsmsx105.ger.corp.intel.com (163.33.3.28) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 8 Feb 2016 14:09:33 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.102]) by irsmsx111.ger.corp.intel.com ([169.254.2.198]) with mapi id 14.03.0248.002; Mon, 8 Feb 2016 14:09:33 +0000 From: "De Lara Guarch, Pablo" To: Thomas Monjalon , "dev@dpdk.org" Thread-Topic: [PATCH 2/3] examples/l3fwd: fix build without SSE4.1 Thread-Index: AQHRXrTSTFszPGMZN0WYcSRZY9cRcJ8iNyeg 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> In-Reply-To: <1454525799-25552-3-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjdkYmQ3MjAtYjliOS00NWQ0LWJkMTItMjUyODdlYjljNTg4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWTBVV2lUNVY1WjBrNGFsMWdHUkFVTlwvdk5hQVNhRVlDWVN0c3I5NFpMdGc9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/3] examples/l3fwd: fix build without SSE4.1 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: Mon, 08 Feb 2016 14:09:36 -0000 > -----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