From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 4271E1B249; Thu, 19 Oct 2017 21:11:47 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Oct 2017 12:11:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,402,1503385200"; d="scan'208";a="325295682" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga004.fm.intel.com with ESMTP; 19 Oct 2017 12:11:45 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX154.ger.corp.intel.com ([169.254.12.83]) with mapi id 14.03.0319.002; Thu, 19 Oct 2017 20:11:44 +0100 From: "De Lara Guarch, Pablo" To: "Stokes, Ian" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v2 1/1] cryptodev: fix build with Ofast. Thread-Index: AQHTR1JdKP2UfXajFUeXZkHWTzRVIqLoJfxg///wjYCAA3by4A== Date: Thu, 19 Oct 2017 19:11:44 +0000 Message-ID: References: <1508249706-14827-1-git-send-email-ian.stokes@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjhmZjg5NTgtNmVkMi00YzJhLTg3NDUtYjMxZjg1ZTE0ODJiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjJTalwvZ0JrdFo4ampPUVMrTzVIRzlXdnY2K3V4XC8zV1V0K1VNdzJXdVNBMD0ifQ== x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 1/1] cryptodev: fix build with Ofast. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2017 19:11:47 -0000 > -----Original Message----- > From: Stokes, Ian > Sent: Tuesday, October 17, 2017 4:17 PM > To: De Lara Guarch, Pablo ; > dev@dpdk.org > Cc: stable@dpdk.org > Subject: RE: [PATCH v2 1/1] cryptodev: fix build with Ofast. >=20 > > > -----Original Message----- > > > From: Stokes, Ian > > > Sent: Tuesday, October 17, 2017 3:15 PM > > > To: dev@dpdk.org > > > Cc: De Lara Guarch, Pablo ; Stokes, > > > Ian > > > Subject: [PATCH v2 1/1] cryptodev: fix build with Ofast. > > > > > > When compiling with an application that includes rte_cryptodev.h > > > with Ofast, an error is reported regarding enumeration > > > RTE_CRYPTO_OP_TYPE_UNDEFINED not handled in switch case in > function > > > __rte_crypto_op_reset(). > > > > > > Fix this by adding a case for RTE_CRYPTO_OP_TYPE_UNDEFINED. > > > > > > Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op > > > oriented") > > > > > > Signed-off-by: Ian Stokes > > > > Oh, and also CC stable :) I will do it for you. >=20 > Apologies Pablo, thanks for this. >=20 > Ian > > > > Acked-by: Pablo de Lara Applied to dpdk-next-crypto. Thanks, Pablo