From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 909082965 for ; Mon, 4 Apr 2016 10:47:20 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 04 Apr 2016 01:47:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,439,1455004800"; d="scan'208";a="947503117" Received: from unknown ([10.217.248.155]) by orsmga002.jf.intel.com with SMTP; 04 Apr 2016 01:47:16 -0700 Received: by (sSMTP sendmail emulation); Mon, 04 Apr 2016 10:46:54 +0200 From: Daniel Mrzyglod To: dev@dpdk.org Cc: jingjing.wu@intel.com, pablo.de.lara.guarch@intel.com Date: Mon, 4 Apr 2016 10:46:49 +0200 Message-Id: <1459759611-13788-1-git-send-email-danielx.t.mrzyglod@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH 0/2] fixes for icc build errors 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, 04 Apr 2016 08:47:21 -0000 This series of patches is to solve errors for Intel C Compiler Daniel Mrzyglod (2): examples/l2fwd-crypto: fix for icc examples: fix build errors for icc examples/ipsec-secgw/Makefile | 4 ++++ examples/l2fwd-crypto/main.c | 4 ++-- examples/vmdq_dcb/Makefile | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) -- 2.5.5