From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B65FC3253; Tue, 18 Jul 2017 12:26:45 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jul 2017 03:26:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,377,1496127600"; d="scan'208";a="288290096" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga004.fm.intel.com with ESMTP; 18 Jul 2017 03:26:40 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX106.ger.corp.intel.com ([169.254.8.236]) with mapi id 14.03.0319.002; Tue, 18 Jul 2017 11:26:39 +0100 From: "De Lara Guarch, Pablo" To: Akhil Goyal , "dev@dpdk.org" , "stable@dpdk.org" CC: "hemant.agrawal@nxp.com" , "yliu@fridaylinux.org" Thread-Topic: [PATCH v2] crypto/dpaa2_sec: fix the return of supported API Thread-Index: AQHS/5h7JUiBNLN/3kWOMyW7uUAJjKJZR0GA Date: Tue, 18 Jul 2017 10:26:39 +0000 Message-ID: References: <20170718073356.14288-1-akhil.goyal@nxp.com> In-Reply-To: <20170718073356.14288-1-akhil.goyal@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 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-stable] [PATCH v2] crypto/dpaa2_sec: fix the return of supported API X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2017 10:26:46 -0000 Hi Akhil, > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Tuesday, July 18, 2017 8:34 AM > To: dev@dpdk.org; stable@dpdk.org > Cc: hemant.agrawal@nxp.com; De Lara Guarch, Pablo > ; yliu@fridaylinux.org; Akhil Goyal > > Subject: [PATCH v2] crypto/dpaa2_sec: fix the return of supported API >=20 > call to dpaa2_sec_dev_configure() is made mandatory, but dpaa2_sec_pmd > returns a ENOTSUP which results in device not getting configured. >=20 > dpaa2_sec PMD does not need any further configuration to be done in > dpaa2_sec_dev_configure, hence returning 0 >=20 > Fixes: e5cbdfc53765 ("crypto/dpaa2_sec: add basic operations") >=20 > Cc: stable@dpdk.org >=20 > Signed-off-by: Akhil Goyal Looks ok to me, but this is only applicable in the stable branch, so no need to send it to dev@dpdk.org. Thanks, Pablo