From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 483F9234 for ; Mon, 4 Apr 2016 11:35:10 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 04 Apr 2016 02:34:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,439,1455004800"; d="scan'208";a="924898228" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga001.jf.intel.com with ESMTP; 04 Apr 2016 02:34:54 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 4 Apr 2016 10:34:53 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.13]) by IRSMSX156.ger.corp.intel.com ([169.254.3.132]) with mapi id 14.03.0248.002; Mon, 4 Apr 2016 10:34:54 +0100 From: "De Lara Guarch, Pablo" To: "Mrzyglod, DanielX T" , "dev@dpdk.org" CC: "Wu, Jingjing" Thread-Topic: [PATCH 1/2] examples/l2fwd-crypto: fix for icc Thread-Index: AQHRjk6po4DR29yImUa4YNJx+5Gr/J95jcDw Date: Mon, 4 Apr 2016 09:34:53 +0000 Message-ID: References: <1459759611-13788-1-git-send-email-danielx.t.mrzyglod@intel.com> <1459759611-13788-2-git-send-email-danielx.t.mrzyglod@intel.com> In-Reply-To: <1459759611-13788-2-git-send-email-danielx.t.mrzyglod@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWYwYTIzMzYtZTMyNS00MzBmLWJmMjYtZjVhZmRmM2UxNjc0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkN1Z2FQWVp3YlkzYnIwWXdFcUlMWVptTGRsXC9iWmdPOFFaZm1mSk5zNEVZPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/2] examples/l2fwd-crypto: fix for 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: Mon, 04 Apr 2016 09:35:10 -0000 > -----Original Message----- > From: Mrzyglod, DanielX T > Sent: Monday, April 04, 2016 9:47 AM > To: dev@dpdk.org > Cc: Wu, Jingjing; De Lara Guarch, Pablo > Subject: [PATCH 1/2] examples/l2fwd-crypto: fix for icc >=20 > Fix for compilation errors for icc: > error #188: enumerated type mixed with another type >=20 > Fixes: 00c58901f1b3 ("examples/l2fwd-crypto: use key-value list of > supported algorithms") >=20 > Signed-off-by: Daniel Mrzyglod Acked-by: Pablo de Lara