From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0AD611B9CC; Fri, 21 Dec 2018 12:41:39 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Dec 2018 03:41:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,381,1539673200"; d="scan'208";a="304058823" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga006.fm.intel.com with ESMTP; 21 Dec 2018 03:41:37 -0800 Received: from irsmsx112.ger.corp.intel.com ([169.254.1.252]) by IRSMSX107.ger.corp.intel.com ([169.254.10.125]) with mapi id 14.03.0415.000; Fri, 21 Dec 2018 11:41:37 +0000 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "dev@dpdk.org" CC: "Zhang, Roy Fan" , "akhil.goyal@nxp.com" , "stable@dpdk.org" Thread-Topic: [PATCH] test/crypto: fix misleading trace message Thread-Index: AQHUmMBYN8A443re00q1D1QBjqyyPKWJEk7Q Date: Fri, 21 Dec 2018 11:41:36 +0000 Message-ID: References: <1545350485-6025-1-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1545350485-6025-1-git-send-email-fiona.trahe@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDMzMjQ3Y2QtZTAzZi00MzcwLTljYWMtZGMyNGM5Njg2ZGIwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidVhBUHZQdFd2N3NFcldncEdCeHIyamh1blQrWmxuclFEcG13YU5XdWFLbjZZTVFvaEc5R3l0TVU3QjNzRnRIZSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] test/crypto: fix misleading trace message 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: Fri, 21 Dec 2018 11:41:42 -0000 > -----Original Message----- > From: Trahe, Fiona > Sent: Friday, December 21, 2018 12:01 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Trahe, Fiona > ; Zhang, Roy Fan ; > akhil.goyal@nxp.com; stable@dpdk.org > Subject: [PATCH] test/crypto: fix misleading trace message >=20 > Test was reporting digest verification failed for all operation errors. > Fixed so it only reports this if the PMD actually reports an auth failure= . >=20 > Fixes: 9c0eed2f06ae ("app/test: rework crypto AES unit test") > CC: stable@dpdk.org >=20 > Signed-off-by: Fiona Trahe Acked-by: Pablo de Lara