From patchwork Fri Jun 7 10:33:12 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Iremonger, Bernard" X-Patchwork-Id: 54540 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3FDE91B9F8; Fri, 7 Jun 2019 12:33:23 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 274161B94D for ; Fri, 7 Jun 2019 12:33:21 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jun 2019 03:33:21 -0700 X-ExtLoop1: 1 Received: from sivswdev08.ir.intel.com (HELO localhost.localdomain) ([10.237.217.47]) by fmsmga005.fm.intel.com with ESMTP; 07 Jun 2019 03:33:20 -0700 From: Bernard Iremonger To: dev@dpdk.org, konstantin.ananyev@intel.com, akhil.goyal@nxp.com Cc: Bernard Iremonger Date: Fri, 7 Jun 2019 11:33:12 +0100 Message-Id: <1559903595-18506-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1558532302-15932-0-git-send-email-bernard.iremonger@intel.com> References: <1558532302-15932-0-git-send-email-bernard.iremonger@intel.com> Subject: [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" The following patches contain one fix and improvements to test_ipsec.c 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 occurring with the latest DPDK 18.08 code. The commit message for patch 5 has been changed, now patch 3. Bernard Iremonger (3): test/ipsec: fix log messages in tests test/ipsec: add extra test configuration test/ipsec: improve debug in group tests app/test/test_ipsec.c | 67 +++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 34 deletions(-) Acked-by: Konstantin Ananyev