From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id A2FB31B7C5; Tue, 17 Oct 2017 17:17:00 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 17 Oct 2017 08:16:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,391,1503385200"; d="scan'208";a="164109701" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga006.fm.intel.com with ESMTP; 17 Oct 2017 08:16:58 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.22]) by IRSMSX102.ger.corp.intel.com ([169.254.2.180]) with mapi id 14.03.0319.002; Tue, 17 Oct 2017 16:16:58 +0100 From: "Stokes, Ian" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v2 1/1] cryptodev: fix build with Ofast. Thread-Index: AQHTR1JdH7VX4PeoE06hLvs7cwiuiaLoFX0AgAARsMA= Date: Tue, 17 Oct 2017 15:16:57 +0000 Message-ID: References: <1508249706-14827-1-git-send-email-ian.stokes@intel.com> In-Reply-To: Accept-Language: en-IE, 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: Tue, 17 Oct 2017 15:17:01 -0000 > > -----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 >=20 > Oh, and also CC stable :) I will do it for you. Apologies Pablo, thanks for this. Ian >=20 > Acked-by: Pablo de Lara