From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 635DF558B for ; Fri, 22 Jul 2016 18:00:32 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id i5so72634610wmg.0 for ; Fri, 22 Jul 2016 09:00:32 -0700 (PDT) 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:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=LitPUKDLh0is29OSuBvbfCy9N1bysaRDyLjc7MLwX50=; b=JV3r3tyDX26RCnr+MvZwl1uNofdwGpXdslcagAzpGewJhK1jeJI+PES7uheXKkJV7E W7+C26uZ9G2xfLF5+3qP70EGFfRCulgg2MKv+GvhirKLw6TP+OdKD0nFNT2IOBN5V4W5 8c5e7r/tZLea1dvxC7vTAzAkA1+pqUz2DjQIpxvfzqXUv7GbhzBrlXOiBIdOzMs6SmeY GGZKhajjNEqYpapb5VnUJB0f/JOZdloxxApLCVYs6oPnp2d0hVOkmOKeEvoy1Ybwnft4 8RW0iOANIW6KBpwNICMIUlKvHMGZZF5biQZQ+u089ngGt27zxUDjOcugZ0/rBPDcB/cx ykqQ== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=LitPUKDLh0is29OSuBvbfCy9N1bysaRDyLjc7MLwX50=; b=C/eXtb6BHa34e2xRoyKNuqnAVN0FctA6AbikTltLcdVgmltu5g6dkWtzVveZlj+INU XCujEWiquG8sqCJSZEoQmJwt+Nxi4cst5UCZgF4SvHATjvH2u/TxkMXC4U7QrJRa3bxG 7O7gD+kUwwI2gEKxE67/DCCJ4gBf6smCwEHMsXdfik28M5qogH6I4L8FYKNYei5G0Z1v 4ztAT465lDXcB79IZcL9ntAmMoKs75LkLcBbfV8o+UY1dtriBvSNGGvGbs3q7XAgkTit LUoECtyj9lW4Bz93AE7AjKS7HFtId3bBonILdlxfMldHHzbD86HHy/rOg3O79dZadmji rKTQ== X-Gm-Message-State: AEkoouujpHbmOGD7xB5kyKAJCdGVNjA3aW+8kFklp8/ER70jtyUIFcNLycClo6QbCr0p7Han X-Received: by 10.194.11.72 with SMTP id o8mr1754484wjb.10.1469203232203; Fri, 22 Jul 2016 09:00:32 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id 3sm13219806wms.1.2016.07.22.09.00.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Jul 2016 09:00:31 -0700 (PDT) From: Thomas Monjalon To: "Yigit, Ferruh" Cc: dev@dpdk.org, "Burakov, Anatoly" Date: Fri, 22 Jul 2016 18:00:30 +0200 Message-ID: <1570679.pZYkAAKRss@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1469196816-29395-1-git-send-email-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/l2fwd-ivshmem: fix icc compile error 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, 22 Jul 2016 16:00:32 -0000 > > icc version 16.0.2, compile error: > > > > == host > > CC host.o > > /root/development/dpdk/examples/l2fwd-ivshmem/host/host.c(157): > > error #3656: variable "total_vm_packets_dropped" > > may be used before its value is set > > total_vm_packets_dropped += ctrl->vm_ports[portid].stats.dropped; > > ^ > > > > Fixes: 6aa497249172 ("examples/l2fwd-ivshmem: import sample > > application") > > > > Signed-off-by: Ferruh Yigit > > Acked-by: Anatoly Burakov Applied, thanks