From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 1A4275AAA for ; Sun, 28 Feb 2016 21:57:06 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id n186so23745885wmn.1 for ; Sun, 28 Feb 2016 12:57:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=vAp1ALXWjCsR2su7GTrKWmxvqq7sHynzB5YAgJWXwo0=; b=YXLnP40w1eTDcefcLyK6wswScjxkBvZiq0dQH9T+FqpsZkoqwHD66d2IsW9na6PWfA q2n2mGJWl4jTz5JuuBYa8lOj200uLwSrocW2fQHtHFEvtNwao3JIzUQ/5O0a29M9wPad ra39QtgHF0mjB3eeLJVcD/stxlOqNycrVeAFNlQFQC+qj4iSi3L+4CnyFUaCYutKGZ2s BVEpqGqw3jEVsyPhdXvyQSq+FlR/EhlR7V27sowPCVRFWVTAXGRLynHtToUZ1j3QMOhG DK8/dY4VVAg6GlwjABJCgHVMhuUKy7nPGDpBHrulVYP3jpdBKdJyPmYHKVwIAW32q8o3 tR0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=vAp1ALXWjCsR2su7GTrKWmxvqq7sHynzB5YAgJWXwo0=; b=G8MRd5M10kfcABtJ4YwPWbFGozinaCYUHlszptypim50mnmKmIglTV38KL+hq2af3/ sYlT73LZtAotEPHG9CnxR8iYiADMnU2qpIrqgfwn7UmKdjCuodX8WpBHi3eFeXfsLE02 /fo3Fr2OTtOn0it1K7Ac/a9NYQD1K9ofx/jCRRKUhk16eDaqMaD1BKam3NMsNT4Clvgp 6XeMWSRrqqrrxCTAyRIjqe8LhCw+A+liyh32g2hbOhaCQsv9cPH+kOXC9uhZxZRqQ4Vo c3q1vz9suhq5tjqPTp8cIeaRMSIIo4Th+WFBtP40aswUAoEE7sUPrdwKrOj52alU4x73 FbCg== X-Gm-Message-State: AD7BkJIu6T5uuxakgHkY7lbtklgEoBadui2If9WR+Pqc+62bzGVT1bqAapjabW9ttt5vSk0a X-Received: by 10.194.24.193 with SMTP id w1mr11468987wjf.33.1456693025974; Sun, 28 Feb 2016 12:57:05 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id e14sm13167559wmi.21.2016.02.28.12.57.04 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 28 Feb 2016 12:57:05 -0800 (PST) From: Thomas Monjalon To: Tomasz Kulasek Date: Sun, 28 Feb 2016 21:55:33 +0100 Message-ID: <1493570.4n6L1T4g4x@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1456307324-3116-1-git-send-email-tomaszx.kulasek@intel.com> References: <1454086113-2228-1-git-send-email-tomaszx.kulasek@intel.com> <1456307324-3116-1-git-send-email-tomaszx.kulasek@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] examples/l3fwd: exact-match rework 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: Sun, 28 Feb 2016 20:57:06 -0000 Hi, There is an error when compiling: examples/l3fwd/l3fwd_em.c:304:1: error: unused function 'l3fwd_em_simple_forward' 2016-02-24 10:48, Tomasz Kulasek: > - l3fwd_em_simple_forward(pkts_burst[j], portid, qconf); > - l3fwd_em_simple_forward(pkts_burst[j+1], portid, qconf); > - l3fwd_em_simple_forward(pkts_burst[j+2], portid, qconf); > - l3fwd_em_simple_forward(pkts_burst[j+3], portid, qconf); > - l3fwd_em_simple_forward(pkts_burst[j+4], portid, qconf); > - l3fwd_em_simple_forward(pkts_burst[j+5], portid, qconf); > - l3fwd_em_simple_forward(pkts_burst[j+6], portid, qconf); > - l3fwd_em_simple_forward(pkts_burst[j+7], portid, qconf);