From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/performance-thread: fix build without SSE4.1 Date: Tue, 22 Mar 2016 19:18:33 +0100 Message-ID: <10600507.ki7ZMLPZUZ@xps13> References: <1458600115-3969-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: ian.betts@intel.com Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id D37CA28F2 for ; Tue, 22 Mar 2016 19:20:14 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id l68so175522067wml.1 for ; Tue, 22 Mar 2016 11:20:14 -0700 (PDT) In-Reply-To: <1458600115-3969-1-git-send-email-thomas.monjalon@6wind.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" > clang reports these errors: > > error: too many arguments to function call, expected 2, have 3 > examples/performance-thread/l3fwd-thread/main.c:1220:1: note: > 'l3fwd_simple_forward' declared here > > examples/l3fwd/main.c:550:1: error: unused function 'send_packetsx4' > > The function is used only when ENABLE_MULTI_BUFFER_OPTIMIZE is 1. > > Fixes: d48415e1fee3 ("examples/performance-thread: add l3fwd-thread app") > > Signed-off-by: Thomas Monjalon Applied