From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by dpdk.org (Postfix) with ESMTP id 8E08FDE0 for ; Sat, 28 Feb 2015 00:22:09 +0100 (CET) Received: by wesp10 with SMTP id p10so21009185wes.12 for ; Fri, 27 Feb 2015 15:22:09 -0800 (PST) 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:content-type; bh=GhNb4O0Hztg5jL2ElNtx1xJJomHg/JdgmSplKTzf+kY=; b=TarKe48NRnVydL9WkZw5mFe8Vm+6RUQ3aErEq3x5GK6EJgg1ZwigyY7leBWOVtTYyT 4kRWlRjwob36EtlFmKvuG7l9YYpDeeYu3B5QL7iaMgkdeiUpKVWsv4ZYVC+qH0nNipAo WvII1wGDWrDKJ7vjQG/3oAWUxeRcobGuDrEfiRDwnsDo8W5elyKT6rCj+RWfUGba4tOu lkHtcjdr+BmRWAi7Yr4kcVA660vCrhGvIVzmdwXTTljk+60tVd8Anig57SvMVU4EPaDG 4sKZexZs1MK2uJfQXjVKVJgVif8dSwv7IL2n0Sd7mPH0Z7sbvGgErj5BnewO5qL5mkeK EpMA== X-Gm-Message-State: ALoCoQkyLCW7KWsk4hPGBOCaMAer+Dt34gb/7lKHHByl4O8LABwwz+RGNf+Pl6Gt1vH3S7WP4jHJ X-Received: by 10.180.21.210 with SMTP id x18mr11048790wie.78.1425079329476; Fri, 27 Feb 2015 15:22:09 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id dn7sm4779293wid.12.2015.02.27.15.22.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Feb 2015 15:22:07 -0800 (PST) From: Thomas Monjalon To: Tetsuya Mukawa Date: Sat, 28 Feb 2015 00:21:30 +0100 Message-ID: <1768718.EbcJsEtp4m@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1425014375-15052-1-git-send-email-mukawa@igel.co.jp> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] librte_pmd_null: Fix build issue with icc 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, 27 Feb 2015 23:22:09 -0000 > > This patch fixes following errors with icc. > > > Confirmed that this fixes the issue with ICC 13.1.1. > > Acked-by: John McNamara Applied, thanks