From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5F18A1B677; Tue, 17 Oct 2017 17:13:15 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Oct 2017 08:13:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,391,1503385200"; d="scan'208";a="1206770737" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga001.fm.intel.com with ESMTP; 17 Oct 2017 08:13:13 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX106.ger.corp.intel.com ([169.254.8.36]) with mapi id 14.03.0319.002; Tue, 17 Oct 2017 16:13:12 +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 Date: Tue, 17 Oct 2017 15:13:12 +0000 Message-ID: References: <1508249706-14827-1-git-send-email-ian.stokes@intel.com> In-Reply-To: <1508249706-14827-1-git-send-email-ian.stokes@intel.com> 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: Tue, 17 Oct 2017 15:13:15 -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. >=20 > 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(). >=20 > Fix this by adding a case for RTE_CRYPTO_OP_TYPE_UNDEFINED. >=20 > Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op > oriented") >=20 > Signed-off-by: Ian Stokes Oh, and also CC stable :) I will do it for you. Acked-by: Pablo de Lara