From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id E6A68A05D3 for ; Thu, 25 Apr 2019 12:26:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4DCC81B57C; Thu, 25 Apr 2019 12:26:58 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 2C5ED1B578 for ; Thu, 25 Apr 2019 12:26:56 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2019 03:26:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,393,1549958400"; d="scan'208";a="167812543" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga001.fm.intel.com with ESMTP; 25 Apr 2019 03:26:55 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.115]) by IRSMSX107.ger.corp.intel.com ([169.254.10.246]) with mapi id 14.03.0415.000; Thu, 25 Apr 2019 11:26:54 +0100 From: "Trahe, Fiona" To: Ayuj Verma , "akhil.goyal@nxp.com" , "Kusztal, ArkadiuszX" CC: "shallyv@marvell.com" , "ssahu@marvell.com" , "kkotamarthy@marvell.com" , "adesai@marvell.com" , "dev@dpdk.org" Thread-Topic: [PATCH v3] app/test: replace TEST_SKIPPED with -ENOTSUP Thread-Index: AQHU+tPx6RQMvTIdjkmObBIThm44ZKZMrPDQ Date: Thu, 25 Apr 2019 10:26:53 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B4358974AA78@IRSMSX101.ger.corp.intel.com> References: <1556134106-15245-1-git-send-email-ayverma@marvell.com> <1556134106-15245-2-git-send-email-ayverma@marvell.com> In-Reply-To: <1556134106-15245-2-git-send-email-ayverma@marvell.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTllOWU4NjctNWNhOS00OWMzLTk4ZWQtNGViNTc4N2NmNzQ0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOFp3enNuRW1xclBGVXN5QzkyYUFXYWVDT1I1QlpyNW1JNXl4WFVIWWdXaWFOQlwvbzgrQlZyOXllQkNLZ1VWYUQifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] app/test: replace TEST_SKIPPED with -ENOTSUP 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190425102653.gD41r3E-4aVidSavRKeSszTBcAxRntRIcQ31-83KOlA@z> > -----Original Message----- > From: Ayuj Verma [mailto:ayverma@marvell.com] > Sent: Wednesday, April 24, 2019 8:28 PM > To: akhil.goyal@nxp.com; Kusztal, ArkadiuszX ; Trahe, Fiona > > Cc: shallyv@marvell.com; ssahu@marvell.com; kkotamarthy@marvell.com; ades= ai@marvell.com; > dev@dpdk.org; Ayuj Verma > Subject: [PATCH v3] app/test: replace TEST_SKIPPED with -ENOTSUP >=20 > - Return -ENOTSUP for unsupported tests > - add NULL check for rte_cryptodev_asym_capability_get() > - Typo correction >=20 > Signed-off-by: Ayuj Verma > Signed-off-by: Shally Verma Acked-by: Fiona Trahe