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 0E9CEA00E6 for ; Tue, 11 Jun 2019 18:20:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C2B8B1D061; Tue, 11 Jun 2019 18:20:23 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5553E1D061 for ; Tue, 11 Jun 2019 18:20:22 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jun 2019 09:20:21 -0700 X-ExtLoop1: 1 Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga002.jf.intel.com with ESMTP; 11 Jun 2019 09:20:20 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.227]) by irsmsx105.ger.corp.intel.com ([169.254.7.99]) with mapi id 14.03.0415.000; Tue, 11 Jun 2019 17:20:18 +0100 From: "Ananyev, Konstantin" To: "Iremonger, Bernard" , "dev@dpdk.org" , "akhil.goyal@nxp.com" Thread-Topic: [PATCH v2 0/3] test/ipsec: fixes and improvements Thread-Index: AQHVHRx3NRjObCeJGk+JM8jvBeGeFaaWqMcg Date: Tue, 11 Jun 2019 16:20:17 +0000 Message-ID: <2601191342CEEE43887BDE71AB97725801688E38DB@IRSMSX104.ger.corp.intel.com> References: <1558532302-15932-0-git-send-email-bernard.iremonger@intel.com> <1559903595-18506-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1559903595-18506-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzc1ZTQ3YzctMmQ1OS00ZjI2LWIyOWItYWNmMzk0ODhjOGNiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTGZEK0lYUTRTTzhDelNGc1piQlFkeUlXK1lvbVQ4QXlHSXVmejZYcCtOXC9GWWVBV0x2cTU3NktnTjNjcnE4V28ifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 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 v2 0/3] test/ipsec: fixes and improvements 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" > -----Original Message----- > From: Iremonger, Bernard > Sent: Friday, June 7, 2019 11:33 AM > To: dev@dpdk.org; Ananyev, Konstantin ; akh= il.goyal@nxp.com > Cc: Iremonger, Bernard > Subject: [PATCH v2 0/3] test/ipsec: fixes and improvements >=20 > The following patches contain one fix and > improvements to test_ipsec.c >=20 > Changes in v2: > ------------- > Patch 1 has been dropped as it hides the issue with QAT PMD. > Patch 3 has been dropped as the hang issue with QAT device is not occurri= ng > with the latest DPDK 18.08 code. > The commit message for patch 5 has been changed, now patch 3. >=20 > Bernard Iremonger (3): > test/ipsec: fix log messages in tests > test/ipsec: add extra test configuration > test/ipsec: improve debug in group tests >=20 > app/test/test_ipsec.c | 67 +++++++++++++++++++++++++--------------------= ------ > 1 file changed, 33 insertions(+), 34 deletions(-) >=20 > -- Acked-by: Konstantin Ananyev > 2.7.4